Chrome pushes forward with plans to limit ad blockers in the future::Google has set a date for the introduction of Manifest V3 which will hurt the capabilities of many ad blockers.

    • Lauchs@lemmy.world
      link
      fedilink
      English
      arrow-up
      11
      arrow-down
      8
      ·
      7 months ago

      I might be misunderstanding but the article says:

      Nevertheless, Firefox said it will adopt Manifest V3 in the interest of cross-browser compatibility.

    • Bri Guy @sopuli.xyz
      link
      fedilink
      English
      arrow-up
      5
      ·
      7 months ago

      precisely, since google makes most of its revenue from ads, this move shouldn’t surprise anyone

  • mifan@feddit.dk
    link
    fedilink
    English
    arrow-up
    36
    arrow-down
    6
    ·
    7 months ago

    At this point I’m beginning to feel fine with it. If you care, switch to Firefox, you probably already did, if not, enjoy your ads.

      • rustydomino@lemmy.world
        link
        fedilink
        English
        arrow-up
        4
        ·
        7 months ago

        I’m just a tech hobbyist and not a network engineer but my general understanding is that even if chrome is “updated” so as blockers won’t work as before, blocking at the DNS level should still work, right? Assuming that they still use separate ad servers.

        • thejml@lemm.ee
          link
          fedilink
          English
          arrow-up
          2
          ·
          7 months ago

          So, dns blocking will always block the requests to things on the block list, which includes ads… however I’ve noticed that a many sites are now using js to detect images that don’t load before calling the “full the body with text” api call. Originally this would just do some fancy css hiding of the content so SEO scraping would still work (and oh can just use reader view), but now I’ve seen them pull the first paragraph and then, if the images loaded (or an additional call to a tracking pixel for instance) it would also call to their API to get the remainder of the content.

          The other way it’ll fail is if they use the same server/dns hostname for content as they do for ads.