Asteroids JavaScript Bookmarklet to blow up any web site
51–60 of 77 posts
Re: Asteroids JavaScript Bookmarklet to blow up any web site
#52Now, this is an ad-blocker with style.
Re: Asteroids JavaScript Bookmarklet to blow up any web site
#53Re: Asteroids JavaScript Bookmarklet to blow up any web site
#54Re: Asteroids JavaScript Bookmarklet to blow up any web site
#55Re: Asteroids JavaScript Bookmarklet to blow up any web site
#56Awesome. Now someone needs to combine it with websockets/node.js (or similar) so I can see the other players on the same page!
And the HN article, if you want to drum up some more players: http://news.ycombinator.com/item?id=1738543
I hacked together a very (very) basic multiplayer with a paper-thin node.js server in coffeescript.
Yes, really: http://github.com/cushman/asteroids.js
It might deserve a newspost of its own, but I'd like to have a working server running so people can actually, you know, use it. Unfortunately, I haven't thought to get node running on my VPS before now, and it's almost 02:00 here...
Re: Asteroids JavaScript Bookmarklet to blow up any web site
#57what 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! :)
Re: Asteroids JavaScript Bookmarklet to blow up any web site
#58Earlier quoted context omitted.
Protip for the paranoid: the author could nab your session cookie at the same time, too! :)
Use HttpOnly on critical cookies!
A new protip for the paranoid: the author could phish the snot out of you with an overlay that made it look like Facebook needed a re-login, too!
Re: Asteroids JavaScript Bookmarklet to blow up any web site
#59Earlier quoted context omitted.
Use HttpOnly on critical cookies!
Okay, sure. :) A new protip for the paranoid: the author could phish the snot out of you with an overlay that made it look like Facebook needed a re-login, too!
(lol, seriously though, it highlights "real" login fields based on domain for the page/frame which can't be spoofed and does a one-click login rather than typing it in - you can't get "fooled" because you should never be typing anything)