this post was submitted on 16 Jul 2023
241 points (100.0% liked)

Firefox

17574 readers
85 users here now

A place to discuss the news and latest developments on the open-source browser Firefox

founded 4 years ago
MODERATORS
 

We've all turned off trimURLs but what else is hiding in there?

you are viewing a single comment's thread
view the rest of the comments
[–] [email protected] 26 points 1 year ago* (last edited 1 year ago) (2 children)

For me:

browser.ctrlTab.recentlyUsedOrder: False

browser.tabs.insertAfterCurrent: True

dom.popup_maximum: 100

browser.download.improvements_to_download_panel: False

[–] [email protected] 11 points 1 year ago

browser.tabs.insertAfterCurrent: True

I use this too. Great feature for tab hoarding keyboard warriors like me. Use Alt/Cmd + 9 to jump to the last tab.

dom.popup_maximum: 100

What does that do?

browser.download.improvements_to_download_panel: False

Why?

[–] [email protected] 1 points 1 year ago* (last edited 1 year ago) (1 children)

good stuff!

I always do the last one with browser.download.start_downloads_in_tmp_dir set to True

[–] [email protected] 1 points 1 year ago

I have my default Download dir set to /tmp anyways, which practically also makes the browser do that I believe.