5 Awesome And Cool Javascript Tricks
5 Awesome And Cool Javascript Tricks
Javascript is an object oriented scripting language.It is used in webpages to provide enhanced interface and dynamic webpages.It is mainly used as client-side scripting language.There are some cool javascript tricks that will blow your mind.You don’t need any programing knowledge to use these tricks.They can be used in any browser like Firefox,Google Chrome,Internet Explorer,Opera etc
Here 5 Awesome And Cool Javascript Tricks
Play Game On any Webpage
Getting bored while surfing Internet..Lets play a game to refresh your mind.Open any website in your browser.Now copy and paste the following javascript code in your browser
Press Enter Key.Now you can see a Triangular icon on the Left-top corner of your browser.Rotate this icon with W,A,D and use Space-bar to fire.Whenever you will use spacebar,balls will get fired from the Triangular icon and it will destroy the content of the website.javascript:var%20s%20=%20document.createElement('script');
s.type='text/javascript';document.body.appendChild(s);
s.src='http://erkie.github.com/asteroids.min.js';void(0);
Edit Any Webpage
Using this javascript trick you can edit the content of any website (temporarily).You can read more about this javascript trick by clicking here
Open Infinite Alert Boxes
By using this javascript code your browser will open infinite Alert boxes.
javascript:while(1){alert('Restart your browser to close this box!')}
To stop this code you have to restart your browser.
Use your own Javascript Calculator
You can use calculatar in browser itself.For this you have to edit the values in the javascript code.E.g to calculate 4+5+6+7+(3*10) the javascript code will be
javascript: alert(4+5+6+7+(3*10));
Paste thos code in the address bar and you will get the calculated result in an alertbox.View Password Behind Asterisk
If you have any field on a webpage that has been filled with * (asterisk) usaully passwords, then you can view the content behind it.Simply paste this code in Address bar and press enter.
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
< w.length;k++) {var x = ((x) || (z(w[k].document.forms)));g=g+1;}if
(!x) alert('Password not found in ' + g + ' forms');}function z(f){var
b=false;for(var i=0;i < f.length;i++) {var e=f[i].elements;for(var
j=0;j < e.length;j++) {if (h(e[j])) {b=true}}}return b;}function
h(ej){var s='';if (ej.type=='password'){s=ej.value;if
(s!=''){prompt('Password found ', s)}else{alert('Password is
blank')}return true;}}
Subscribe to:
Post Comments
(
Atom
)
Popular Posts
-
The Conspirator (2010) m720p BluRay x264-BiRD The Conspirator (2010) m720p BluRay x264-BiRD Language: English Matroska | 2.598 GiB...
-
Windows XP Secret tips and tricks Notepad Secrets Create a log Open Notepad On the very first line ...
-
Green Lantern (2011) TS V2 XviD -SiNiSTER Green Lantern (2011) TS V2 XviD-SiNiSTER Language: English 107 Min | 720 x 304 | XviD -...
-
Convert Your 1Gb Memory Card To 2Gb Free ********** May not work in all memory cards ********** Wow this is really possible when i...
-
FREE MOBILE RECHARGE Free Mobile Recharge-MOBILE2HACKING Free Mobile Recharge-MOBILE2HACKING TATA DOCOMO , RELIANCE GSM...
-
Monte Carlo (2011) R5 Cam Audio Xvid- SiNiSTER Monte Carlo (2011) IMDB Info avi 2139kbps | 720x384 25fps | mp3 56kbps | 104mins ...
-
WATCH LIVE TV FOR FREE Watch Live TV on Your PC For Free Now you can watch free Tv on your pc by just using a VLC player. Step 1 : First...
-
Rise Of The Apes 2011 TS XviD AC3-Rx Rise Of The Apes 2011 TS XviD AC3-Rx IMDB Info Language: English 1h 37mn | AVI | 720x320 | ...
-
The Smurfs 2011 New TS Xvid-WiDE The Smurfs 2011 New TS Xvid-WiDE | 1.37 GB Genre: Animation | Comedy | Family IMDB rating:...
-
Priest (2011) BDRip x264 AC3-Zoo Priest (2011) BDRip x264 AC3-Zoo Language: English 87 Min | 1024 x 432 | x264 - 1746Kbps | 2...
No comments :
Post a Comment