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!

  • @naught
    link
    014 days ago

    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?

    • bufalo1973
      link
      fedilink
      English
      11 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]M
      link
      fedilink
      5
      edit-2
      14 days ago

      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).

      • @naught
        link
        214 days ago

        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]M
          link
          fedilink
          214 days 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.