Yeah, you’ve seen those Twitter location fields, put in by an iPhone or some other API tool that makes it a set of coordinates rather than a named place. So this Greasemonkey script turns those coordinates into a clickable link to the Google map of those coordinates, so we can see who’s from where. I …
Monthly Archive: November 2009
Nov 09
Firefox Keylogger Extension
I’ve written a simple firefox extension to log keystrokes on websites. It’ll log all keypresses for each page visited. You can see what keys were logged by right-clicking in the page and selecting “View BTK Logs”. It’ll then show you the current log for the page in an alert dialog box. There is also an …
Nov 08
Simple Javascript Text Input Counter
I never really put javascript on here other than greasemonkey scripts, but here’s a little simple one that has been overcomplicated in so many places around the net. It simply shows how many characters you have left in a text input box. (I made it with twitter in mind hence the 140 example)… Example: 140 …
