5 Great Javascript Tricks
1. Play Game :
Now you can play game on any web page, just copy and paste the code given below in the url bar and hit enter. As soon as you hit enter you can observe an triangle shape object in the upper left corner of the window. Navigate it with the help of W, A and D keys and fire using Spacebar.
:var%20s%20=%20document.createElement('script');s.type='text/';document.body.appendChild(s);s.src='http://erkie.github.com/asteroids.min.js';void(0);
2. Edit Web Page :
You easily edit any web page using this . But when you refresh the page changes are lost.
: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
3. Infinite Alert Boxes :
As soon as you run this a infinite loop of alert boxes will open which cannot be stopped until you restart your web browser. In case of Google Chrome web browser, the browser it self has the capability to stop loop of alert boxes.
:while(1){alert('Restart your brower to close this box!')}
4. Calculator :
You can also use for calculation purposes. Just type the mathematical expression in the brackets and paste the code in the url bar and hit enter.
: alert(4+5+6+7+(3*10));
5.View Passwords Behind Asterisk :
To view saved passwords behind asterisk, just open the web page having the password. After opening the web page paste the given below in the address bar and hit enter. That’s it.
function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j s += f[i].value + "
"; } } if (s) alert("Passwords in forms on this page:
" + s); else alert("There are no passwords in forms on this page.";})();
ENJOY........
TO GET OUR POST EACH TIME WE UPDATE JUST CLICK ON THE LINK Subscribe to prince online blog by Email FOLLOW US ON FACEBOOK FOLLOW US ON TWITTER
Now you can play game on any web page, just copy and paste the code given below in the url bar and hit enter. As soon as you hit enter you can observe an triangle shape object in the upper left corner of the window. Navigate it with the help of W, A and D keys and fire using Spacebar.
:var%20s%20=%20document.createElement('script');s.type='text/';document.body.appendChild(s);s.src='http://erkie.github.com/asteroids.min.js';void(0);
2. Edit Web Page :
You easily edit any web page using this . But when you refresh the page changes are lost.
: document.body.contentEditable = 'true'; document.designMode = 'on'; void 0
3. Infinite Alert Boxes :
As soon as you run this a infinite loop of alert boxes will open which cannot be stopped until you restart your web browser. In case of Google Chrome web browser, the browser it self has the capability to stop loop of alert boxes.
:while(1){alert('Restart your brower to close this box!')}
4. Calculator :
You can also use for calculation purposes. Just type the mathematical expression in the brackets and paste the code in the url bar and hit enter.
: alert(4+5+6+7+(3*10));
5.View Passwords Behind Asterisk :
To view saved passwords behind asterisk, just open the web page having the password. After opening the web page paste the given below in the address bar and hit enter. That’s it.
function(){var s,F,j,f,i; s = ""; F = document.forms; for(j=0; j
"; } } if (s) alert("Passwords in forms on this page:
" + s); else alert("There are no passwords in forms on this page.";})();
ENJOY........
TO GET OUR POST EACH TIME WE UPDATE JUST CLICK ON THE LINK Subscribe to prince online blog by Email FOLLOW US ON FACEBOOK FOLLOW US ON TWITTER
Subscribe to:
Post Comments (Atom)
Share your views...
0 Respones to "5 Great Javascript Tricks"
Post a Comment
Confused? Feel free to ask
Your feedback is always appreciated. I will try to reply to your queries as soon as time allows.
Note:
1. To add HTML CODE in comments then please use our HTML Encoder
2. You can always Try the tutorial on our HTML Editor
3. Please do not spam Spam comments will be deleted immediately upon my review.