08-08-2024 07:02 PM
I really do not need or want anything popping up when hovering my mouse over any tab. It should be easier to entirely deactivate the tab previews
08-21-2024 07:02 AM
I disabled this new unexpected feature easily on the settings but actually the tab title and link is still being previewed 😑.
08-21-2024 11:00 AM
Hello
https://www.mozilla.org/en-US/firefox/129.0/releasenotes
Tab preview
This feature is part of a progressive roll out.
Perhaps you are under Studies
https://support.mozilla.org/en-US/kb/shield
If you wish, Delete
Restart Firefox and see
To restore in Firefox, Show an image preview when you hover on a tab
Configuration Editor for Firefox https://support.mozilla.org/en-US/kb/about-config-editor-firefox
Search browser.tabs.hoverPreview.enabled
08-21-2024 10:23 PM
"browser.tabs.hoverPreview.enabled" disables the two line hint, but unfortunately it keeps reverting each time I start firefox.
I had to put a user script user.js into my profile folder
user_pref("browser.tabs.hoverPreview.enabled", false);
it fixed the problem for now
09-20-2024 01:26 PM
Thank you!
08-21-2024 10:59 PM
Hello
Other information
Firefox policies https://mozilla.github.io/policy-templates
Preferences https://mozilla.github.io/policy-templates/#preferences
The Enterprise Policy Generator https://addons.mozilla.org/firefox/addon/enterprise-policy-generator helps to create the configuration file
Specify user-defined preferences (about:config)
{
"policies": {
"Preferences": {
"browser.tabs.hoverPreview.enabled": {
"Status": "locked",
"Type": "boolean",
"Value": false
}
}
}
}
Your browser is managed by your organization, that's normal
Use the Troubleshooting Information page to help fix Firefox issues
https://support.mozilla.org/en-US/kb/use-troubleshooting-information-page-fix-firefox
Enterprise Policies: This shows you if your browser is being managed by Windows Group Policy or a policies.json file. If enterprise policies are managing Firefox, clicking on Active will show you a list of the policies that are currently active on Firefox.
Configuration Editor for Firefox https://support.mozilla.org/en-US/kb/about-config-editor-firefox
Search browser.tabs.hoverPreview.enabled
08-22-2024 11:18 AM
For quick reference, here is a screenshot of the checkbox that controls whether to show the thumbnail image. This doesn't remove the second line from the tab hover tooltip. There is help on that further down in the discussion.
08-23-2024 09:52 AM
The tab previews are annoying to me as well, especially because they draw attention from the web page, where I want to be focused.
I see a lot of replies on how to work around the browser, but I think there should be a plain simple setting to disable the tab preview altogether. I hope a product manager/designer will see this thread.
08-26-2024 02:06 AM
+1
I see no benefit in that feature so I wanted it turned off. Since I could not find anything in Settings, I tried browser.tabs.hoverPreview.enabled to false in about:config. That disabled the feature (yay!) but next time I restarted Firefox, the feature is restored and the setting resets to true. This is a bit annoying since I have to do that every time I restart Firefox.
08-26-2024 02:27 AM
Hello
Maybe, you are under Studies
Type about:studies in the address bar
The tab will open
Delete, Tab Hover Preview Release Rollout, if you wish
And restart firefox and see
08-26-2024 04:59 AM
Yay! Worked! Thanks a lot!
09-06-2024 11:04 PM
I don't have it, and have to disable "browser.tabs.hoverPreview.enabled" every time I start Firefox 😞
09-07-2024 03:55 AM
See DrVint's post above.
09-07-2024 03:49 AM
Chrome introducing them, but without the ability to switch them off, was one of the reasons I now use Firefox.
I accept that what's annoying bloat to me is somebody else's useful feature so if I can switch it off I'm happy.
Firefox's settings really do need an overhaul. There are several things in about:config, about:profiles &c that should be normal user settings and others in bizarre places.
09-07-2024 05:27 AM
Hello
For information purposes
Configuration Editor for Firefox
https://support.mozilla.org/en-US/kb/about-config-editor-firefox
The Configuration Editor (about:config page) lists Firefox settings known as preferences that are read from the prefs.js and user.js files in the Firefox profile
In addition
Preferences https://mozilla.github.io/policy-templates/#windows-gpo-86
In a different way, your system's registry editor : HKEY_CURRENT_USER, or, HKEY_LOCAL_MACHINE
HKEY_CURRENT_USER\SOFTWARE\Policies\Mozilla\Firefox
{
"browser.tabs.hoverPreview.enabled": {
"Status": "locked",
"Value": false
}
}
09-18-2024 04:32 PM
It appears the Tab Hover "study" has ended and now this super annoying feature is permanent. Please get rid of this or at least give an option in Settings to disable it permanently. Right now I've disabled the tab image preview in settings but there should be a preference to disable the link preview as well. Instead I have to go into configuration every time and manually select browser.tab.hover.preview - false, but it reverts every time Firefox is restarted! Please include a fix in future update!
It's annoying and unnecessary.
09-19-2024 01:05 AM
DrVint's answer above gives a way around it not sticking. This is how to implement it of you don't already know how.
Open Notepad, or whatever text editor you like, and enter this:—
user_pref("browser.tabs.hoverPreview.enabled", false);
Save it somewhere easy to find and name it user.js.
In Firefox type about:support into the search/URL bar. 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. Drag the user.js file you made into it. As a precaution right-click it and choose Properties and make sure it's really called user.js and not user.js.txt. Rename it if needed.
09-19-2024 02:40 AM - edited 09-19-2024 03:01 AM
Hello
In addition
Profiles - where Firefox stores your bookmarks, passwords and other user data
https://support.mozilla.org/en-US/kb/profiles-where-firefox-stores-user-data
All of the changes you make in Firefox, such as your home page, what toolbars you use, extensions you have installed, saved passwords and your bookmarks, are stored in a special folder called a profile. Your profile folder is stored in a separate place from the Firefox program
Profile Manager - Create, remove or switch Firefox profiles
https://support.mozilla.org/en-US/kb/profile-manager-create-remove-switch-firefox-profiles
If the user uses several profiles, then, user.js must be implanted in all profiles
10-03-2024 11:11 AM
Hello
For information purposes
According to https://www.camp-firefox.de/forum/thema/138405-tab-ordner-oben-entfernen-fx-131/?postID=1257358#post...
If you wish to test https://www.camp-firefox.de/forum/thema/138405-tab-ordner-oben-entfernen-fx-131/?postID=1257376#post... userChrome.css