Play game on browser | javascript trick


Advertisements

Play game on browser | javascript trick

Today i got an amazing javascript trick. I have already posted some cool javascript trick such as edit webpage on the browser and playing with images of a webpage. Today i am going to write a cool trick of playing a astroid game on your browser just above your webpage.


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


If unable to copy download it from here:
http://www.ziddu.com/download/14408385/browsergame.txt.html


Copy the above code and paste it to your web browser's address bar and press enter. Now you will be able to see a pointer on the browser window. press right arrow key for right turn and left arrow key for left turn. press space bar for fire.


warning: Never try this kind of tricks on the browser having running sessions of any service like facebook, gmail or any other.

Subscribe us to receive free updates in your inbox:



{ 0 comments... read them below or add one }

Post a Comment