[TAG] Tip: Bookmarklets in Mozilla
Jimmy O'Regan
jimregan at o2.ie
Sun Apr 25 23:36:24 MSD 2004
One of the nicest features in Mozilla is the ability to add a keyword to
a bookmark; this lets you cut down on typing - lg instead of
http://www.linuxgazete.net for example. To set one, select the bookmark
in the "Bookmark Manager"; in the properties dialogue simply set the
"Keyword".
Better still is the ability to add '%s' to the URL in the bookmark;
which puts properly escaped text in the place of the '%s'. Included is a
set of sample bookmarklets; these can be imported in the bookmark
manager using Tools->Import.
===== SNIP HERE sample-bookmarklets.html.txt =====
<!DOCTYPE NETSCAPE-Bookmark-file-1>
<DL><p>
<DT><H3>Some Bookmarklets</H3>
<DL><P>
<DT><A HREF="http://freshmeat.net/search/?q=%s"
SHORTCUTURL="fm">Freshmeat Search</A>
<DT><A
HREF="http://www.wikipedia.org/w/wiki.phtml?search=%s&go=Go"
SHORTCUTURL="wiki">Search Wikipedia</A>
<DT><A HREF="http://imdb.com/Find?for=%s"
SHORTCUTURL="imdb">IMDB Search</A>
<DT><A
HREF="http://www.dict.org/bin/Dict?Form=Dict1&Query=%s&Strategy=*&Database=*"
SHORTCUTURL="dict">Dict Search</A>
<DT><A
HREF="http://www.google.com/search?q=%s&btnG=Google+Search&domains=linuxgazette.net&sitesearch=linuxgazette.net"
SHORTCUTURL="lg">Search Linux Gazette</A>
<DT><A HREF="http://slashdot.org/search.pl?query=%s"
SHORTCUTURL="slash">Search Slashdot</A>
<DT><A HREF="http://www.google.com/linux?restrict=linux&q=%s"
SHORTCUTURL="l">Google Linux Search</A>
<DT><A HREF="http://www.google.com/search?q=%s"
SHORTCUTURL="g">Google Search</A>
</DL>
</DL>
===== SNIP HERE =====
More information about the TAG
mailing list