Comment Re:The Whole Web! (Score 1) 436
Opposed to flash content where the player runs the content (and therefor acquires resources from the system) JS content is run by the browser. If the browser detects some script that goes crazy it will simply kill it (or ask you if you want to kill it).
I think it's better to let the browser render web content (including ads) in stead of create a browser inside your browser, so you can render while you render.