Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Èròjà atẹ̀lélànà yii ni a ti fi pamọ́ fọ́jọ́ pípẹ́. Jọ̀wọ́ béèrè ìbéèrè titun bí o bá nílò ìrànwọ́.

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

  • 4 àwọn èsì
  • 1 ní ìṣòro yìí
  • 252 views
  • Èsì tí ó kẹ́hìn lọ́wọ́ 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?
Ìsopọ̀ yíyà aṣàfihàn

Ọ̀nà àbáyọ tí a yàn

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; }
Ka ìdáhùn ni ìṣètò kíkà 👍 1

All Replies (4)

more options

Ọ̀nà àbáyọ Tí a Yàn

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.)

Ti ṣàtúnṣe nípa Terry

more options

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