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).
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 usesMutationObserver
, and removedLoadDependentScript
, since it is no longer needed.I have tested this only in Mozilla Firefox (128.0.2) + TamperMonkey (5.1.1).