Pomoc pśepytaś

Glědajśo se wobšudy pomocy. Njenapominajomy was nigda, telefonowy numer zawołaś, SMS pósłaś abo wósobinske informacije pśeraźiś. Pšosym dajśo suspektnu aktiwitu z pomocu nastajenja „Znjewužywanje k wěsći daś“ k wěsći.

Learn More

How to hide or disable the 'Bookmark this page' button in the location bar

  • 4 wótegrona
  • 1 ma toś ten problem
  • 178 naglědow
  • Slědne wótegrono wót Apothor

more options

I never use the 'Bookmark this page' button in the location bar. Meanwhile it takes precious real estate in the small location bar (I have many extension buttons in the toolbar). Is there a way to hide or disable this button?

I never use the 'Bookmark this page' button in the location bar. Meanwhile it takes precious real estate in the small location bar (I have many extension buttons in the toolbar). Is there a way to hide or disable this button?
Pśipowjesone fota wobrazowki

Wubrane rozwězanje

You can hide it with a file named userChrome.css. Remove the blank space from the following.

https://www.userchrome. org/how-create-userchrome-css.html

This is the code to use in the file.

#star-button-box { display:none !important; }
Toś to wótegrono w konteksće cytaś 👍 1

Wšykne wótegrona (4)

more options

Wubrane rozwězanje

You can hide it with a file named userChrome.css. Remove the blank space from the following.

https://www.userchrome. org/how-create-userchrome-css.html

This is the code to use in the file.

#star-button-box { display:none !important; }
more options

I finally got around to implementing it. Unfortunately, the button remains. Although, I fully trust the solution should work, I could not make it work.

more options

Did you use the exact file name and place it in the correct folder? Did you enable the use of style sheets in about:config? (Screenshot attached.)

Wót Terry změnjony

more options

Jup. Dumbass me overlooked naming error: userChromes.css. Solved.