On 16.12.2017 09:40, 'Ben' via greasemonkey-users wrote:
Assume I specified in my (v3.x) user script header meta tag lines like

// @include         http://www.foobar.com/*
// @include         http://www.blahblah.com/*

The leading slashes indicate normally a comment line.
Now I want to comment out the first line (with foobar domain).

Just make it an invalid line, which Greasemoney will ignore, something like the following should work (i.e. get ignored)

// @IGNORE include http://www.foobar.com/*

// @--include http://www.foobar.com/*

https://wiki.greasespot.net/Metadata_Block
If the metadata block includes a key that Greasemonkey does not understand, it will be ignored.

--
Klaus Johannes Rusch
[email protected]
http://klausrusch.atmedia.net/

--
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at https://groups.google.com/group/greasemonkey-users.
For more options, visit https://groups.google.com/d/optout.

Reply via email to