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

13 REPLIES 13

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
Making moves

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