Script does not run in Firefox Nightly 107.0a1
Script does not run itself in Firefox Nightly 107.0a1 (64-bit). But if I press Ctrl+F5 it helps to run the script.
My configuration
- Browser: Mozilla Firefox Nightly 107.0a1 (64-bit). Builds in the last 3-4 days. For example 107.0a1 (2022-09-24) (64-bit).
- Userscript Manager: Tampermonkey v4.17.6161 or Tampermonkey BETA 4.18.6168.
- GoodTwitter2 from master and dev branches.
I installed Violentmonkey and it looks like the script is running as it should. Perhaps this is a Tampermonkey issue.
can reproduce. maybe it is a tampermonkey issue. I can run a simple script like this without problems though:
// ==UserScript==
// @name Test
// @version 0.1
// @match https://www.mozilla.org/*
// @grant none
// ==/UserScript==
(function() {
console.log("test")
})();
The script is working again in Firefox Nightly 108.0a1 (2022-11-05) (64-bit) with Tampermonkey BETA 4.18.6168. Perhaps it was fixed.
Yeah, it was probably a bug that only happened in nightly and now got fixed with the new version.
thanks for checking back here!