Greasemonkey and KEXP
So I finally checked out
href="http://greasemonkey.mozdev.org/">Greasemonkey and stole an
idea from Chris and wrote a script that adds “play” links to the
href="http://kexp.org/playlist/playlist.asp">KEXP DJ playlist.
This is tremendously more convenient than finding something you want
to hear in the playlist, then navigating to the
href="http://kexp.org/streamarchive/archive_time.asp">streaming
archive page and entering the exact start time of what you wanted
to hear.

To install, you need firefox and
greasemonkey. Then it’s
installed like any greasemonkey script - browse
href="http://www.psoul.com/files/kexp.user.js">kexp.user.js and click Tools > Install
User Script. Once its installed, you may want to edit the script to
change your stream preference (the default is 96k wma). No other
modifications should be required.
Tim said,
August 18, 2007 @ 12:00 am
Updated DOM Path
Looks like kexp.org has changed since you first wrote this. I’ve updated my copy of the script to use the right Xpath query, but you may want to update the “official” copy. Here’s the new path:
/html/body/table/tbody/tr[2]/td/table/tbody/tr/td[4]/table[1]/tbody/tr[3]/td[1]/b[1]
Thanks for he script. It’s still very useful two years after its creation.