It also has Asteroids integrated in a similar way, as shown at around 70% into the video (unfortunately the video doesn't have a timecode, but it's worth watching in its entirety anyway.)
Asteroids JavaScript Bookmarklet to blow up any web site
21–30 of 77 posts
Re: Asteroids JavaScript Bookmarklet to blow up any web site
#22what an awesome stress reliever. now i can get points for destroying facebook.
Protip for the paranoid: the author could nab your session cookie at the same time, too! :)
Though, it appears he was trying to implement high scores, which would send some information to another site, including document.location.href, but it is commented out in the version I linked, and removed in the minified version.
Re: Asteroids JavaScript Bookmarklet to blow up any web site
#23Re: Asteroids JavaScript Bookmarklet to blow up any web site
#24Re: Asteroids JavaScript Bookmarklet to blow up any web site
#25Earlier quoted context omitted.
Protip for the paranoid: the author could nab your session cookie at the same time, too! :)
Could, but doesn't: http://github.com/erkie/erkie.github.com/blob/master/asteroi... Though, it appears he was trying to implement high scores, which would send some information to another site, including document.location.href, but it is commented out in the version I linked, and removed in the minified version.
Could, but doesn't yet.
If you're not locally rehosting the 'known-good' version that you just audited, you're not being paranoid enough.
Re: Asteroids JavaScript Bookmarklet to blow up any web site
#26Re: Asteroids JavaScript Bookmarklet to blow up any web site
#27Re: Asteroids JavaScript Bookmarklet to blow up any web site
#28Re: Asteroids JavaScript Bookmarklet to blow up any web site
#29At least it's open source, so I guess I can fork it and add in my ideas.
Re: Asteroids JavaScript Bookmarklet to blow up any web site
#30This is absolutely brilliant.
It would be awesome to add some js to a website you own to spawn a computer controlled defender if someone uses this script on your site.
(bit scrappy, 10 min of code, but funny)
(test it by running asteroids on this page: http://bl4k.github.com/)