[qutebrowser] Getting started with Greasemonkey

Paulo Santos psantos at unpigs.com
Fri May 6 16:17:43 CEST 2022


Hi Adam,

On Fri May 6, 2022 at 2:21 PM WEST, Adam Cooper via qutebrowser wrote:
> I'm unable to get Greasemonkey scripts to work. The scripts seem to be
> loading correctly (http://p.cmpl.cc/bacbd992). The Test Greasemonkey script
> can be seen here: http://p.cmpl.cc/7e4030af ; it should print a console
> message and redirect the page to the Qutebrowser site. But the script
> never executes. Any ideas?
>
> Version info: https://paste.the-compiler.org/view/40197ed3

>From the API docs[0] it seems that @match[1] is a stricter version of
@inlcude.

Can you try something like

	@match *://*/*

Or
	@include *

[0] https://wiki.greasespot.net/Metadata_Block
[1] https://developer.chrome.com/docs/extensions/mv3/match_patterns/


More information about the qutebrowser mailing list