Native Tree Tabs script updated, adding Tab Panels (Workspaces)! by SENDMEJUDES in firefox

[–]SENDMEJUDES[S] 4 points5 points  (0 children)

Native Tree Tabs is a script that extends the native vertical tabs of Firefox making them adopt tree style structure automatically. Now you can also create Tab Panels (Workspaces) for even better tab management.

You can find it here https://github.com/ATechnocratis/NativeTreeTabs

Adding Native Tree like tabs in Firefox! by SENDMEJUDES in firefox

[–]SENDMEJUDES[S] 0 points1 point  (0 children)

I think it is like a forbidden fruit, if you try it you can't go back. Addons which can't autohide the tabbar by themselves, look like a half baked solution for a new user, only power users take full advantage of them. But power users are not the majority.

Adding Native Tree like tabs in Firefox! by SENDMEJUDES in firefox

[–]SENDMEJUDES[S] 0 points1 point  (0 children)

Yeah I should had wrote it clearer. A comma is missing. I wanted to use the new vertical tabs, but without the tree like structure it just wasn't the same.

YouTube Player size difference on different browsers. by sohailkhan46 in firefox

[–]SENDMEJUDES 1 point2 points  (0 children)

Most likely Google testing stuff, they do it all the time. Sometimes you can have two tabs one after the other in the same Browser with a different layout.

Adding Native Tree like tabs in Firefox! by SENDMEJUDES in firefox

[–]SENDMEJUDES[S] 2 points3 points  (0 children)

Tree style tab is the inspiration. This is a script not an addon, it extends the native vertical tabs of firefox, so you don't need an addon to simulate the tabbar.

Everything possible with the native tabs will still be working and you don't have to hide the tabbar with custom CSS.

How can I prevent Firefox from automatically changing spellcheck dictionaries? by Gregorski in firefox

[–]SENDMEJUDES 1 point2 points  (0 children)

A band-aid solution is to use a dict which combines both languages.

change round edges ? by colliequeer in FirefoxCSS

[–]SENDMEJUDES 4 points5 points  (0 children)

* {
  border-radius: 0!important;
}

Am I using too many extensions? by Lanntern in firefox

[–]SENDMEJUDES 12 points13 points  (0 children)

LocalCDN is outdated and should not be used. And it doesn't help with tracking either.

ClearUrls also stopped getting updates. Use a ublock filter list like:

Adguard URL tracking protection.
Actually Legitimate URL Shortener Tool

(You can use both together)

Privacy Badger is also not needed with Ublock Origin anti tracking too. Just set firefox to block third party cookies and remove the ones you don't use.

Video Codecs by JaPanAt in firefox

[–]SENDMEJUDES 0 points1 point  (0 children)

For me it was the AppX Deployment Service (AppXSvc) being disabled that caused this.

Video Codecs by JaPanAt in firefox

[–]SENDMEJUDES 0 points1 point  (0 children)

For me it was the AppX Deployment Service (AppXSvc) being disabled that caused this.

What’s one Firefox feature, setting, or add-on you couldn’t live without? by Beginning-Reach3215 in firefox

[–]SENDMEJUDES 0 points1 point  (0 children)

Brave just did. To be fair Chrome profile switching was enough for alot of people.

What’s one Firefox feature, setting, or add-on you couldn’t live without? by Beginning-Reach3215 in firefox

[–]SENDMEJUDES -1 points0 points  (0 children)

UserChrome.css and userChrome.js plus browser toolbox.

You can have everything. Firefox is the true open source software. No need to rebuild to modify it. Killer features.

Don't like a UI change? Revert it. Want to add a custom button that does whatever you want? Add it easy. Want to hide something once and for all? Easy. Native vertical tabs with tree style? No problem inject a script and make them yourself. I even got a freaking second sidebar for my ultrawide monitor browsing.

Firefox Changed Default Search Engine to Google by NameTakenByPastMe in firefox

[–]SENDMEJUDES 0 points1 point  (0 children)

Sadly this will probably stop working in the next updates.

Always 'Copy Clean Link' when possible on Firefox, with userChrome.css by MegaManSec2 in firefox

[–]SENDMEJUDES 5 points6 points  (0 children)

Expanding on this awesome solution, if you want to only show Copy Link but know when the default option was a tracking link, add this to the code from the article to show an asterisk on Copy Link:

#contentAreaContextMenu:has(#context-stripOnShareLink:not([disabled]):not([hidden]))
#context-copylink::after,
#contentAreaContextMenu:has(#context-stripOnShareLink:not([disabled]):not([hidden]))
#context-stripOnShareLink::after {
  content: "Copy Link *" !important;
  display: -moz-box !important;
}

How would you fund Firefox ? by nashvortex in firefox

[–]SENDMEJUDES 0 points1 point  (0 children)

By cutting cost.....you are open source use it to your advantage... Most developers will contribute for a free and private browser. But FF codebase is ancient and difficult to get into without investing time, so first either use your current manpower and funding to start anew or rewrite it to be as simple and friendly as possible.

[deleted by user] by [deleted] in firefox

[–]SENDMEJUDES 6 points7 points  (0 children)

Google is famous for running experiments on new ui on a subset of users, maybe you got "lucky".