Strip linebreaks/whitespace from URLs pasted into location bar - also maybe pasted with content.middlemouse.loadurl =================================================================== Right click save-as on object/embed without plugin installed - http://bugzilla.mozilla.org/show_bug.cgi?id=236543 - should be doable with jst's new placeholder =================================================================== Auto-apply bookmarklets - maybe per page, like alt stylesheets - http://jsconsole.mozdev.org/ - http://macroeditor.mozdev.org/ =================================================================== Rework "Flash Click to View" for FF 0.9 - make it block all plugins - get icons for java/other plugins (ask grayrest?) - combine bindings for flash/java/whatever into a common parent binding - implement a content filter (adblock does this) - http://bugzilla.mozilla.org/attachment.cgi?id=130874&action=view =================================================================== Remote bookmarks store - like live bookmarks, but allow adding/deleting bookmarks - little bit of server-side work required, unless we can just use HTTP PUT/DELETE, even then probably not supported by default in apache - inspired by: http://www.decrem.com/bart/archives/000061.html =================================================================== Auto bookmark categorization / smart bookmarks - Paper from 1996(!): http://www5conf.inria.fr/fich_html/papers/P37/Overview.html - http://yergler.net/blog/archives/2004/04/30/in-search-of-better-bookmarks - My post from forever ago: http://forums.mozillazine.org/viewtopic.php?t=555 - Even older: http://www.mozilla.org/blue-sky/ui/199805/bookmarks.html - http://peter.mapledesign.co.uk/weblog/archives/looking_for_a_decent_bookmark_manager.html - http://web.archive.org/web/20031002101602/http://zlog.co.uk/archives/2003/09/disposable - disposable bookmarks, with a php/bookmarklet implementation - Vaguely related: http://www.nat.org/dashboard/ - latent semantic indexing: http://www-psych.nmsu.edu/~pfoltz/cois/filtering-cois.html - other links on document clustering/categorization =================================================================== Full text indexing of the cache/history for easy history searching - Maybe store unlimited history (disk space is cheap) - http://forums.mozillazine.org/viewtopic.php?t=74172 - ties in with "smart bookmarks" - http://forums.mozillazine.org/viewtopic.php?p=601234 slogger - sort of implementation - http://forums.mozillazine.org/viewtopic.php?t=74381 - http://www.stclairsoft.com/HistoryHound/index.html (for OSX) - autojot: http://www.aigeek.com/geek/autojot/ is a web proxy that does this =================================================================== Remember history stack for bookmarks - ties in with the bookmarks idea - http://www.nedbatchelder.com/blog/200309.html#e20030911T214246 =================================================================== Privacy mode that doesn't store anything in history - No location bar stuff, no history entries, no cookies, no cache - related to Pornzilla - blake hacked this up once? "sub profile mode" he lost the code