Ha, Confusion? Don’t, it’s true. Let me introduce to you how to destroy the website you want.
Click the below button:
Use the Arrow key to move the rocket, and press the Space key to fire. And also Press and hold B to find targets which can be destroy.
Visit http://erkie.github.com/ and drag the graphic onto your bookmarks bar to use this on whatever webpage you want to destory.
Actually, it’s very easy to do this with javascript.
- Download this javascript library from here, and put it in your project directory.
- Adding below code snippet to your element target you want to triggle
1 | javascript:var jst = document.createElement('script'); |
Note: you need to change the src of the variable jst to your javascript library’s location, like below:
1 | jst.src = 'YOUR LIBRARY LOCATION'; |
So, it’s quite simple.