How do I remove the bookmark toolbar icons for websites? After updating to Firefox 22, add-ons don't help.

In the Bookmark Toolbar, the icons for websites take up too much space and are distracting. I used to use the Bookmarks - Deiconizer add-on but after updating to Firefox 22 it doesn't work anymore.
I tried adjusting the userChrome.css as in other posts but that does not work.
Please help!

Hi haweyext,
Did you see this thread from yesterday:
[https://support.mozilla.org/en-US/questions/964732 How do I keep the icons out of my Bookmarks Toolbar (tried Bookmarks Deiconizer) even after downloading files?]
If userChrome.css isn't working (note: you need to exit and restart Firefox before it takes effect), you can apply that rule to Firefox using the Stylish extension instead.
Does any of that help?

Similar Messages

  • How can I remove the 'apps' toolbar (the one below the bookmarks toolbar)?

    '''In FF4, how can I remove the 'apps' toolbar?'''
    (My computer screen is now smaller than before due to this new black strip. A 'right click' doesn't help. the "+" on the left only takes me to 'conduit'. I am not interested in this feature at all.)
    Thanks, Reg.

    I had the same problem and was able to remove the empty apps bar by doing the following:
    1. Click on Tools in Mozilla; 2. Click on Add-Ons; 3. Click on Extensions; 4. Look for an add-on called Conduit app; 5. Click to the right of Conduit app to Remove Conduit App; and 6. Restart Firefox: hooray - it's gone!

  • How can I show the bookmarks toolbar in Firefox 6 all the time?

    The bookmarks toolbar is hidden by default in Firefox 6, and "view bookmarks toolbar" will only show it until a link is clicked or the tab is changed. How can I display the bookmarks toolbar in Firefox 6 all the time?

    On your toolbar area right click an empty space and open Customize.
    Then drag the bookmark icon up to your toolbar area and drop.

  • I would like to be able to remove the 'bookmarks toolbar' from the bookmarks menu.

    Recently Firefox had a .. problem. I'm not sure what it was, or why. I just opened it one day and it had to 'reset'. So, it did, and i lost a bunch of things like addons and themes and stuff like that. Its not a big deal, because all the data was still there. Still, i have to fix some things again.
    I'm still using Firefox 15 - mostly because of some addons that aren't available in later ones, namely an addon that lets me make the window title Aero themed, i like that much more than the solid colours and i can't find one that works with later versions (anyone know of a way around that i would love to hear that too.
    Anyway, my question is simple I used to have the ability (i guess, an addon i've since forgotten about) to go to remove the 'bookmarks toolbar' from the Bookmarks menu. Also, i had a 'save all tabs' or something similar to that. Does anyone know an addon, or tweak, or anything that could get me that again?

    Sounds that you had a chrome folder with a userChrome.css file in it to do such a customization.
    *http://kb.mozillazine.org/userChrome.css
    *http://kb.mozillazine.org/Editing_configuration
    If you have the Old Firefox Data folder on the desktop then check that folder for the chrome folder and copy that folder to the current Firefox Profile Folder.
    You can use this button to go to the Firefox profile folder:
    *Help > Troubleshooting Information > Profile Directory: Show Folder
    See also:
    *[[/questions/877124]]

  • How can I keep the bookmarks toolbar open down the side?

    How can I keep the bookmarks toolbar open down the side?

    View > Sidebar, click Bookmarks to place a check mark ~~red:'''''OR'''''~~ Ctrl+B
    If the Bookmarks Sidebar is open when you Exit Firefox (File > Exit), it will be open when you start Firefox again.

  • When I play an iMovie at full screen, how can I remove the bottom toolbar

    When I play an iMovie at full screen, how can I remove the bottom toolbar?  It shows up on the projector screen and I don't want my audience to see those tools at the bottom quarter of the screen.

    Do a malware check with a few malware scan programs.
    You need to use all programs because each detects different malware.
    http://www.malwarebytes.org/mbam.php - Malwarebytes' Anti-Malware
    http://www.superantispyware.com/ - SuperAntispyware
    http://www.safer-networking.org/en/index.html - Spybot Search & Destroy
    http://www.lavasoft.com/products/ad_aware_free.php - Ad-Aware Free
    http://www.microsoft.com/windows/products/winfamily/defender/default.mspx - Windows Defender: Home Page
    See also "Spyware on Windows": http://kb.mozillazine.org/Popups_not_blocked

  • I have Iphone 4, version 4.3.3 (8J2) How can i remove the brightness toolbar from the main page, below the applications above the shorcuts?

    I have Iphone 4, version 4.3.3 (8J2) How can i remove the brightness toolbar from the main page, below the applications above the shorcuts?

    There is no brightness toolbar unless your iPhone is jailbroken.  If so, you can try to restore to remove the JB.
    The only place brightness exists is under Settings.

  • How do I delete just the firefox bookmarks but not the the bookmarks toolbar icons

    I deleted my firefox bookmarks so I could import my gooogle bookmarks,but this also deleted my firefox bookmarks toolbar entries...it took me along time to put these in again.
    How do I delete just the firefox bookmarks but not the the bookmarks toolbar icons

    What kind of problems did you get after installing the extension?
    You can try to remove the history manually in the History Manager by doing a search for a colon.
    How many history items do you have to remove?
    If you only want to do this once or occasionally then you can consider to use this code:
    *http://kb.mozillazine.org/User:Dickvl/JavaScript_Error_Console#Expire_History_By_Days
    You will have to calculate the number of days that you want to keep to remove only history items from 2013 and older (365+31+28+26)
    You can open the Browser Console (Firefox/Tools > Web Developer).
    Paste the JavaScript code in the command line and press the Enter key to run the code.
    *Toggle the devtools.chrome.enabled pref on the <b>about:config</b> page to true to enable the command line
    *https://developer.mozilla.org/Tools/Browser_Console#Browser_Console_command_line
    <pre><nowiki>
    (function(){
    /* expire history by days, based upon bug 660646 comment 5/7 - [email protected] */
    var Cc = Components.classes, Ci = Components.interfaces;
    var his = Cc["@mozilla.org/browser/nav-history-service;1"].getService(Ci.nsIBrowserHistory);
    var prs = Cc["@mozilla.org/embedcomp/prompt-service;1"].getService(Ci.nsIPromptService);
    var day = 0, obj = new Object, txt = "Expire History"; obj.value = "90";
    if (prs.prompt(null,txt,"Days of history to keep",obj,null,{})){
    day = parseInt(obj.value);
    if(!isNaN(day)&&(day>0)){
    his.removeVisitsByTimeframe(0,(new Date().setHours(0,0,0,0) - day * 86400000) * 1000);
    }else{ prs.alert(null,txt,"Error Parsing Days: "+obj.value); }
    </nowiki></pre>
    If hat doesn't work then you may have a problem with the places.sqlite database file and you may have to reset places.sqlite.
    *Places Maintenance: https://addons.mozilla.org/firefox/addon/places-maintenance/
    You can move (copy/paste) history items that you want to keep to a bookmarks folder.
    See also:
    *Norwell History Tools: https://addons.mozilla.org/firefox/addon/norwell/

  • How to Remove the 'Bookmarks Toolbar' menu item in Firefox 8?

    I have Firefox 8 on my Windows 7 machine, and I'm trying to get rid of the 'Bookmarks Toolbar' Menu Item. I'd found a way, way back, to do that in an earlier version of Firefox on my XP PC, but I couldn't find anything on the web on how to do this in this release of Firefox.
    I'm also having trouble getting rid of "Subscribe to this page" menu item.
    Thanks for any help.
    Alex

    Hi
    Try using '&otherparams=usesdi=yes' in your URL...this could solve your problem....good luck :)
    Regards
    Thobula Ramulu Rakesh

  • How do I set the bookmarks toolbar to text only? Changed to Icon + Text in v4.

    I used to have only text in the bookmarks toolbar in version 3. Now that I'm in version 4, I see a folder icon or the website's icon and the text.
    I can't seem to disable this - no preferences or context menu options that I can find.
    Thanks for your help.
    William

    You can do that with the Bookmarks Deiconizer extension - https://addons.mozilla.org/firefox/addon/bookmarks-deiconizer

  • How do I show the bookmarks toolbar while in fullscreen on Firefox 20? In older versions you could edit the userChrome.css file. Does that still exist?

    After searching for this option, it appears it was very easy to do in older versions of firefox on windows 7. Many posts say you can edit the userChrome.css file to add:
    #PersonalToolbar[moz-collapsed="true"] {
    visibility: visible !important;
    However, on 2 machines with firefox 20, I've searched for that file and cannot find it. Does it even exist any more? if not, how can I set firefox to go to fullscreen mode and continue to show the bookmarks toolbar? Unchecking hide toolbars does not work for the bookmarks toolbar.

    userChrome.css does not exist by default. You can create it; it's an ordinary text file. Note that you do need a namespace at the beginning of the file.
    You could try this:
    @namespace url(http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul);
    #PersonalToolbar[moz-collapsed="true"]{
    visibility: visible !important;
    #navigator-toolbox[inFullscreen="true"]{
    margin-top:-62px !important;
    I added the second rule to prevents the toolbar area from rolling all the way up. The specific value may need to be adjusted by a few pixels depending on your toolbar heights.

  • How can i restore the bookmarks toolbar that i had before this upgrade?

    where did you guys put the bookmarks toolbar in this new firefox?
    how can i get it back?
    i miss it.

    Hi ronbar59, when you're in the Customize mode, can you confirm that "Bookmarks Toolbar Items" is on the correct bar and not somewhere else in the interface?

  • How do I remove the superdrive notification icon on top of the taskbar?

    How do I remove the superdrive icon on top of the taskbar.  It appeared all of sudden when I reboot my computer, I checked sharing setting and everything is off.  There are no drive nearby to share with.
    thanks

    If you are talking about the "Eject" icon then you could:
    QUOTE:
    "Hold the "command" key (may have the Apple logo), click on the "icon" drag it out, release the button, release the command(Apple) key."
    (by: Wes)
    & you are done...

  • How do I remove the floating toolbar in a C# program

    Hello,
    I am trying to find out how to remove the floating toolbar in a Winforms C# .NET app. I'm using the
    axAcroPDF control. The toolbar (the floating one) I would like to remove. I have tried the .setShowToolbar() function,
    but this does not work.
    Please help with this as it is very important that this toolbar does not show.
    Thanks
    Mike

    I found a way (sort of) to disable read mode:
    http://blogs.adobe.com/acrolaw/2011/11/turning-off-read-mode-while-viewing-pdfs-in-your-br owser/

  • How do I get the bookmarks toolbar to show on top like before?

    I can only get my bookmarks to show up in the library or in the library on the sidebar; I want them on top in a toolbar format.

    Check that the Bookmarks Toolbar is visible and that the "Bookmarks Toolbar items" is still placed on the Bookmarks Toolbar.<br />
    If the menu bar is hidden then press F10 or hold down the Alt key, that should make the "Menu Bar" appear.
    Make sure that toolbars like the "Navigation Toolbar" and the "Bookmarks Toolbar" are visible: "View > Toolbars"
    * Open the Customize window via "View > Toolbars > Customize" or via "Firefox > Options > Toolbar Layout" (Linux, Windows)
    * Check that the "Bookmarks Toolbar items" is on the Bookmarks Toolbar
    * If the "Bookmarks Toolbar items" is not on the Bookmarks Toolbar then drag it back from the toolbar palette in the customize window to the Bookmarks Toolbar
    * If you do not see the "Bookmarks Toolbar items" or other items that are missing in the toolbar palette or on a toolbar then click the "Restore Default Set" button
    *http://kb.mozillazine.org/Toolbar_customization
    *https://support.mozilla.com/kb/Back+and+forward+or+other+toolbar+items+are+missing

Maybe you are looking for

  • Long time to load data from PSA to DSO -Sequential read RSBKDATA_V

    Hi , It is taking long time to load data from PSA to DSO. It is doing Sequential read on RSBKDATA_V and table contents no data . we are at - SAPKW70105. It started since yesterday . There is no changes in system parameters. Please advice.  Thanks Nil

  • SAP Accelarated Data migration

    Hi All,          Could someone kindly provide more info about SAP ADM. I am uanble to get any info about the same. I would like to understand as to how exactly the tool works. I have the 4 page PDF that is posted on the site but its not clear on the

  • Ticker view in obiee 11g

    hi I am using ticker view in one of my report,,,but not able to get the reflection for the same. is there any different internet settings if yes then plz suggest. Thanks in advance

  • What is tethering used for?

    If I'm using bridge why do I need to use tethering?

  • Bit operations, base64

    I have 4 bytes with 6 significant bits (base64) which should be concatenated into 3 bytes, moved to the left. Im just wondering if this is right, or maybe if theres some better solution: oldbyte1 << 2; tempbyte2 = oldbyte2; tempbyte2 >> 4; newbyte1 =