Check out my latest project: Full Frontal JavaScript Conference

Archive for the "greasemonkey" Tag

Autocomplete & even better twitter keys

So I've been going a bit greasemonkey mad of late, and with the recent release of Twitter Keys I quickly found myself wanting something like tab completion for the twitter keys. A few hours of weekend playing later, I've got automatic Twitter keys (or optionally tab completed). But I've also decided to take it a [...]

Twitter Upgrades via Greasemonkey

Quickly following on from my greasemonkey script yesterday, Josh Russell, local Brightonite, updated his (and Dave's Twitter search script. So I've taken it upon myself to a) upgrade his script to work on all pages, not just the home page, and meld together my Twitter scripts with his moving towards (in my best deep Jerry Bruckheimer [...]

Tweet offline & better locations

If you follow me on Twitter you'll have seen that I've been moaning a bit lot about using Twitter as an alternative to email or IM. Rather than bitch and moan the whole time, I've made myself a solution: I can now pull a tweet in to an email and thus continue/create the conversation offline. In addition, [...]

How to tell if jQuery is out of date

As with most projects I work on, there's normally some JavaScript interaction. Often, however I've got all kinds of different versions of jQuery going on in these projects so when I try to access the latest functionality, and it groaks, I'll go sniffing around to check if it's the latest version. Never again!