halirutan / SE-Editor-Buttons

7 stars 7 forks source link

Fix livequery #14

Open domen13 opened 4 months ago

domen13 commented 4 months ago

As explained in #13, this userscript stopped working in Mozilla Firefox and presumably also in Google Chrome.

I have replaced the outdated livequery library with a waitForElm function (source: https://stackoverflow.com/a/61511955), which uses MutationObserver, and removed LoadDependentScript, since it is no longer needed.

I have tested this only in Mozilla Firefox (128.0.2) + TamperMonkey (5.1.1).