#

Fun With Java Script

Today , in this post I will tell you that how you can have fun using JavaScripts.Just all you have to do that you  paste the codecs in your address bar.

Notes : To use these tricks you must need Mozilla Firefox Browser.







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 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( );



No comments:

Post a Comment