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.


Reply via email to