Mozilla will shut down Pocket’s services on July 8, 2025. At that time users will no longer be able to access the Pocket website, apps and API. You can export your saved items and API data until October 8, 2025 before they are permanently removed. For more information, see this article.

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Więcej informacji

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

  • 7 odpowiedzi
  • 4 osoby mają ten problem
  • 46 wyświetleń
  • Ostatnia odpowiedź od the-edmeister

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

Wybrane rozwiązanie

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:

Przeczytaj tę odpowiedź w całym kontekście 👍 2

Wszystkie odpowiedzi (7)

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)

Zmodyfikowany przez cor-el w dniu

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

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

Wybrane rozwiązanie

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:

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

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

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

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