![]() | Ned Batchelder : Blog | Code | Text | Site Show image catalog Greasemonkey script » Home : Blog : September 2006 |
I'm a late-comer to the magic of Greasemonkey. It's a powerful Firefox add-in that lets you run bits of JavaScript on pages. There are a ton of Greasemonkey scripts available, many designed to fix or add features to particular sites. Here's my first script: it provides a menu command to display a catalog of the images on a page. It can be very helpful for picking apart a page for debugging, for example. It's kind of basic. For example, if the same image is used more than once on the page, it will be listed more than once. It's short: // ==UserScript== Here's a direct link to the script: image_catalog.user.js. If you have Greasemonkey installed, clicking the link will install it.
tagged:
javascript,
web» react | |
Comments
Add a comment: