To make use of it, I make a script subscription (File -> New Special Subscription -> Script...) to my ucomics.py script (make sure you make the script executable with chmod +x ucomics.py) with the argument: Name of Comic|directory|imageprefix. For example, Boondocks|boondocks|bo or Doonesbury|doonesbury|db (the image prefix can be found by going to the ucomics website and viewing a specific comic. The image prefix will be the first two to three letters of the image filename.
Note: Each comic image can be found at this generic URL:
http://images.ucomics.com/comics/Prefix/YEAR/PREFIXyymmdd.gif
where COMICDIRECTORY is the directory of the comic (eg forbetterorforworse), and PREFIX is the two or three letter abbreviation for the comic (eg fb). So 'For better or for worse' for November 28, 2004 would be found at this URL:
http://images.ucomics.com/comics/fb/2004/fb041128.gif

