Share this page 

Funny JSTag(s): Varia


This incredible script will display a matrix-like screen. Just copy/paste this line in FireFox or Chrome URL box.
data:text/html,<body style=margin:0><canvas id=q /><script>var q=document.getElementById('q'),s=window.screen,w=q.width=s.width,h=q.height=s.height,p=Array(256).join(1).split(''),c=q.getContext("2d"),m=Math;setInterval(function(){c.fillStyle="rgba(0,0,0,0.05)";c.fillRect(0,0,w,h);c.fillStyle="rgba(0,255,0,1)";p=p.map(function(v,i){r=m.random();c.fillText(String.fromCharCode(m.floor(2720+r*33)),i*10,v);v+=10; return v>768+r*1e4?0:v})},33)</script>
or try it here

Credit


The compact script will display a maze-like screen. Just copy/paste this line in FireFox or Chrome URL box.
data:text/html,<tt style=line-height:1><script>for(i=4e3;i--;)document.write('\u2571\u2572'[Math.random()*2|0],i% 80?'':'\n')</script>
or try it here

Credit