Archive for January, 2006

Happy Birthday Ta-Da List!

Thursday, January 19th, 2006

In honor of Ta-Da List’s 1st birthday, I present it with my latest Greasemonkey script that integrates Ta-Da List with Backpack… as well as add some nice enhancements on top of Ta-Da List. Get it here.

Raise your hand if you’ve made money using WP-Amazon

Monday, January 9th, 2006

About a year and a half ago, I thought up WP-Amazon as a way for Wordpress users to be able to easily include links and images of products from Amazon into their blog postings.  Basic and simple… that’s what I was going for.  Since I released it, I didn’t spend much time beyond bug fixes [...]

Greasemonkey Script: Digg Redirect

Monday, January 9th, 2006

One annoyance I have with Digg is that their RSS feed links point back to their site rather than the story it points to. I assume it’s because they want the traffic. So, here’s a super simple Greasemonkey script that will automatically redirect you to the real story page/site when you navigate to [...]

Google Pack

Friday, January 6th, 2006

Hot off the press!  Looks like the GOOG folks enabled this URL right before Larry Page’s keynote at CES.
Technorati Tags: google

Loading External JavaScript Libraries in Greasemonkey

Wednesday, January 4th, 2006

I’m working on a new Greasemonkey script and with the recent discovery of cross-domain access to JSON data, I figured the same technique would be a good way to bring in JavaScript libraries that can be useful in your Greasemonkey scripts. The only hitch is that you have to trust the host of the libraries [...]