On Fri, Jun 03, 2011 at 03:03:03PM +0000, Jörg Sommer wrote: > Hi, > > is it possible to remove entries from the history? Some sites put the > session id in the url like <http://example.org/SID/page.html>. After > visiting such sites a few time enlarges the history so much and makes the > completion for these sites useless, because you see fifty times the same > page. > > Bye, Jörg.
Yes, Mozilla provides the nsIBrowserHistory API for iterating and modifying history. See history_clear at the following url to see how to use the interface. A google search will turn up all the methods you can use. http://retroj.net/git/conkerorrc/history.js -- John Foerch _______________________________________________ Conkeror mailing list [email protected] https://www.mozdev.org/mailman/listinfo/conkeror
