Named index generator for pixelcomic.net ======================================== This will generate a textual list of all comics from pixelcomic.net, with links to the respective comics. Instructions: 1. Create a new bookmark in Firefox, and set the "Location" for the bookmark as the following code: javascript:list = "";for (i = 0; i < document.images.length; i++){if (document.images[i].title.match(/\d{3,3} - .* - \d{6,6}/)){list += "
  • ";list += "";list += document.images[i].title;list += "";list += "
  • ";}}list = "";document.write(list); 2. Go to the Pixel comic archive (the link that says "all") 3. Click on the "bookmarklet" you have created, and a list should be generated This bookmarklet works on Firefox 2.0, and on the Pixel comic archive page since the 20th September 2007. Changes in the format of the Pixel comic may result in the bookmarklet failing completely, but in all likelihood the bookmarklet will remain useful for quite some time.