You are not logged in.

#1 2024-10-08 01:50:10

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 827

Firefox 131.0 Tabs Hover Preview

Usually every new version of FF surprises me unpleasantly, but 131.0 brought a very useful option that is turned on by default.
If you have several open tabs, it is enough to hover over the inactive ones and you will get a preview thumbnail.

ff-preview.png

I like it, but you can turn it off if you want.

Type in the URL Bar (Address Bar):

about:config

Press Enter (twice).

In the search field, type preview.
Set browser.tabs.hoverPreview.enabled  to false with two quick clicks on the row or one click on the icon on the right.

ff-disable-preview.png

If you want to restore the old setting, do the same (set to true).

Last edited by marens (2024-10-08 14:18:31)


If people would know how little brain is ruling the world, they would die of fear.

Offline

#2 2024-10-08 14:55:43

unklar
Back to the roots 1.9
From: #! BL
Registered: 2015-10-31
Posts: 2,640

Re: Firefox 131.0 Tabs Hover Preview

It is not necessary to become active in 'about:config'.

Under
“Edit--Preferences--General--Tabs” you can check or uncheck the box for the preview.  wink

Offline

#3 2024-10-08 16:03:13

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 827

Re: Firefox 131.0 Tabs Hover Preview

unklar wrote:

It is not necessary to become active in 'about:config'.

Under
“Edit--Preferences--General--Tabs” you can check or uncheck the box for the preview.  wink

Yes, but it's not the same.
In your case, the header above the thumbnails remains when you hover over the tabs.

With about:config, the entire option is turned off and we return to tooltips.


If people would know how little brain is ruling the world, they would die of fear.

Offline

#4 2024-10-08 16:10:01

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 827

Re: Firefox 131.0 Tabs Hover Preview

For advanced users using their own custom userChrome.css  these are the new elements:

/* Tab Preview Thumbnails */

.tab-preview-text-container {
  background: ...
}

.tab-preview-title {
  color: ...
}

.tab-preview-uri {
  color: ...
}

If people would know how little brain is ruling the world, they would die of fear.

Offline

#5 2024-10-11 01:14:50

marens
Member
From: World without M$
Registered: 2023-02-02
Posts: 827

Re: Firefox 131.0 Tabs Hover Preview

OK, I decided to just use thumbnails.

ff-preview-tab.png

If you like it, add this to your userChrome.css:

/* Tab Preview Thumbnails */

#tab-preview-panel {
  --panel-border-color: none !important;
}

.tab-preview-text-container {
  display: none !important;
}

If people would know how little brain is ruling the world, they would die of fear.

Offline

#6 2024-10-13 15:17:31

DeepDayze
Like sands through an hourglass...
From: In Linux Land
Registered: 2017-05-28
Posts: 1,897

Re: Firefox 131.0 Tabs Hover Preview

Ahh good stuff, and having these options to tweak the thumbnails or turning them off is a great thing. Now FF has what Chrome and MSEdge have had for a while.


Real Men Use Linux

Offline

Board footer

Powered by FluxBB