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

Learn More

How to disable mouse cursor activating Menu & Address Bar in FullScreen?

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

more options

I like FullScreen a lot. But when I'm browsing the mouse cursor activates the Menu/Address bars if its moved to the top of the screen and everything moves down then up when the cursor is moved away. Is there a way of disabling this "feature"? I can bring up the Address Bar by using Alt_D anytime when in FullScreen. Couldn't see anything in about:config.

I like FullScreen a lot. But when I'm browsing the mouse cursor activates the Menu/Address bars if its moved to the top of the screen and everything moves down then up when the cursor is moved away. Is there a way of disabling this "feature"? I can bring up the Address Bar by using Alt_D anytime when in FullScreen. Couldn't see anything in about:config.

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

more options

Add code to the userChrome.css file below the default @namespace line to hide the full screen toggler.


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

#fullscr-toggler { display: none !important; }

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.

See also:

Được chỉnh sửa bởi cor-el vào