Minuteman Library Grease Monkey

One sign of a good open source project is that it has lots of rough edges for people to rub down.

For example there is a little monkey that will tinker with Amazon pages to add a link to your local library, when they have the book your considering. This script needs to be reworked to get to your library. Here’s the modification so it checks the bigger of the two Boston area interlibrary systems.


var libraryUrlPattern = 'http://library.minlib.net/search/i?SEARCH='
var libraryName = 'Minuteman Libraries';

Get the modified script here.

Leave a Reply

Your email address will not be published. Required fields are marked *