![]() |
|
Firefox 57 - Printable Version +- UserScripts Archive (http://usa.x10host.com/mybb) +-- Forum: UserScripts Archive (http://usa.x10host.com/mybb/forumdisplay.php?fid=1) +--- Forum: Script Support (http://usa.x10host.com/mybb/forumdisplay.php?fid=3) +---- Forum: W.A.R. Links Checker Premium (http://usa.x10host.com/mybb/forumdisplay.php?fid=6) +---- Thread: Firefox 57 (/showthread.php?tid=260) |
Firefox 57 - YaGru - 11-16-2017 Hello, with the appearance of Firefox 57, a new version of GreaseMonkey came along the way, and this broke the Link Checker script. Code: // @grant GM_setValueThe functions have been renamed from GM_ to GM. Do you plan any changes? As of now, the script doesn't run under the "new" Firefox. (I've switched to Chromium instead, that still works fine.) Kind regards, YaGru RE: Firefox 57 - mental - 11-16-2017 in greasemonkey 4 there is no support to replace: GM_log, GM_addStyle, GM_registerMenuCommand, nor GM_getResourceText. w.a.r. needs all of them to work so it is not possible to make it work in greasemonkey change to tampermonkey it still works with w.a.r. and all other scripts. It's available for firefox and other browsers https://tampermonkey.net/ RE: Firefox 57 - YaGru - 11-17-2017 Thank you for your fast answer. It's a good advice, I hadn't thought that there would be an alternative to Greasemonkey under FireFox. RE: Firefox 57 - Barough - 11-17-2017 Violentmonkey works fine with FF 57 also https://addons.mozilla.org/en-US/firefox/addon/violentmonkey/ RE: Firefox 57 - mental - 11-17-2017 I might violentmonkey a try, tampermonkey is a little buggy for me, might just be me i'm on firefox 58.0b4 RE: Firefox 57 - mental - 11-18-2017 so far it Looks like violentmonkey works better for me. RE: Firefox 57 - Barough - 11-19-2017 Violentmonkey is a nice script manager. Works so much better for Chromium based browsers and Firefox the Tampermokey. That one have a nice tendency to crash on and off. |