[Greasemonkey] GM load order
Anthony Lieuallen
arantius at gmail.com
Sun Apr 23 16:49:14 EDT 2006
On 4/23/2006 2:44 PM, csaba2000 wrote:
> Is there any possible way to have a GM script execute BEFORE the <body>
> portion of a page starts being loaded?
No. Much effort has been invested towards having GM scripts run
earlier, but no successful attempts have been made.
The workaround usually mentioned is something along the lines of: grab
the innerHTML for the head and the body, munge them, and document.write
a new page that is the way you want it.
More information about the Greasemonkey
mailing list