[Greasemonkey] Execution Order and other Scripts

Jeremy Dunck jdunck at gmail.com
Tue Dec 13 17:00:00 EST 2005


On 12/13/05, Chris Telting <cdtelting-ml at comcast.net> wrote:
> It seems to me that Greasemonkey is loading the script after all the
> scripts on the page execute in order and then executes my script.

Yep, that's correct.  There's been lots of effort spent on injecting
earlier.  Under 1.5, there's some renewed hope, but not there yet.

The most common way to stop a page script from doing something is to
reset one of the page functions (e.g. unsafeWindow.foo = function()
{}).


More information about the Greasemonkey mailing list