#Firefox doesn’t need any new features to be more attractive for users, it just needs to make CSS theming more accessible
Main thing I want is to override site css. Who cares what the browser itself looks like.
There’s Stylus
deleted by creator
Tell me more about that. How does it work?
deleted by creator
So basically like a user style that you would use in Stylus? What are the differences, advantages/disadvantages?
deleted by creator
Maybe start rendering pages right?
Nah, get chromium and web devs to adopt web standards
When chromium is 99% of what people are using for browsing, it IS the web standard. That’s the whole point of telling people to get the fuck off of it. Are you not old enough to remember IE4 and ActiveX?
deleted by creator
Most of the time its the fault of the developer if a page only works in chrome.
what pages dont render right though?
For me it’s anything like excalidraw or something like Google sheets. They work fine until I change tabs and come back then it’s blank. But if I move the arrow keys or scroll wheel then every comes in and out of existence or stays on the screen even if I select another sheet until I close and reopen the site. But I never noticed this issue before moving to Linux so maybe it’s an issue on my machine
Idk for sure, but if excalidraw uses canvas then there are a lot more possible machine/OS specific problems that come up. Web browser features that hand tasks off to the GPU have gotten a lot better over recent years but there are still oddities like max shaders for a specific browser/OS/GPU combo that’ll lead to some funny behavior.
ive never noticed anything like that, so yeah, its probably something related to your OS
Also don’t add advertising crap that is opt-out and only configurable via
about:config
.deleted by creator
Majority of people also don’t give a fuck about Firefox at all.
So why piss off the few that DO care?
deleted by creator
Honestly, I don’t see why CSS theming is important. The customization is nice and all, but that’s not going to make people switch to Firefox. There are many other things that could be improved, like adding tab grouping. I use this extension called Tree Style Tab which I cannot live without. Firefox having something like that by default instead of an extension would be nice.
However, having said that, OperaGX did find quite a lot of success by simply making it easy to theme the browser, so I can see where they are coming from.
Tree Style Tab which I cannot live without. Firefox having something like that by default instead of an extension would be nice.
Been using TST for a while now, and I whole heartedly agree. Given that it’s essentially just some CSS, I can’t imagine that it would be difficult at all to support natively.
Also ditch AI.
Uhh also, auto captioning features like Google chrome pls.
On my list of things important for the browser I use, CSS theming doesn’t even appear.
CSS theming is absolutely dispensable
@RmDebArc_5 @firefox I believe they really need better tab organization (without the need for extensions). just basic tab grouping like chrome is a very important feature.
Funny enough
Uh, no, they definitely need tab grouping before they get into making CSS theming easier.
Tab grouping is nice, but I’ve found Sidebery to meet my needs (specifically nested tab groups, and separating projects — plus it worked out of the box with Firefox Color) much better. I have it configured to automatically unload collapsed branches, which is nice as a tab hoarder, and it can fully send entire panels to your bookmarks for later usage (this is a massive performance improvement when you’re regularly opening 100–200 tabs/day per panel). A native solution, however, would be much appreciated — as long as there’s a way to nest tab groups and unload their contents.
I went with floorp, because it allowed native title bar disabling, with task bar editing so I could inject a grab handle; vertical tabs in sidebery, and a clean, nearly-ui-free vertical.
I’m on Librewolf, but Floorp sounds nice!
yes i agree, tab grouping is very good
Looks to be in the works which makes me very happy. If you use nightly, make sure browser.tabs.groups.enabled in about:config is enabled
It should also ship with a better default CSS theme.
And stop forcing websites into darkmode. Part of the reason I use resist fingerprinting is for theming.
You could use LibreWolf.
That’s what I use
That should be preventing dark mode out of the box. Is it not?
It is because it has resist fingerprinting on by default
Zen browser is Firefox with easy css theming
Bad for privacy (potentially)
well extensions can be too, you just gotta trust or use open source stuff
Does not FF leak its tabs in ram?
I think that’s been fixed for good while now.
You don’t hear about it anymore
Agreed. This is the only reason (besides the built-in fake VPN) OperaGX is popular. All browsers have pretty much the same feature set. OperaGX’s biggest strength is CSS customization, Firefox’s biggest strength is extensions, Edge’s is being the Windows default and Chrome’s is it’s image of “fast and secure browsing”.
All Firefox needs to have is be the jack of all trades. But still prioritize it’s main distinction.
Only reason I use Chromium is PWAs (Web Apps). Which is why I made an extension that opens links from Chromium in Firefox.
Got Slack running in your work profile on Chromium? Opens links in Firefox work profile.
I should probably release this.
Same here. I have to trust/use an extension and third party desktop application (Progressive Web Apps for Firefox) to get this feature to work and not have to rely on Chrome/Edge/etc.
I can easily see less patient or understanding users dropping Firefox if they find out it doesn’t work with Progressive Web Apps.
My problem with that extension is the separate profile requirement (so new links can’t open in a specific profile), and some things (like Slack) don’t fully work outside Chromium.
My solution works like this:
- Slack open as PWA in Chromium in profile Work
- Click link to http://that
- Extension captures the request, cancels the new tab/window, sends the URL and profile name to a small service running on
localhost
- Service opens Firefox with same profile to URL
The extension is set to skip this process if the base URL is the same as the current site (Slack.com/google.com/etc).
Note: Why would someone down vote you for a helpful response? Sheash.