from Hacker News

Manipulate the DOM before any resources have loaded using Capturing

by shawnjan8 on 3/26/13, 9:29 AM with 11 comments

  • by pornel on 3/26/13, 12:12 PM

    Sadly it's not a native API, but a clever hack that effectively comments-out source of the page with a legacy `<plaintext>` element (proving that old cruft is really hard to kill in HTML :)
  • by cbr on 3/26/13, 12:18 PM

    Adding a blocking javascript resource that disables speculative resources loading is going to speed up pageloads?
  • by daleharvey on 3/26/13, 12:04 PM

    I didnt know this was a thing, wouldnt this be a really nice place to be doing l10n?
  • by stopcyring on 3/26/13, 12:54 PM

    or you know, you can use some inline scripts, brand new lib coming out next week i guess.