http://wiki.greasespot.net/Include_and_exclude_rules#Regular_Expressions
e.g.: // @include /^http://.*?\.foobar\.com/(aaa|bbb|ccc)/.*$/ Dne pondělí, 29. července 2013 17:53:51 UTC+2 Ben napsal(a): > > Assume I setup a *.use.js script for a certain URL > > .... > // @include http://*.foobar.com/aaa/* > ... > > > Now I want to use this script as well for URLs: > > // @include http://*.foobar.com/bbb/* > // @include http://*.foobar.com/ccc/* > > BUT NOT in general for http://*.foobar.com/* > e.g. NOT for > > // @include http://*.foobar.com/ddd/* > > How can I list/chain all applicable URLs in @include statement? > > Are they concatenated by comma or blank or "+" or do I have to setup a new > script for every different URL pattern? > > Ben > > > -- 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 http://groups.google.com/group/greasemonkey-users. For more options, visit https://groups.google.com/groups/opt_out.
