CompileNix's Blog - bild.de #2

Start Page | RSS Feed | Find Stuff

bild.de #2

First shipping the site (with all the articles, images, headlines, etc.) let the browser render it (for a split second) and than replace the whole html body with a little message.

(function(){
  var str = '<div style="height:1000px;position:fixed; [...] Aktivieren Sie Javascript jetzt, um unsere Artikel wieder lesen zu können.</span> </div> </div>';

  if(!de || !de.bild || !de.bild.user || !de.bild.env || !de.bild.events) {
   document.querySelector('body').innerHTML = str;
  }
 })();
 

Resulting in this: (meaning something like; You've disabled JavaScript. Reactivate it, so you can read our articles again.).

Warum sehe ich BILD.de nicht?

Sie haben Javascript für ihren Browser deaktiviert.
Aktivieren Sie Javascript jetzt, um unsere Artikel wieder lesen zu können.