configurable-jump – Hacked version of the jump script that makes the link hint keys configurable Eg. instead of “fl12” you can “fLab” (Deprecated as of 2010-02-02)
bookmark-history-search – A dmenu which searches through your bookmarks and history, inspired by vimperator. (Out of date as of 2009-11-7)
bookmark_with_tags_for_folders – A dmenu which will search through your bookmarks via the first tag and let you select bookmarks filed by tag
pan – Adds the ability to pan the page like you would a Image/PDF viewer.i Needs update to clean out Uzbl object references
follow_Numbers_Customizable.js – The same, but you can either use default action of link or do arbitrary handling via setting window.itemClicker; also intial link finding was taken from linkfollow.js and keyboard rebinding was taken from configurable-jump
follow-dmenu.pl – Follow Links with dmenu (also works without Uzbl Object)
Dynamic Zooming – Zoom the contents of a website based on uzbl's window size
gendirlist.py – Generate local html directory listing.
follow.sh – Executes follow.js and changes mode to INPUT/COMMAND depending on type of clicked element
genericFollow.js – I took Jake's follower and added to it the ability to do nothing and just return the chosen link. That allows to use it for link-hovering, or some other special handling of the links.
protocol_handler – A basic protocol handler Out of date - needs Uzbl object
protocol_handler_events – A modification of previous item; it raises event like LINK_MAILTO when clicking on link and the action is abstracted out a bit for easy use with link followers Out of date - needs Uzbl object
Lisp-EM – A Lisp EM by Michael Raskin. This is a near-complete rewrite of the previous one. It seems to work with ECL and SBCL, and should work with CCL as well. Even the compatibility was ignored..