this post was submitted on 04 Sep 2024
44 points (94.0% liked)

DeGoogle Yourself

8532 readers
77 users here now

A community for those that would like to get away from Google.

Here you may post anything related to DeGoogling, why we should do it or good software alternatives!

Rules

  1. Be respectful even in disagreement

  2. No advertising unless it is very relevent and justified. Do not do this excessively.

  3. No low value posts / memes. We or you need to learn, or discuss something.

Related communities

[email protected] [email protected] [email protected] [email protected] [email protected] [email protected]

founded 4 years ago
MODERATORS
 

Greetings! I have recently ditched google and went with privacy focused alternatives. Such as SearXNG, Invidious, Lemmy etc.

However, while i was using degoogled chromium, i cant install extensions.

Is there any way i can install extensions on Degoogled Chromium? (ik this isnt the right place to ask but eh)

Thanks a lot!

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

Wait... You have encountered a website that doesn't work on Firefox? :/ Like finding a needle in a haystack.

[–] [email protected] 3 points 2 weeks ago

It's not uncommon to see certain sites to only work on chromium because the dev used the filesystem APIs that don't exist on FF

[–] [email protected] 2 points 2 weeks ago* (last edited 1 week ago) (2 children)

This is more common than you think. It's usually not broken entirely, but firefox constantly breaks styling/css stuff on websites I use and build. I've had a few sites ask me to switch browsers because firefox doesn't support x y or z feature too

edit: for example, WebGPU support is currently lacking in FF https://github.com/gpuweb/gpuweb/wiki/Implementation-Status

I use firefox, but I'm not blind to its few problems

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

Never noticed an issue and if websites using only chrome supported features, it's an issue with the website, not the browser.

[–] [email protected] 0 points 2 weeks ago (2 children)

That's one way to look at it. If a website works perfectly on chromium, but not firefox, why is this the website's fault?

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

Because is your product and you want to "sell" it to the "customer". And you can't blame the customer for not wearing the "correct dress" if they come to your shop. And if you don't want them in your shop it's your loss, not the customers'.

[–] [email protected] 5 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

Because in web development there are compatibility tables of what features work with which browser. If a developer has used a feature poorly supported, they either haven't done their homework, or intentionally made that call.

In web development, most reputable Front End Devs would not choose bleeding edge, barely supported features even if the temptation was there because the user comes first. Generally, you wait until it has been adopted by the main browsers (chrome, safari, ff).

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

Frankly, if something doesn't work in Firefox, thats like <5% market share. Probably lower for a lot of segments. I am familiar with webdev :) Let's not pretend most devs are checking caniuse for everything. Some sites leverage bleeding edge stuff that necessarily requires chrome, which is also fine. IRL people don't optimize for Firefox and that's usually okay, but sometimes there are quirks. That's all I'm saying

[–] [email protected] 2 points 2 weeks ago

Not perfectly optimised is fine, but non-functional isn't acceptable. I've never seen a quirk personally, and quirks aren't a good reason to help maintain Google's monopoly on web standards.

You may say less than 5% is fine, but it could be the margins in a low margin industry. 2% could be 40% of the profit.

I haven't seen a team operate where a senior isn't checking it.

Usually the bleeding edge stuff is used by small companies trying to establish themselves because they have nothing to lose and no reputation to protect.

Plus, when you got Browser Stack, you catch a lot of problems like this.

[–] [email protected] 3 points 2 weeks ago* (last edited 2 weeks ago) (1 children)

This must be very specific and probably heavly bloated with unecessary stuff? (With probably alot of telemetry and other strange things...)

I have never encountered any breaking of styling/css, except with some specific addons (no-script, heavy dns blocking, ublock in hard mode...)

Not that I doub your claims, but if you have any example on hand I would be very open to give it a try and maybe learn something new in the web realm.

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

I remember trying to style a range input slider a few years ago and it worked everywhere except firefox. I also had problems with the style of the recently (inverted colors, wrong font). Not a big deal, I still drive firefox daily, but there are idiosyncrasies

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

Discrepancies between the two systems doesn't mean there necessarily is a certain number of websites that the average user wouldnt be able to use in Firefox.

You are talking from the creator viewpoint not the end user, thats way different.

[–] [email protected] 1 points 2 weeks ago

All true! I suppose I replied to a comment saying sites were nonfunctional, but that's more extreme than what I mean. The only nonfunctional sites Ive read about are from hackernews threads talking about WebGPU.