• @MrPoopbutt
    link
    English
    3616 days ago

    Don’t all the advanced ways rely on JavaScript?

    • @[email protected]
      link
      fedilink
      English
      6116 days ago

      Lots do. But do you know anyone that turns JS off anymore? Platforms don’t care if they miss the odd user for this - because almost no one will be missed.

      • @[email protected]
        link
        fedilink
        English
        2916 days ago

        “Anymore”? I’ve never met a single soul who knows this is even possible. I myself don’t even know how to do it if I wanted to.

        I do use NoScript, which does this on a site-by-site basis, but even that is considered extremely niche. I’ve never met another NoScripter in the wild.

        • @[email protected]
          link
          fedilink
          English
          116 days ago

          The people who I’ve tried to get on NoScript seem to have the brain capacity of goldfish. If the site doesn’t instantly work, it’s as if the sky has fallen and there is no way to convince them to pay attention to which scripts are actually needed.

          It’s a rare breed that is willing to put up with toggling different scripts on and off. I’ll also acknowledge that too many people (including me) are in a giant rush. For work-type stuff, I have the laptop without noscript, because sometimes I do need something to work absolutely right now.

          • @[email protected]
            link
            fedilink
            English
            515 days ago

            You don’t think you are being a tad judgemental?

            People whose lives revolve around fashion probably think you dress like shit.

            People who love food probably think you eat like shit.

            People who love cars probably think you are a shit driver.

            You probably love computers and care about privacy, and you are shitting on regular users(assumption, admittedly) for not being invested.

            They had something that was working, you present noscript, thing no longer works. If you are not invested, how are you going to see the appeal of extra work?

          • @[email protected]
            link
            fedilink
            English
            316 days ago

            Well, you know what they say. You can lead a horse to water, but you can’t make it interested in learning about the water cycle to have a deeper understanding of why the river flows in the first place.

        • @Buddahriffic
          link
          English
          116 days ago

          I like the grid add-on for Firefox. It disables 3rd party pretty much anything by default. And you can control cookies separately from everything else, and I can’t remember any time I’ve needed to enable those cookies to get a site working properly (whereas sometimes you need to enable scripting, media, or iframe for cdn or something).

      • @[email protected]
        link
        fedilink
        English
        10
        edit-2
        15 days ago

        I go hard with DNS-based ad blocking and I’m constantly confirming it works by checking the network tab in developer tools. I’m basically only seeing first party scripts and CDN assets — 99% of websites load all the tracking garbage from third-party domains that can be easily blocked.

          • @[email protected]
            link
            fedilink
            English
            116 days ago

            It’s a common solution but I do something more involved and manual, but it’s the same concept.

            • @MrPoopbutt
              link
              English
              216 days ago

              Is it something you can talk about? I’m currently in the process of trying to switch from pihole to pfblockerng but am interested if there are better alternatives

              • @[email protected]
                link
                fedilink
                English
                115 days ago

                At a high level it involves a terrible custom parser written in Ruby for several formats of DNS blocklists. It finds the proper domain then outputs a large configuration file for Unbound.

                I’ve attempted to Dockerize it but honestly, I think it would be better to use a superior parser written in another language that can be statically compiled.

                I was using Fly.io to host it in various regions using an Anycast IP, but since I’ve moved onto using VPN for everything I’ve moved it to a few hosts acting as Tailscale exit nodes. Those exit nodes provide the blocking DNS service along with rewriting incoming Tailscale client traffic to route out of another network interface assigned to a VPN provider.

                Had I unlimited free time I’d rewrite the parser in Crystal, but part of me thinks there’s got to be something already written by someone in Go.

      • @MigratingtoLemmy
        link
        English
        416 days ago

        uBlock origin + NoScript for me. I deal with the bigger umbrella of scripts with uBlock and then fine tune permissions to the ones that uBlock allowed with NoScript.

        They might be fingerprinting me using these two extensions though.

      • @[email protected]
        link
        fedilink
        English
        216 days ago

        I use LibreJS with few exceptions. If I need to use a site that requires non-free JavaScript, I’ll use a private browsing window or (preferably) Tor Browser.

    • @[email protected]
      link
      fedilink
      English
      916 days ago

      Not all but most, yes. But TBF, sites that still function with JS disabled tend to have the least intrusive telemetry, and might pre-date big data altogether.

      Regardless, unless the extent of a page’s analytics is a “you are the #th visitor” counter, all countermeasures must remain active.