I want to execute a userscript on a extension's page.
I am using Greasemonkey, is there a permission, setting, or include filter I can use to execute my user script on an extension's page?
Right now I am including my javascript by editing the html file after unpacking and repacking the extension.
However, I would like to be able to change the script without having to edit the extension itself.
Greasemonkey (and Tampermonkey, Violentmonkey, etc.) are WebExtension
s on Firefox. And, The old "add-on" architecture was disabled with Firefox 57 ("Quantum").
WebExtensions are explicitly blocked from operating on (another) extension's pages. (Imagine the fun chaos if extensions could monkey with other extension's pages.)
Refer to the Match patterns Scheme documentation:
http
, https
, ws
, wss
, ftp
, ftps
or file
schemes.moz-extension
scheme is not listed.Note:
moz-extension://
pages, but that does not apply for Greasemonkey unless you a developing Greasemonkey itself.If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With