为提升您的使用体验,本站正在维护,部分功能暂时无法使用。如果本站文章无法解决您的问题,您想要向社区提问的话,请到 Twitter 上的 @FirefoxSupport 或 Reddit 上的 /r/firefox 提问,我们的支持社区将会很快回复您的疑问。

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

详细了解

How Do i Remove That little Reset Zoom Button next to the url?

  • 7 个回答
  • 4 人有此问题
  • 6 次查看
  • 最后回复者为 the-edmeister

more options

I Really hate it, i always have YT on 110% Zoom, and i hate watching at normal zoom.. but now i have to if i don't want a little pest on my screen, i just.. there needs to be a way to remove it

I Really hate it, i always have YT on 110% Zoom, and i hate watching at normal zoom.. but now i have to if i don't want a little pest on my screen, i just.. there needs to be a way to remove it

被采纳的解决方案

Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar-zoom-button {display:none!important}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

  • create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • use a plain text editor like Notepad to create a (new) userChrome.css file in the chrome folder (file name is case sensitive)
  • paste the code in the userChrome.css file in the editor window
  • make sure that the userChrome.css file starts with the default @namespace line
  • make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.
    otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file

You can use this button to go to the current Firefox profile folder:

定位到答案原位置 👍 2

所有回复 (7)

more options

You can look at the Classic Theme Restorer extension to customize the appearance and features in Firefox.

  • <strike>CTR: General UI: "Zoom controls on toolbar: hide zoom-reset button"</strike>

See correction below, is found in:

  • CTR Options/Preferences: Location Bar (1): "Hide zoom button (if present)"
  • you can check out the settings of the CTR extension via its Options/Preferences button on the "Firefox/Tools > Add-ons > Extensions" page.
  • you can find extra toolbar buttons and more toolbar settings in Customize (3-bar Firefox menu button > Customize)

由cor-el于修改

more options

Separate Security Issue: Update your Flash Player Note: Windows users should download the active_x for Internet Explorer. and the plugin for Plugin-based browsers (like Firefox).

Note: Windows 8 and Windows 10 have built-in flash players and Adobe will cause a conflict. Install the plugin only. Not the active_x.

Flash Player Version: 24.0.0.194

https://get.adobe.com/flashplayer/ Direct link scans current system and browser Note: Other software is offered in the download. <Windows Only>

https://get.adobe.com/flashplayer/otherversions/ Step 1: Select Operating System Step 2: Select A Version (Firefox, Win IE . . . .) Note: Other software is offered in the download. <Windows Only>


See if there are updates for your graphics drivers https://support.mozilla.org/kb/upgrade-graphics-drivers-use-hardware-acceleration

more options

Well cor-el your solution didn't work, ik i rated it helpful, but that was before i tried it

more options

选择的解决方案

Add code to the userChrome.css file below the default @namespace line.


@namespace url("http://www.mozilla.org/keymaster/gatekeeper/there.is.only.xul"); /* only needed once */

#urlbar-zoom-button {display:none!important}

The customization files userChrome.css (user interface) and userContent.css (websites) are located in the chrome folder in the Firefox profile folder.

  • create the chrome folder (lowercase) in the <xxxxxxxx>.default profile folder if this folder doesn't exist
  • use a plain text editor like Notepad to create a (new) userChrome.css file in the chrome folder (file name is case sensitive)
  • paste the code in the userChrome.css file in the editor window
  • make sure that the userChrome.css file starts with the default @namespace line
  • make sure that you select "All files" and not "Text files" when you save the file via "Save file as" in the text editor as userChrome.css.
    otherwise Windows may add a hidden .txt file extension and you end up with a not working userChrome.css.txt file

You can use this button to go to the current Firefox profile folder:

more options

OK, I got the location of removing the button wrong;

  • Location Bar (1): "Hide zoom button (if present)"
more options

Thanks cor-el your userChrome solution Worked, that little pest is outta here

more options

For other users who view this thread, there is a UserStyle available for the Stylish extension.

https://userstyles.org/styles/138113/hide-url-bar-zoom-reset-button