-
Notifications
You must be signed in to change notification settings - Fork 16
Closed
Labels
Description
It seems like the major problems caused by this extension come from the inline DOM modifications. Maybe it would be possible to achieve the highlighting in a different way?
Eg. two ideas that come to mind:
- Create an absolutely positioned container somewhere else in the DOM where it will have the minimum impact (for example, at the end of the page) - this could hold all of the highlighter elements
- Use a single canvas element to paint highlights over the necessary areas
Maybe this would also increase performance...
neaumusic