I am working on a Greasemonkey script to turn text into links on a Rally page . The script only works fine when reloading the page. If I go to the page in any way (links, browser forward / backward), the script does not start, despite the fact that the Greasemonkey menu shows my script at the bottom, with a check mark.
Here is an example URL:
https://rally1.rallydev.com/
My matching rule:
/^https://.*\.rallydev\.com/.*/changesets$/
I don’t know if the hash caused the problem, but everything is fine when rebooting.
Not sure where to go from here. Any help is appreciated.
neilw source
share