Showing posts with label Useful javascripts. Show all posts
Showing posts with label Useful javascripts. Show all posts

Sunday, June 26, 2011

View Passwords hidden under Asterisks/Stars



Hello!
         Today in this post I'm gonna show you a javascript which will show you passwords hidden under Asterisks/Stars.
To see hidden passwords just paste this javascript in address bar, press enter & a popup box will appear & will show you the password....
Example:





Script:

javascript: var p=r(); function r(){var g=0;var x=false;var x=z(document.forms);g=g+1;var w=window.frames;for(var k=0;k
(watch this video)




Tuesday, May 31, 2011

Image revolving trick

Hello! 
         Its a simple javascript image revolving trick to do it follow these steps:
STEPS:
1-Goto any web page.
2-Paste this javascript in the address bar.

3-See images revolving there.
Here is the javascript:
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);


(Watch this to see how to do it)




Monday, May 9, 2011

Hack website with Java Script.!!

Hello!!
          First of all let me tell you that it's not hacking it's simple Java script editing...
You can call it hacking when you know how to save it after editing...
To edit any webpage, Follow these steps...
How to edit any web page? :


1- Open the webpage you want to edit.
2- Copy this java script ( javascript: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0 ) and paste it in the address bar.
3- Press ENTER key.
Now you can edit the text written in that web page.
(Watch this video to see properly)