jeromepl / highlighter

A Chrome extension to highlight text and keep it all saved
MIT License
315 stars 80 forks source link

highlighter removes all other highlighters of a DOM until refreshing the page #15

Closed teobais closed 1 year ago

teobais commented 3 years ago

Hi,

Thank you for this great extension. Maybe an idea to look into the DOM manipulation of this extension? It seems that it overrules any other highlighters until and unless the page is refreshed. This gif showcases the issue.

Environment

jeromepl commented 3 years ago

Hi, Can you provide me with the name of an extension that doesn't work alongside this one? In general it isn't possible to make this be compatible with every other extensions out there, especially since this relies a lot on the DOM being similar every time a page is refreshed, but I can take a quick look at the issue you are having and see if there is an easy solution

teobais commented 3 years ago

Hey @jeromepl , it's beanote, but as you can see, I'm not able to provide a link to the extension's webpage this time.

jeromepl commented 3 years ago

Unfortunately I can't do anything about this without the extension in question, but I'll leave this issue up and maybe it will come back to the chrome web store at some point

teobais commented 3 years ago

Sounds like a plan, @jeromepl , thanks!

jeromepl commented 1 year ago

Hi @teobais , I found Beanote on the chrome web stored and tried it alongside the latest version of Highlighter. There doesn't seem to be this issue anymore! Either one of the changes made to Highlighter or to Beanote since then must have resolved the issue 🙂