brian-girko / multiple-highlight

Color-coded highlighter extension to find queries
https://add0n.com/multiple-highlight.html
24 stars 4 forks source link

Problem with highlighting correct words for pages containing SVG elements #28

Open And-re opened 1 year ago

And-re commented 1 year ago

It looks like there is a problem with the extension when using pages containing SVG elements e.g. https://weather.com/

Screen Shot 2022-12-25 at 14 15 58

After removing SVG elements: Array.from(document.getElementsByTagName("svg")).forEach(el => el.remove())

it works fine: Screen Shot 2022-12-25 at 14 17 39