Mozilla VPN is currently experiencing an outage. Our team is actively working to resolve the issue. Please check the status page for real-time updates. Thank you for your patience.

본 사이트는 여러분의 사용자 경험을 개선하기 위해 유지 보수를 진행하는 동안 기능이 제한됩니다. 도움말로 문제가 해결되지 않고 질문을 하고 싶다면 Twitter의 @FirefoxSupport 및 Reddit의 /r/firefox 채널을 활용하세요.

Mozilla 도움말 검색

고객 지원 사기를 피하세요. 저희는 여러분께 절대로 전화를 걸거나 문자를 보내거나 개인 정보를 공유하도록 요청하지 않습니다. "악용 사례 신고"옵션을 사용하여 의심스러운 활동을 신고해 주세요.

자세히 살펴보기

how to disable star, rss buttons, and replace refresh with "go" button?

more options

i used to be able to fix these with userchrome.css but apparently it no longer works.

#go-button  {display: none !important;}
#star-button {display: none !important;}
#feed-button {display: none !important;}

can someone tell me what they've been changed to since those #buttons no longer work

i used to be able to fix these with userchrome.css but apparently it no longer works.<br /> <br /> <pre><nowiki>#go-button {display: none !important;} #star-button {display: none !important;} #feed-button {display: none !important;}</nowiki></pre> can someone tell me what they've been changed to since those #buttons no longer work

글쓴이 cor-el 수정일시

선택된 해결법

whoops. i was editing a portable firefoxes .css intsead of my native installed one but still couldn't get "go button to work. after a bit of googling i found a solution

#urlbar-go-button {visibility: visible !important;}
#urlbar-reload-button {display: none !important;}
#star-button {display: none !important;}
#feed-button {display: none !important;}

although i wish i could set the go button last instead of first (go arrow, history dropdown, refresh)

but i see what you mean with stop/refresh being separated from inside the urlbar

edit: oh i see about url-go-button and url-refresh-button now. thanks

문맥에 따라 이 답변을 읽어주세요 👍 0

모든 댓글 (3)

more options

The #star-button selector is the same. I'm not sure about the RSS button; I don't see that one.

The Stop, Go, and Reload buttons now share the same space and which one displays is determined by the status of the page and the URL bar. Their individual selectors are #urlbar-stop-button, #urlbar-go-button, and #urlbar-reload-button. (By default the #go-button is hidden.)

Last year, there were discussions on this forum about customizing the toolbar to move Stop and Reload to the left of the address, bar, which separates them from the Go button. I haven't searched for those to test whether it still works.

more options

The RSS feed (Subscribe) button is a regular toolbar button and no longer located in the location bar.
So you do not need to hide that button, but you can drag it off the Navigation Toolbar in the toolbar palette if you have it visible.

more options

선택된 해결법

whoops. i was editing a portable firefoxes .css intsead of my native installed one but still couldn't get "go button to work. after a bit of googling i found a solution

#urlbar-go-button {visibility: visible !important;}
#urlbar-reload-button {display: none !important;}
#star-button {display: none !important;}
#feed-button {display: none !important;}

although i wish i could set the go button last instead of first (go arrow, history dropdown, refresh)

but i see what you mean with stop/refresh being separated from inside the urlbar

edit: oh i see about url-go-button and url-refresh-button now. thanks

글쓴이 cor-el 수정일시