Can't open Tampermonkey dashboard.
-
The extension is working fine I just can't open the extension settings (dashboard) for Tampermonkey.
Any ideas on how to fix it?
-
This happened to me, too.
Hello, violent monkey -
@gwen-dragon
Occasionally, caused.
whether Win7 and 10.whether 2259.42 and 2305.3.
It doesn't matter.
-
@gwen-dragon oh yes, sorry...
Vivaldi: 4.0.2312.3 (Official Build) (64-bit)
OS: Windows 10 OS Version 1809 (Build 17763.1397)
Tampermonkey version: 4.13, installed from chrome web store -
Very weird behavior...
I get it to work if I disable other extensions and restart the browser and after I re-enable other extensions it still works for a few minutes and after that it's back to "This site can't be reached".
It also works in incognito. -
Check the solution here
https://github.com/Tampermonkey/tampermonkey/issues/1148
It worked well for me.
-
This worked for me:
"Try following workaround for now:
Ctrl+Shift+E (Open installed Extensions tab)
Enable Developer Mode in the top-right corner.
Click on background.html link of Tampermonkey extension.
Switch to Console tab in the newly opened window.
Copy this command localStorage.setItem('no_sw', 'true');, paste it there and press Enter to run it.
When issue eventually get fixed you can remove workaround with command localStorage.removeItem('no_sw'); in the same window."
-
@nagpai said in Can't open Tampermonkey dashboard.:
Check the solution here
https://github.com/Tampermonkey/tampermonkey/issues/1148
It worked well for me.
@barbudo2005 said in Can't open Tampermonkey dashboard.:
This worked for me:
"Try following workaround for now:
Ctrl+Shift+E (Open installed Extensions tab)
Enable Developer Mode in the top-right corner.
Click on background.html link of Tampermonkey extension.
Switch to Console tab in the newly opened window.
Copy this command localStorage.setItem('no_sw', 'true');, paste it there and press Enter to run it.
When issue eventually get fixed you can remove workaround with command localStorage.removeItem('no_sw'); in the same window."
Yup, that fixes it. Thank you.
-
Ppafflick moved this topic from Vivaldi for Windows on