searchlinks
This
is a greasemonkey script to
find links whose href attribute satisfies a given
regex. I.e. it lets you search for links to a certain address.
In its current form you need to be running greasemonkey on firefox. If you know how to install these, here is the script.
Usage
Once installed, here's how you use this thing.
-
Whenever you're on a page with a link, such as
http://www.jeffpalm.com/fox/index.html
-
And want to search the addresses of all the links go
to
Tools → Greasemonkey → User Script Commands... → SearchLinks
and you'll be presented with an dialog like
-
Then all links that match this query (i.e. match the regular
expression
.*jeffpalm.*) will be highlighted and the page will scroll to the first matching link
Installation
To use you must be running greasemonkey on firefox. So, I'll mention both.
- Install firefox.
- Install greasemonkey.
- Go to the link searchlinks.user.js a click the Install button in the upper right. If you don't see this button you haven't installed greasemonkey correctly -- in which case return to step #2.
Changes
|
First release. |
