Closed IzzySoft closed 3 years ago
Generally I pretend that GreaseMonkey4 doesn't exist, just like it pretends that thousands of old scripts don't matter, but I can try making MPIV compatible.
Thanks a lot! I'm using GM for … I don't remember how many years now, so it's probably "habit" that I still use it. As a user, I saw no reason to switch. But as a script writer, I was cursing quite a lot when they changed GM_getValue
to a premise. I'm not an experienced JS "programmer", and rather use the "simple procedural approach" to work around little annoyances here and there. Especially this change made it very hard on me to work with "stored configs". But as it's called GM*
I never got the idea other engines would handle it differently – which is why I was pretty surprised with this issue…
Thanks once more – works fine now!
I'm just trying to get MPIV running on the latest Waterfox G3 (which if I understand correctly, this 3rd gen Waterfox is based on Firefox 78). Nothing shows up – except in the console:
Just for comparison: Other userscripts work, also with
GM_getValue
(as far as I could see, those I tried are using PolyFill to map those calls, and then useGM.getValue
instead).Any ideas what I could try?