Tampermonkey: Opera One requires Developer Mode but it's already activated
-
Rallex1 last edited by
Since some days Tampermonkey doesn't execute any scripts (before it was working fine).
Via the TM icon in the symbol bar I can see the right scripts are triggered for a website.
Message from TM: "Please enable developer mode to allow userscript injection. Click hier for more info how to do this."
But developer mode is activated in the extensions maintenance page. Also Javascript is enabled in the settings.Does anybody have any idea how to solve this?
Configuration: Win11Pro 25H2, Opera One 132.0.5905.11 (current version), TM 5.3.6222 (current version)
-
burnout426 Volunteer last edited by burnout426
You need to enable both developer mode at the top of the
opera://extensionspage and you need to click the "Details" button for the extension at the URLopera://extensionsand enable "Allow user scripts" for the extension.Also for the extension, you should enable "Allow access to search page results" so the extension works on search page result pages and on pages you got to by clicking on lines on search result pages.
I tested with https://addons.opera.com/en/extensions/details/tampermonkey-beta/ in Opera 132.0.5905.37 64-bit on Windows 11 with a user script for example.com that does
alert('test');and it's working fine. -
Rallex1 last edited by Rallex1
@burnout426 You're the best, I've overseen this flag. Thank you very much, one beer for you!
Problem is solved.