autowolf

automated librewolf setup
git clone https://git.awy.one/autowolf.git
Log | Files | Refs | README

userChrome.css (1244B)


      1 @-moz-document url(chrome://browser/content/browser.xhtml)
      2 {
      3 	#main-window,
      4 	browser[type="content-primary"],
      5 	browser[type="content"],
      6 	tabbrowser#content,
      7 	#content,
      8 	browser[type="content"] > html
      9 	{
     10 		/*gruvbox*/
     11 		/*background: #32302f !important;*/
     12 		background: #353C4A !important;
     13 	}
     14 }
     15 
     16 #reload-button { display: none !important; }
     17 #back-button { display: none !important; }
     18 #forward-button { display: none !important; }
     19 #sidebar-button { display: none !important; }
     20 #firefox-view-button { display: none !important; }
     21 #new-tab-button { display: none !important; }
     22 #alltabs-button { display: none !important; }
     23 #stop-button { display: none !important; }
     24 #identity-permission-box { display: none !important; }
     25 #picture-in-picture-button { display: none !important; }
     26 #tracking-protection-icon-container { display: none !important; }
     27 #star-button-box { display: none !important; }
     28 #pageAction-urlbar-_testpilot-containers { display: none !important; }
     29 #navigator-toolbox > #PersonalToolbar { display: none !important; }
     30 #tabbrowser-tabbox {
     31 	outline: none !important;
     32 	box-shadow: none !important;
     33 
     34 } 
     35 #reader-mode-button { display: none !important; }
     36 #translations-button { display: none !important; }