this post was submitted on 23 Oct 2024
283 points (89.6% liked)

Firefox

17783 readers
75 users here now

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

founded 4 years ago
MODERATORS
 

#Firefox doesn't need any new features to be more attractive for users, it just needs to make CSS theming more accessible

Theme: https://github.com/Godiesc/firefox-one

#FirefoxCSS #browserwar #customization @firefox

top 50 comments
sorted by: hot top controversial new old
[–] [email protected] 1 points 6 minutes ago

Not a fix but having Mozilla coded PWAs could help a bit. Rather than 3rd party.

[–] [email protected] 2 points 16 hours ago (1 children)

I like theming , I am already a Firefox user. I think the sad reality is that for more adoptions , in the order of numbers that chrome puts up , Firefox needs to be a default application ; the common users doesn't want to customize anything ( my hot take ).

I don't think it is important that Firefox gets to those numbers as long as they can generate enough revenue to keep going.

[–] [email protected] 1 points 10 minutes ago

Not a hot take. Most regular end users are lazy, not tech savvy, or do not care. Not meant as an insult, it is just reality. I used to be a SysAdmin and this was always the case. This is why IE got big, and why Chrome and Google Search got big and to a larger extend why Apple's offering got big in their ecosystem.

Google trying to kill adblockers Barbara Streisand Effect them into the spotlight, magnitudes more than their own existence had merited to most average users in the last 15+ years, at least in the USA.

And even now, I still know tons of end users who do not use adblockers.

[–] [email protected] 4 points 20 hours ago

Zen browser is Firefox with easy css theming

[–] [email protected] 7 points 1 day ago

Also ditch AI.

[–] [email protected] 2 points 1 day ago (1 children)

Didn't FF basically solve this with their Firefox Color addon? well, at least from a color them perspective.

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

its still quite limited

[–] [email protected] 28 points 1 day ago (2 children)

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.

[–] [email protected] 1 points 8 minutes ago

Vertical Tabs are in the Nightly build, already. It is a very rudimentary implementation, still. Personally, I use Sideberry though.

[–] [email protected] 5 points 1 day ago

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.

[–] [email protected] 26 points 1 day ago (1 children)

On my list of things important for the browser I use, CSS theming doesn't even appear.

[–] [email protected] 4 points 1 day ago

CSS theming is absolutely dispensable

[–] [email protected] 20 points 2 days ago (1 children)

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.

[–] [email protected] 3 points 1 day ago (1 children)

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.

[–] [email protected] 3 points 1 day ago* (last edited 1 day ago)

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.

[–] [email protected] 45 points 2 days ago (1 children)

Anyone who thinks they know what needs to happen for Firefox to regain market share, needs to consider what would happen if someone forks Firefox and makes that happen.

There's no way that CSS theming is it. And in general, "not doing something" isn't going to be it, either.

[–] [email protected] -1 points 2 days ago (2 children)

they need to offer a better alternative to Electron. once that happens, you'll have Firefox everywhere. People will code their SPAs to run in Firefox first, recommend it to their users, and accelerate the development of better APIs.

[–] [email protected] 5 points 1 day ago

Check out Tauri, a better alternative to Electron. It avoids bundling a browser engine in the binary and relies on the OS browser engine.

[–] [email protected] 13 points 2 days ago* (last edited 2 days ago) (1 children)

Ah, so it should just be better! I wonder why nobody thought of that yet :P

(Sorry, I'm in a sarcastic mood, but you get my point.)

[–] [email protected] 3 points 2 days ago (1 children)

oh don't get me wrong if I had a plan for it I'd be doing it. I've always found it really weird given the impact that Electron had in app development, why Firefox never tried to ride that train. I know of one short lived effort to take the engine out of the browser.

[–] [email protected] 4 points 2 days ago (1 children)

Usually the answer is limited resources with unclear payoff, i.e. even with Electron's success, it's not clear that there's room for an alternative in the market, and it'd be a lot of effort to do.

[–] [email protected] 1 points 1 day ago (1 children)

There is Tauri which is so much better both from UX and DX.

[–] [email protected] 1 points 1 day ago (1 children)

And yet all the big apps are still using Electron.

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

Tauri v2 just got released, it’s very recent and corps move slowly; besides, rewriting a project in a different framework is a major undertaking, it would be a bad idea to rewrite a major project in Tauri, which is still not as widespread. I’m unfortunate enough to have to work with Electron and Tauri greatly improves on everything that is wrong with Electron. I have no doubt that companies will begin adopt it in the following years (or a similar tool, the underlying architecture is solid).

[–] [email protected] 1 points 19 hours ago (1 children)

We'll see, and I'd be happy if it wins!

[–] [email protected] 1 points 17 hours ago

So do I, working with electron is the shit

[–] [email protected] 5 points 2 days ago (1 children)

Main thing I want is to override site css. Who cares what the browser itself looks like.

[–] [email protected] 10 points 2 days ago (1 children)
[–] [email protected] 2 points 1 day ago (1 children)
[–] [email protected] 1 points 1 day ago (1 children)

Tell me more about that. How does it work?

[–] [email protected] 1 points 22 hours ago (1 children)

Its like userchrome but for the contents of the webpage. You match on the url and write css that overrides the site's css.

[–] [email protected] 1 points 14 hours ago (1 children)

So basically like a user style that you would use in Stylus? What are the differences, advantages/disadvantages?

[–] [email protected] 0 points 12 hours ago

my dude, this isn't google

[–] [email protected] 0 points 2 days ago

Uhh also, auto captioning features like Google chrome pls.

load more comments
view more: next ›