Instant Demo Website Generator
category: general [glöplog]
Just stumbled over this script. All you have to do is: surf to a website with some pictures and then paste the script in to your adress bar. Et voila...instant demoish object out of the website. Dunno if it's well known or not. But it sure gave our admin the creeps. ^^
So here's the script:
So here's the script:
Quote:
javascript:R=0;%20x1=.1;%20y1=.05;%20x2=.25;%20y2=.24;%20x3=1.6;%20y3=.24;%20x4=300;%20y4=200;%20x5=300;%20y5=200;%20DI=document.getElementsByTagName(%22img%22);%20DIL=DI.length;%20function%20A(){for(i=0;%20i-DIL;%20i++){DIS=DI[%20i%20].style;%20DIS.position='absolute';%20DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+%22px%22;%20DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+%22px%22}R++}setInterval('A()',5);%20void(0)
is pronto a real word?
I has a long word break routine
that works really cool on pouet front page with all the icons and such :D
hmm interresting...