The new MV3 architecture reflects Google’s avowed desire to make browser extensions more performant, private, and secure. But the internet giant’s attempt to do so has been bitterly contested by makers of privacy-protecting and content-blocking extensions, who have argued that the Chocolate Factory’s new software architecture will lead to less effective privacy and content-filtering extensions.

For users of uBlock Origin, which runs on Manifest V2, “options” means using the less capable uBlock Origin Lite, which supports Manifest V3.

  • ForgottenFlux@lemmy.worldOP
    link
    fedilink
    English
    arrow-up
    0
    ·
    4 months ago

    For those looking to move beyond Chrome, there are alternatives that come pre-installed with uBlock Origin and are considered better than Firefox:

    This project is a custom and independent version of Firefox, with the primary goals of privacy, security and user freedom.

    LibreWolf is designed to increase protection against tracking and fingerprinting techniques, while also including a few security improvements. This is achieved through our privacy and security oriented settings and patches. LibreWolf also aims to remove all the telemetry, data collection and annoyances, as well as disabling anti-freedom features like DRM.

    The Mullvad Browser is developed – in collaboration between Mullvad VPN and the Tor Project – to minimize tracking and fingerprinting. It is designed to be used with a trustworthy VPN instead of the Tor Network. It does not require the use of Mullvad’s VPN.

    • TachyonTele@lemm.ee
      link
      fedilink
      English
      arrow-up
      0
      ·
      4 months ago

      Anyone that’s used Librewolf mind offering their opinion on it? That description sounds pretty sweet.

      • Ace! _SL/S@ani.social
        link
        fedilink
        English
        arrow-up
        0
        ·
        edit-2
        4 months ago

        It’s the best. Deletes all cookies and browsing data on exit by default. I changed it to keep history and cookies for a handful of sites

        I additionally use JShelter to get rid of most clientside fingerprinting

        • SaltySalamander@fedia.io
          link
          fedilink
          arrow-up
          0
          ·
          4 months ago

          Deletes all cookies and browsing data on exit by default

          This would make for an extremely annoying browsing experience.

          • Ace! _SL/S@ani.social
            link
            fedilink
            English
            arrow-up
            0
            ·
            edit-2
            4 months ago

            Not really, NoScript prevents executing all JavaScript by default. JShelter instead strongly limits what JS can do and spoofs some values to throw of fingerprinters. It also has a network boundary shield (mostly blocking cross sites post/get requests. Same for lan to prevent your local network being scanned etc). And it comes with a fingerprint detector which allows you to see which websites want to track you the most (I avoid those whenever possible)

      • VITecNet@programming.dev
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        In my experience, the Flatpak variant of Firefox on Linux is the swiftest among Firefox-based browsers.

      • Andromxda 🇺🇦🇵🇸🇹🇼@lemmy.dbzer0.com
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        It’s great. It’s essentially Firefox, but without the unnecessary bullshit like Sponsored sites or Pocket integration, and it has some quite significant privacy and security improvements. Also comes with uBlock Origin pre-installed.

      • Teknikal@lemm.ee
        link
        fedilink
        English
        arrow-up
        0
        ·
        4 months ago

        It’s a bit too restrictive by default imo, good for privacy but you will need to change quite a few setting if you want to browse normally.

        Despite my opinion it’s the browser I use most on my laptop.

        • bobs_monkey@lemm.ee
          link
          fedilink
          English
          arrow-up
          0
          ·
          edit-2
          4 months ago

          It just has a crap load of software packages it depends on to work properly (though a number of them seem like fonts). I have reasonably fast computer, and it’s been compiling for about 45 minutes at this point.

          • TachyonTele@lemm.ee
            link
            fedilink
            English
            arrow-up
            0
            ·
            4 months ago

            Ah compile… guess I’ll stick with regular Firefox. There are some magiks I don’t tamper with.

            • grue@lemmy.world
              link
              fedilink
              English
              arrow-up
              0
              ·
              4 months ago

              I mean, if you’re intimidated by compiling you probably shouldn’t be using Arch to begin with.

              (I’m hoping that you didn’t understand the “on AUR” part of the comment as well as the “dependencies” part, and actually use a more reasonable distro that isn’t subject to the issue @bobs_monkey is complaining about.)

                • grue@lemmy.world
                  link
                  fedilink
                  English
                  arrow-up
                  0
                  ·
                  4 months ago
                  • Arch is a Linux distribution that intentionally requires a bunch of relatively-complicated manual steps to install, so “I use Arch BTW” has become a meme among people who want to brag about how ‘l33t’ they are.

                  • AUR is Arch’s package manager.

                  • A package manager is a software database that lets you easily install apps with a single command (e.g. [tool-name] install [app-name]) along with all the software libraries they depend on (i.e. their ‘dependencies’), such that you only need one copy of each library no matter how many apps use it.

                  (Without a package manager, there are two other ways installing apps can work: either an app can come with its own copy of all its dependencies, which means it takes up a lot of disk space unnecessarily, or the user can be responsible for installing all the dependencies separately, which is a gigantic pain in the ass. Windows takes the former approach, while Linux, before package managers were invented, tended to do the latter because open-source software was distributed mostly as source code you had to compile and link yourself.)

                • Refurbished Refurbisher@lemmy.sdf.org
                  link
                  fedilink
                  English
                  arrow-up
                  0
                  ·
                  4 months ago

                  It’s really nice. It’s compatible with all Linux distros and it provides some configurable sandboxing via bubblewrap that you don’t get with other repos. The sandboxing is easilly configurable using a GUI like Flatseal.

                  • bobs_monkey@lemm.ee
                    link
                    fedilink
                    English
                    arrow-up
                    0
                    ·
                    4 months ago

                    Interesting, thanks for the insight. One of these days I’ll spin up a VM to play around with it.

            • bobs_monkey@lemm.ee
              link
              fedilink
              English
              arrow-up
              0
              ·
              4 months ago

              Just did with librewolf-bin, thanks. I always forget to look for the binary packages specifically on AUR.