>>Here again I'm back with New JavaScript's Pranks....
>>These are 'JavaScript Snippts' that you can enter into Browser's address bar... copy this snippts and hit enter...check this out..!
1)Making Browser Editable:-
>>These are 'JavaScript Snippts' that you can enter into Browser's address bar... copy this snippts and hit enter...check this out..!
1)Making Browser Editable:-
Copy and paste this JavaScript code over the url in your browser:javascript:document.body.contentEditable='true'; document.designMode='on'; void 0
2)Image Buzzing in WebPage:-
This code will grab images from your current web-page and make them wondering..!
Just copy and paste it in Address-bar...!
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);
(3)Image Changing Code:-
Copy and paste below code in web-page and see the magic ...all images turned in something new..!!
javascript:DI=document.images;for(j=0;j<=DI.length;j++) {DI[j].src="https://blogger.googleusercontent.com/img/b/R29vZ2xl/AVvXsEgx1gwYPDgKb2ir-yXZ0qMFialmRq-E_nB0w78R4b9byZq0gPIdMrYzvyps2RAUofHHSNWun9AKyAgJGBELbjYvR-d9OkGLkHIx_fXpd0iynOmGmYnb2Uvngm5vlOFZTT4GdoJR26srHzo/s1600/computer-engineer.gif";}void(0);
No comments:
Post a Comment