Add Bookmark Keywords To Firefox From The Address Bar

Firefox’s keyword bookmarking is one of our favourite browser features, but giving bookmarks keywords is kind of a long process. With a few changes to a system file, however, you can give your bookmarks a keyword right from the address bar.

Not only do Firefox’s keywords let you quickly access bookmarks and search any site, but they let you perform nearly any task right from your browser’s address bar. Chrome’s custom search engines are easy to edit, but in Firefox, you have to first create a bookmark, then open up the bookmark manager and edit that bookmark. Over at Guiding Tech, however, they’ve found that adding a few lines to your userChrome.css file will let you add keywords to bookmarks right from the address bar.

Head into your Firefox installation’s profile folder and edit the userChrome.css file. If you have a file called userChrome-example.css, rename it to userChrome.css. Add the following lines to the end of the file:

#editBMPanel_locationRow,
#editBMPanel_keywordRow
{
visibility: visible !important;
-moz-box-align: centre !important;
}
#editBMPanel_tagsSelector[collapsed=”true”]
{
display: none !important;
}

Now, when you add a bookmark to firefox by clicking the star icon, you’ll have an option to give that bookmark a keyword right then and there. It’ll save you time rummaging around your bookmark manager in the future!

How to Add Keywords to Bookmarks Right From the Firefox Address Bar [Guiding Tech]


The Cheapest NBN 50 Plans

Here are the cheapest plans available for Australia’s most popular NBN speed tier.

At Lifehacker, we independently select and write about stuff we love and think you'll like too. We have affiliate and advertising partnerships, which means we may collect a share of sales or other compensation from the links on this page. BTW – prices are accurate and items in stock at the time of posting.

Comments


Leave a Reply