Google Reader Large Dilbert Daily Strip

By Anmar Mansur Last update May 19, 2008 — Installed 678 times.


Script Summary: Replace smaller (print) version Dilbert Daily Strip available through official RSS feed with the larger (screen) version available only through the official website Flash viewer. As the title suggests, this is designed to work in Google Reader.

Description

As with many of my scripts, this is no more than a URL hack; it replaces the image source URL contained in the RSS feed. The trick is doing it when Google Reader dynamically loads the image, using a DOM event listener.

Change Log

2008-05-19: Code cleaned up.

2008-05-18: Initial version. My first attempt at DOM event listeners. Could use some cleaning.