Comment This is to kill ad blockers (Score 5, Interesting) 48
This is a plan intended to kill ad blockers. One of the major issues advertisers have right now is that they can't guarantee that their code will be executed as intended. A lot of ad systems now have anti-blocker technology that checks to make sure an ad loaded successfully, and if it didn't or if the dimensions are wrong or if the element is messed with, throw up a page-wide dialog to block access to the site. (Or do what Slashdot does at present, throw you into an infinite alert() loop.)
But that requires JavaScript to work. Block that JavaScript, and you block the ability to block ad-blockers.
Add in things to insure "integrity" of JavaScript delivered to the client, and you break that. No more blocking scripts, no more blocking ads - or at least, no more blocking the scripts detecting if you're blocking ads.