Comment #4 on issue 7008 by landemaine: Browser starts loading images
before DOMContentLoaded is triggered
http://code.google.com/p/chromium/issues/detail?id=7008
Update: It works, but the space between "@run-at" and "document-start" has
to be a
normal space with the space bar (not the tab key). Also, take special care
at spaces
in the header metatags. Here's a working example:
// ==UserScript==
// @run-at document-start
// ==/UserScript==
alert('It works');
--
You received this message because you are listed in the owner
or CC fields of this issue, or because you starred this issue.
You may adjust your issue notification preferences at:
http://code.google.com/hosting/settings
--~--~---------~--~----~------------~-------~--~----~
Automated mail from issue updates at http://crbug.com/
Subscription options: http://groups.google.com/group/chromium-bugs
-~----------~----~----~----~------~----~------~--~---