where is the file located called "recently bookmarked" in firefox. I
want to save file.
thanks
Printable View
where is the file located called "recently bookmarked" in firefox. I
want to save file.
thanks
It's not located in a separate file. It's part of places.sqlite along
with all the other bookmarks and history. The bookmark entry for
"recently bookmarked" is:
place:folder=BOOKMARKS_MENU&folder=UNFILED_BOOKMARKS&folder=TOOLBAR&queryType=1&sort=12&excludeItemIfParentHasAnnotation=livemark
%2FfeedURI&maxResults=10&excludeQueries=1
according to [url]http://forums.mozillazine.org/viewtopic.php?t=629560[/url]
And this page:
[url]https://developer.mozillhttp://groups.google.ca/group/mozilla.support.firefox/browse_thread/thread/2072ec9ef1946a37?hl=en#a.org/en/Places_query_URIs[/url]
explains the syntax you can use in these bookmark queries.
So in effect it's an ever changing bookmark. Each time you select it,
it runs the place: query above.
However if you want to save them to a file, go to "Organize
Bookmarks". Then under "Bookmarks Menu" you will see "Recently
Bookmarked". Click on that so that the bookmarks appear in the pane
to the right. Then click on the first one in that list, hold your
shift key down and click on the last one (thereby selecting all of
them). Right click and select copy, then paste into notepad and save
it as a .html file and you're done. You now have those bookmarks
saved out to an individual file.
JB