Some Awesome Javascripts
Javascript is a cool and attractive language, and I am going to share some cool javascript effects with you!!!! I am sure you will love it!
Edit any web page:
Open any website and copy and paste this code on URL bar than Press Enter, You can delete any pic or you can delete or add any word. Then save your screen-shot if you want.
Edit any web page:
Open any website and copy and paste this code on URL bar than Press Enter, You can delete any pic or you can delete or add any word. Then save your screen-shot if you want.
javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
Pose like you are a bad Hacker!!! Lol!
Flying Pictures
As the name tell the story! Yes you can make images like a flying object.
Paste this code on URL and Press Enter
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
As the name tell the story! Yes you can make images like a flying object.
Paste this code on URL and Press Enter
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300; y4=200; x5=300; y5=200; DI=document.getElementsByTagName("img"); DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style; DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x4+x5)+"px"; DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5); void(0);
Jumping Pictures
As the name applies, you can make images like a jumping object.
Paste this code on URL and Press Enter
Enjoy!!!
As the name applies, you can make images like a jumping object.
Paste this code on URL and Press Enter
javascript:R=0; x1=.1; y1=.05; x2=.25; y2=.24; x3=1.6; y3=.24; x4=300;
y4=100; x5=200; y5=50; DI=document.getElementsByTagName("img");
DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style;
DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x3+x2)+"px";
DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5);
void(0);
y4=100; x5=200; y5=50; DI=document.getElementsByTagName("img");
DIL=DI.length; function A(){for(i=0; i-DIL; i++){DIS=DI[ i ].style;
DIS.position='absolute'; DIS.left=(Math.sin(R*x1+i*x2+x3)*x3+x2)+"px";
DIS.top=(Math.cos(R*y1+i*y2+y3)*y4+y5)+"px"}R++}setInterval('A()',5);
void(0);
No comments:
Post a Comment