cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Tab previews are annoying

thaliel
Making moves

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

16 REPLIES 16

Luca_Pavan
Contributor

I disabled this new unexpected feature easily on the settings but actually the tab title and link is still being previewed 😑.

Agentvirtuel
Contributor

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

1.png

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

drvint
Making moves

"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

Agentvirtuel
Contributor

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.

1.pngConfiguration Editor for Firefox https://support.mozilla.org/en-US/kb/about-config-editor-firefox
Search browser.tabs.hoverPreview.enabled

jscher2000
Leader

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.

Fx129-hoverpreview-1.png

andrei_m
Making moves

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.

t-ras-h
Making moves

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

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

Yay! Worked! Thanks a lot!

I don't have it, and have to disable "browser.tabs.hoverPreview.enabled" every time I start Firefox 😞

See DrVint's post above.

ThePillenwerfer
Familiar face

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.

Agentvirtuel
Contributor

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
}
}

1.png

gaeruot
Making moves

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.

ThePillenwerfer
Familiar face

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.

Agentvirtuel
Contributor

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