Mtarnuhal / FrozenCookies

An automated Cookie Clicker tool.
27 stars 22 forks source link

User script doesn't work in Greasemonkey #76

Closed piels closed 3 years ago

piels commented 3 years ago

I've just recently switched to Firefox, and started playing with Greasemonkey instead of Tampermonkey. The current fc_userscript_loader.user.js doesn't work in Greasemonkey, i.e. Game.LoadMod is never called.

It looks like the result of some security-related Firefox and Greasemonkey changes that happened back in 2017, which would mean it hasn't worked in 3 or 4 years. Can anyone confirm this?

Mtarnuhal commented 3 years ago

Might be just greasemonkey related. It works on tampermonkey for firefox. image

Also can confirm Game.LoadMod isn't fired. Checked it by adding console.log which works