Hi Charles, I couldn't reproduce this. I am also running 2.0.180.0, and I ran this script:
// ==UserScript== // @run-at document-start // @name Test // @author Charles // ==/UserScript== alert(document.documentElement.innerHTML); On the Google homepage, and the result was the empty string, as expected. Do you have more specific repro steps? - a On Mon, May 18, 2009 at 11:05 PM, Charles L. <[email protected]> wrote: > > Hello, > > It seems that early injection stopped working in the dev-channel. I'm > using 2.0.180.0. Here's a test script: > > > > // ==UserScript== > // @run-at document-start > // @name Test > // @author Charles > // ==/UserScript== > > alert("ok"); > > > > It's executed once the page is loaded. > Thanks, > > > --~--~---------~--~----~------------~-------~--~----~ Chromium Discussion mailing list: [email protected] View archives, change email options, or unsubscribe: http://groups.google.com/group/chromium-discuss -~----------~----~----~----~------~----~------~--~---
