Skip to content

Refactor the extension to handle dynamically loaded websites and fix issues, add new strings, optimize regex

Booteille requested to merge refactor into main

The extension now check every half a second if a change has been made to the DOM and replaces it if needed.

I tried to use MutationObserver but I had huge performances issues with it so I preferred this way.

Merge request reports