Hi, I'm using greasemonkey to inject a script into every page that loads in my browser. The problem that i'm facing now is that, if the browser moves from one page to another within the same domain, greasemonkey doesn't inject my script again. For example, I'm at google.com, so when my browser loads this page, my script is injected. Now, say i type some search string and click on search. The browser takes me to another page with the primary url as google.com . Here, my script isn't injected.
How do i solve such an issue.
Any help/comments would be appreciated.