COOL JAVASCRIPT HACK

Today, I will list some very cool JavaScript hacks and tricks that you can use creatively or just have plain fun. To make each one of these codes work, all you have to do is copy and paste it into the address bar of your browser window and hit “Enter”. So here they are





Play the “Lord of the web”
This code lets you edit any page/website in real-time :) . With Firefox, you can even edit and save the modified pages to your computer. Very nifty code! 
 


The Big Wheel
This piece of code pulls off all the images from your web page and rotates them in a circle. Really makes any page go naked (without its images). The best place to test is a website with many images. (Google Images for an example)

 

If you look carefully in the above code, its rotating the HTML “img” tag. Just replace it with “a” or “p” and watch some links or text rotate instead of images.

 
Tremors 

Your browser will be very afraid of this code :) If the code below doesn’t seem to work, please replace > with > and < with <

 



The Calculator
In case you are not in a mood to use the standard windows calculator and want your browser to do the dirty job for you, use this code.

 

You can change the numbers according to your choice and also try creative complex equations. Just put your arithmetic into javascript: alert( );

 
Finding Spoof Websites
There are times when you are not sure that the website that you are visiting is authentic. Use this code whenever in doubt :-



 


And finally here is something that you can only get to hear if you ever worked in a Tech Support departmen.


Enjoy friends .Subscribe us For Daily Updates And Like Us on Facebook.

Post a Comment

0 Comments