Open And-re opened 1 year ago
It looks like there is a problem with the extension when using pages containing SVG elements e.g. https://weather.com/
After removing SVG elements: Array.from(document.getElementsByTagName("svg")).forEach(el => el.remove())
Array.from(document.getElementsByTagName("svg")).forEach(el => el.remove())
it works fine:
It looks like there is a problem with the extension when using pages containing SVG elements e.g. https://weather.com/
After removing SVG elements:
Array.from(document.getElementsByTagName("svg")).forEach(el => el.remove())
it works fine: