Hi I am trying to find a way to run my scripts before the page scripts. Motivation: I want to overwrite setInterval to run with decreased frequency under certain circumstances. While I can cancel timers after they have started, I cannot restart them unless I catch the original setInterval call.
I found a few references for google chrome, opera and noscript, and I found this post that implied it might become possible in greasemonkey too: http://groups.google.com/group/greasemonkey-dev/browse_thread/thread/df682c3c9620be74 However the links http://greasemonkey.devjavu.com/ticket/235 http://greasemonkey.devjavu.com/ticket/239 to devjavu.com do not work anymore, and I had no success in finding the tickets in github.com/greasemonkey I tried searching for 235, 239 "surrogates" "run-at" "document-start" and a lot of other stuff, but without success. I am not sure if I am searching right. The returned results seem to have no relation to the search terms. Example: http://github.com/greasemonkey/greasemonkey/issuesearch?state=open&q=XXXXXXXXXXXXXXXXX returns 2 hits So in summary: - Is the feature to run scripts before page scripts planned or is there some workaround? - Is there an alternative to overwriting setInterval? - How do searches work in the current greasemonkey issue tracker? - is there a way to convert old devjavu links to github links? -- 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.
