SOMETHING ON MIND
Neeraj-Kaundinya
Hi! Guyz.... checkout all the hacks and tricks and subscribe to my blog
Earn Money
EARNING MONEY MADE EASIER AT MGINGER.COM .

Cool Javascript Hacks

Hack 1: Edit any webpage

Go to any web page, clear the address bar, and paste this…

javascript:document.body.contentEditable='true'; document.designMode='on'; void 0

and hit enter…


Yaahhooo…!!! you can now edit whatever you want in that page now…[Ofcourse you can save it back to ur desktop;) ]



Crazy Hack 2:Make Image Dance On Your Website

Go to any web page, clear the address bar, and paste this…

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.images; 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);

and hit enter…

Javascript Hack Image Dancing

And….Enjoy the Image Dancing on ur web page…


Javascript Hack 3 : Reveal Passwords Under Asterisks

Go to any web page, clear the address bar, and paste this…


javascript: alert(document.getElementById('Passwd').value);

Without using any software, you can reveal your password hidden under the asterisks on your browser with this javascript hack. After pasting the code, a dialog box will prompt and reveal your password.


1 comments:

Unknown said...

gud

Post a Comment

 
Note: This blog is solely a collection of information about HACKING.The blog owner is not responsible for the risky dones of the netzens.SO DO ALL AT YOUR OWN RISKS. BE CAREFUL BEFORE DOING ANY OF THE HACKS AND TRICKS READ IN THIS BLOG

website statistics

COPYRIGHT © NEERAJ KAUNDINYA. ALL RIGHTS RESERVED.