I need this script modified: http://johnbokma.com/firefox/greasemonkey/link-highlighter.html I want it to: * Check a list of URLs instead of one * Match www and non-www URLs * Highlight any match, not just the declared URL (highlights example.com/file.zip or www.example.com/folder/ even if example.com is the matching value) I'm not interested in 'stealing' the script or claiming anything to it -- I'll even give you a credit for modifying it along with the creator in the header data -- I'm just looking for something to match and highlight links from specific URLS, which I can change over time, from a list. This is the cleanest working example of what I'm looking for that I found... but it'll take me too much time to figure it out myself. Please let me know a cost for this. I can pay via PayPal (only). Thanks. --- edit --- I would like to store the URLs in a list like: domain1.com domain2.net domain3.info etc. Within an array or something instead of creating a super-long script with ~50 different 'if' statements where I have to jump several lines to change, add or remove a domain.