SirAndrii / chromeExtensionIneed

Chrome estension for skipping unrelevant indeed job descriptions
https://chrome.google.com/webstore/detail/highlight-stop-words-on-i/gfigabehmogcpkcliadhlphhpmpaflaj
2 stars 0 forks source link

Critical bug: random work of highlighter #18

Open SirAndrii opened 1 year ago

SirAndrii commented 1 year ago

Sometimes highlighter is not working.

Something has changed on indeed recently, after the extension highlighted words, the DOM tree updated again and inject a new HTML element. I think that it copy DOM tree and then after async action replaces the updated by me one.