11-16-2017, 05:22 PM
Hello,
with the appearance of Firefox 57, a new version of GreaseMonkey came along the way, and this broke the Link Checker script.
The 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
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_setValue
// @grant GM_getValue
// @grant GM_xmlhttpRequest
// @grant GM_logThe 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

