Written by
David Artiss. Published 1 year, 11 months ago. Last modified 1 week, 1 day ago. In categories
Tips.
The latest version of Xmarks for Firefox has added a new feature where, in the status bar at the bottom of the browser window, there are 5 stars, allowing you to easily rate websites that you visit. Unfortunately, they’re a bit of an “estate” hog and can only be turned off along with the Xmarks icon (which is useful for quick synchronisation). However, there is a way to turn off just the rating stars…
- Enter
about:config in the Firefox address bar - Right click in the main screen area
- Select
New -> Boolean - Type
extensions.xmarks.hideStatusBarStars and press Enter - Select the value
true
This will forever banish the stars. If you want to bring them back…
- Enter
about:config in the Firefox address bar - Find the value
extensions.xmarks.hideStatusBarStars - Set it to
false


Written by
David Artiss. Published 2 years, 2 months ago. Last modified 4 weeks, 1 day ago. In categories
Comment.
Since Firefox 3.0 bookmarks, history and most storage is kept in SQLite databases and, ass with any other database, SQLite databases become fragmented over time. But, since there are no managing processes checking and optimizing the database, these eventually result in a performance hit.
So, a good way to improve startup and some other bookmarks and history related tasks is to defragment and trim unused space from these databases.
- Press Evaluate. Firefox will freeze for a few seconds while the databases are “VACUUMed”.
Thanks to PC Pro and Mozilla Links for this information.
Alternatively there are a couple of Firefox plugins available to do just this – Vacuum Places and PlacesCleaner.

