We're calling on all EU-based Mozillians with iOS or iPadOS devices to help us monitor Apple’s new browser choice screens. Join the effort to hold Big Tech to account!

Trang web này sẽ có chức năng hạn chế trong khi chúng tôi trải qua bảo trì để cải thiện trải nghiệm của bạn. Nếu một bài viết không giải quyết được vấn đề của bạn và bạn muốn đặt câu hỏi, chúng tôi có cộng đồng hỗ trợ của chúng tôi đang chờ để giúp bạn tại @FirefoxSupport trên Twitter và /r/firefox trên Reddit.

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 can I disable COMPLETELY the tab previews a/when I hover over a tab, and b/ when moving tabs (using left click and hold)?

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

more options

How can I disable COMPLETELY the tab previews a/when I hover over a tab, and b/ when moving tabs (using left click and hold)? I've tried the various options listed in other questions on the support forum: nglayout.enable_drag_image = false browser.tabs.hoverPreview.enabled = false browser.tabs.hoverPreview.showThumbnails = false

Along with unticking "Show tab previews in the Windows taskbar" in settings.

None of these works to completely disable the previews.

Is my only option to reinstall an older version of Firefox... again?

Firefox 133.0b6 (64-bit) Windows 10 Pro

How can I disable COMPLETELY the tab previews a/when I hover over a tab, and b/ when moving tabs (using left click and hold)? I've tried the various options listed in other questions on the support forum: nglayout.enable_drag_image = false browser.tabs.hoverPreview.enabled = false browser.tabs.hoverPreview.showThumbnails = false Along with unticking "Show tab previews in the Windows taskbar" in settings. None of these works to completely disable the previews. Is my only option to reinstall an older version of Firefox... again? Firefox 133.0b6 (64-bit) Windows 10 Pro

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

more options

WARNING from the moderator team: This script is not provided by Mozilla and is not officially supported.

Firefox is a work in progress and, to allow for continuous innovation, Mozilla cannot guarantee future updates won’t impact your customizations. For this reason, Mozilla does not officially support style rules customization.

Please read Firefox advanced customization and configuration options to learn more.


browser.tabs.hoverPreview.enabled = false will make Firefox work how it used to, ie display a small pop-up with the full name of the tab. I don't know how that can be removed.

If you want NOTHING to show when hovering on a tab you'll have to use custom CSS so it's up to you to decide if it's annoying enough to bother.

Open Notepad, or whatever text editor you like, and paste this into it:— #tab-preview-panel {
  display: none !important;
}
Save it somewhere easy to find, like the Desktop, and call it userChrome.css (all lower case apart from the C in the middle). Make sure it has saved as userChrome.css and not userChrome.css.txt. In Windows you can right-click it and open Properties to see its full name. Correct it if needed.

In Firefox open about:config and set toolkit.legacyUserProfileCustomizations.stylesheets and browser.tabs.hoverPreview.enabled to true. The latter switches on the new-style hover tabs which can be hidden with the code above.

Now go to about:support. Look down the blue block on the left of the screen that will open until you come to "Profile Directory." Click the "Open Directory" button next to it. This will open your Profile Directory in Windows Explorer, or whatever file browser your system uses.

Make a directory/folder in that called chrome, all lower case. Now drag the userChrome.css file that you created earlier into the new chrome directory.

Restart Firefox for it to take effect.

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

Hữu ích?

more options

Thanks, ThePillenwerfer. That's successfully disabled the tab previews when hovering, but not the preview when moving a tab... 🤔

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

Hữu ích?

more options

I'd never moved a tab before so didn't know what it did.

Getting rid of its preview is beyond my knowledge so hopefully somebody who knows more than me will be along in due course. If I did have cause to move tabs I'd find it annoying as well.

Hữu ích?

more options

IanStar said

Is my only option to reinstall an older version of Firefox... again? Firefox 133.0b6 (64-bit)

An older version as in the current Firefox 132.0.1 Release?.

The b6 on Fx 133.0b6 means it is the sixth Beta build of Firefox 133.0 that you are testing. Usually there are nine Beta builds of a version on Beta channel though it used to be as much as fourteen builds.

Hữu ích?

more options

James, I didn't even know that I was "testing" a beta version! 😮 I just updated to the "latest version" to make the update notification go away!

Hữu ích?

more options

The latest 'finished' version of Firefox is 132.0.1.

Hữu ích?

more options

Sorry nglayout.enable_drag_images, already discussed, and it works

Được chỉnh sửa bởi Agent virtuel vào

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.