Hey all, my include string doesn't want to work when there is a
location hash present.

Here's my include, for I want to run the script whenever a .htm
document is loaded.

@include        http://website.com/*.htm

This works fine.  Say you visit website.com/foobar.htm, the script
will execute.  Note that the script makes use location hashes by
dynamically generating links.

Lets say you now visit website.com/foobar.htm#hash-one

The script will not execute, because of the hash.

I tired setting the include too:

@include        http://website.com/*.htm*

But that didn't work.  Anyone else encounter this issue?  Any
suggestions or ideas?

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"greasemonkey-users" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to 
[email protected]
For more options, visit this group at 
http://groups.google.com/group/greasemonkey-users?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to