Get rid of history sidebar icon & arrow..

User Help for Mozilla Firefox
Post Reply
delicacy1
Posts: 304
Joined: September 28th, 2016, 11:25 am

Get rid of history sidebar icon & arrow..

Post by delicacy1 »

I don't need to click twice to obtain the history sidebar, or click & select "history". (apparently, a firefox improvement.....)

So like in the old behavior, i found the right history icon to open the history sidebar automatically & not bookmarks before selecting history again..

But i don't need that ugly earth icon & arrow, because i click once to get the history with related icon.

anyone has a css code to get rid of that icon & arrow ?
User avatar
Reflective
Posts: 2283
Joined: February 15th, 2007, 11:13 am

Re: Get rid of history sidebar icon & arrow..

Post by Reflective »

Right click a blank part of the tab bar and go to "Customize". Drag toolbar buttons you don't want into that panel.
delicacy1
Posts: 304
Joined: September 28th, 2016, 11:25 am

Re: Get rid of history sidebar icon & arrow..

Post by delicacy1 »

"customize" isn't found on tabs submenus & it's a css code that i need, you can't access history sidebar's elements using the "customize toolbar" option
User avatar
dickvl
Posts: 54145
Joined: July 18th, 2005, 3:25 am

Re: Get rid of history sidebar icon & arrow..

Post by dickvl »

You can use this code in userChrome.css:
http://kb.mozillazine.org/userChrome.css

Code: Select all

@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */
#sidebar-header {display:none!important;}
delicacy1
Posts: 304
Joined: September 28th, 2016, 11:25 am

Re: Get rid of history sidebar icon & arrow..

Post by delicacy1 »

perfect, thanks ))
Post Reply