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

How to disable the tab preview in Firefox?

  • 10 trả lời
  • 6 gặp vấn đề này
  • Trả lời mới nhất được viết bởi paul644

more options

This feature has suddenly appeared and I absolutely detest it! I don't need it, don't like it, don't want it! I have searched everywhere on how to disable it. PLEASE tell me there is an option to do that.

This feature has suddenly appeared and I absolutely detest it! I don't need it, don't like it, don't want it! I have searched everywhere on how to disable it. PLEASE tell me there is an option to do that.

Giải pháp được chọn

There are two Boolean (true/false) prefs in about:config to control what to show when you hover a tab. One pref controls whether to enable this new hover feature or only show the legacy tooltip with the title.

  • browser.tabs.hoverPreview.enabled

Another pref controls whether to show a thumbnail or a two line tooltip with title and URL.

  • browser.tabs.hoverPreview.showThumbnails

The latter can be controlled via "Settings -> General -> Tabs".

Đọc câu trả lời này trong ngữ cảnh 👍 9

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

more options

Is it about iOS or macOS (desktop)?

Hữu ích?

more options

This is a MacBook Air M1 2020 laptop, that I purchased in 2021. Thing is, it just started after the last update. The preview drops all the way down into the screen, often hiding what I'm looking at. Its specially distracting when I have several tabs open and am moving between them.

Hữu ích?

more options

Enter about:config in the address bar and set browser.tabs.hoverPreview.enabled = false.

Hữu ích?

more options

Giải pháp được chọn

There are two Boolean (true/false) prefs in about:config to control what to show when you hover a tab. One pref controls whether to enable this new hover feature or only show the legacy tooltip with the title.

  • browser.tabs.hoverPreview.enabled

Another pref controls whether to show a thumbnail or a two line tooltip with title and URL.

  • browser.tabs.hoverPreview.showThumbnails

The latter can be controlled via "Settings -> General -> Tabs".

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

Hữu ích?

more options

Simply setting the hover preview to false did not work (image1) I set it and rebooted but the drop down thumbnail still appeared. However, by setting setting both the hoverPreview and showTumbnails AND by deselecting the option to show thumnails in the Tabs under Settings and General. I'm not sure which of those did it but, although a drop down does still appear, it only shows the two-line with title and URL (image2) which is less intrusive. Thank you both for taking time to provide suggestions! It's very much appreciated.

Hữu ích?

more options

If you get the two line tooltip then this means that browser.tabs.hoverPreview.enabled (true) is still set to true, the checkbox in Settings only controls the showThumbnails pref and switched between the thumbnail (true) and the two line title/URL (false).

Hữu ích?

more options

haha ...I'm in an endless loop with it. Although the system does recognize the "browser.tabs.hoverPreview.showThumbnails" set to false, no matter how many times I set the "browser.tabs.hoverPreview.enabled" to false, when I restart the browser and look... it's set back to true. For whatever reason, the programming does not recognize the change, or save it. So, as you can see, the thumbnail is still there, but at least now it's not intrusive. :)

Hữu ích?

more options

Do you have a user.js file in the profile folder to initialize prefs each time Firefox starts? You can search the "Help -> More Troubleshooting Information" (about:support) page to check Firefox finds this file.

The user.js file will only be present if you or other software has created this file and is normally not present.

You can check its content with a text editor (right-click: "Open with"; do not double-click). The user.js file is read each time Firefox is started and initializes preferences to the value specified in this file, so preferences set via user.js can only be changed temporarily for the current session.

You can delete the user.js file if you didn't create this file yourself.

Hữu ích?

more options

lol ..Just got an intensive education on finding hidden tool bars and locating system files. Alas however, nothing that will advance my cause. Seems the best option is to refresh Firefox and subsequent reload of everything that deletes. Think I'll just live with it, but I do thank you, my friend, for all the help. I actually learned things I didn't even know that I wanted to know. :)

Hữu ích?

more options

To anyone coming here because when you restart FF the browser.tabs.hoverPreview.enabled is set back to true, here is what worked for me. If you have a user.js in your profile folder, find 'browser.tabs.hoverPreview.enabled' and check if it's set to false, if not, do so. If user.js does not exist (like in my case), create it and simply paste the following line into it: user_pref("browser.tabs.hoverPreview.enabled", false);

This got my legacy tooltip back, even after restarting.

Hữu ích?

Đặt một câu hỏi

Bạn phải đăng nhập vào tài khoản của bạn để trả lời bài viết. Vui lòng bắt đầu một câu hỏi mới, nếu bạn chưa có tài khoản.