Tìm kiếm hỗ trợ

Tránh các lừa đảo về hỗ trợ. Chúng tôi sẽ không bao giờ yêu cầu bạn gọi hoặc nhắn tin đến số điện thoại hoặc chia sẻ thông tin cá nhân. Vui lòng báo cáo hoạt động đáng ngờ bằng cách sử dụng tùy chọn "Báo cáo lạm dụng".

Tìm hiểu thêm

zoom indicator is back in URL bar

  • 2 trả lời
  • 0 gặp vấn đề này
  • 1 lượt xem
  • Trả lời mới nhất được viết bởi cor-el

more options

When the zoom indicator was introduced in the URL bar, it could be removed with an option in the addon "classicthemerestorer". With a recent update, the indicator is back. How can we remove it now? I can only find information about it from 2017. Firefox is very good, but why are our screens filled up with tools that we cannot remove easily when we don't need them and they are annoying?

When the zoom indicator was introduced in the URL bar, it could be removed with an option in the addon "classicthemerestorer". With a recent update, the indicator is back. How can we remove it now? I can only find information about it from 2017. Firefox is very good, but why are our screens filled up with tools that we cannot remove easily when we don't need them and they are annoying?

Tất cả các câu trả lời (2)

more options

The creator of Classic Theme Restorer now provides css code to replace the previous extension. Search for Aris on github. His code is comprehensive and it will take considerable time, probably, to find what you want there. There is a firefoxcss community on fedia. io where you could ask.

more options

Add CSS code to the userChrome.css file in the chrome folder in the Firefox profile folder.


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

More info about userChrome.css/userContent.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.