163

Do they get some kind of real-time feed that tells them "hey this URL popped up in the web today, but it is a tracker, so block it", or is this exercise is mostly helped by the crowd ?

all 30 comments
sorted by: hot top controversial new old
[-] fylkenny@lemmy.world 150 points 1 year ago
[-] slazer2au@lemmy.world 73 points 1 year ago

Regular expression magic.

A lot of ad networks have a pattern to the name or the window the advert appears in.

Using regular expression you can find just the adwindow and ignore the actual content.

Now what is regular expression? A wizard language.
ask any programmer about RE after 4 beers and watch the hate wash over their face.

[-] JPAKx4@lemmy.sdf.org 36 points 1 year ago

I love regex, I'm not even gonna lie. To be fair, my expressions haven't been 50+ characters long, but still.

[-] Lmaydev@programming.dev 19 points 1 year ago

Regex absolutely has many great uses. The issue is people trying to use for things they shouldn't. Then it suddenly becomes a nightmare.

[-] YaBoyMax@programming.dev 10 points 1 year ago

Can I parse [X]HTML with regex?

[-] Lith@lemmy.sdf.org 8 points 1 year ago

You can parse any plaintext with regex, but I would recommend using XPath for that use case, instead.

[-] Zikeji@programming.dev 11 points 1 year ago

Same, I've never understood the hate. But then again I memorize based off of patterns and regex in my brain is just a pattern.

[-] ShunkW@lemmy.world 8 points 1 year ago

I used to play regex games online lol. I once wrote a pattern for work that was ~200 characters. I loved doing it lol.

[-] Navigate@partizle.com 2 points 1 year ago

Seems like an interesting way to learn. Do you remember any of them?

[-] some_guy@lemmy.sdf.org 20 points 1 year ago* (last edited 1 year ago)

The first language I learned was Perl, so regex are very close to my heart. I'm also quite excitable when I drink (I'm a happy drunk), so ask me and I'll give you a very enthusiastic explanation while not noticing that you aren't interested in my detailed explanation and examples. Do it. I dare ya.

[-] Mbourgon@lemmy.world 11 points 1 year ago

Zawinski’s second law - “Sometimes a person looks at a problem and says ‘I know what I’ll do, I’ll use regular expressions’. And now they have two problems.”

[-] Scubus@sh.itjust.works 3 points 1 year ago

Decade of c# game design under my belt, but never dealt with web scripting. Am I missing out?

[-] slazer2au@lemmy.world 5 points 1 year ago

You are missing out on headaches.

[-] Mugmoor@lemmy.dbzer0.com 45 points 1 year ago

Nerds. Hundreds and hundreds of them.

[-] PeleSpirit@lemmy.world 24 points 1 year ago

I thought they could just tell by the code if they had a pop up or not and they just have to stay updated on how they keep changing the way they're presented. I could be wrong though.

[-] walden@sub.wetshaving.social 22 points 1 year ago

Maybe a general pop-up blocker which is built into modern browsers now, but something that blocks tracking and ads (for example uBlock Origin, AdGuard Home, PiHole...) works off of a list which is kept up to date by crowdsourcing. I've never contributed to one of these efforts, but there are lots of people dedicated to the cause.

[-] PeleSpirit@lemmy.world 10 points 1 year ago

So there's like a Wikipedia crew of ad blocker contributors? I had no idea, that's pretty cool. Thank you adblock crew.

[-] JPAKx4@lemmy.sdf.org 1 points 1 year ago

The problem with this approach is that the companies will just change the way ads are shown. DNS blocking is impossible to stop, provides you block every ad website.

[-] thantik@lemmy.world 11 points 1 year ago* (last edited 1 year ago)

DNS blocking is easy to stop, you just host the ads on the same domain instead of putting them on a subdomain. There are plenty of ways to do this already. Only reason it works right now is that lots of them have their own separate ad domain that they host from.

[-] ApathyTree@lemmy.dbzer0.com 2 points 1 year ago

I hate Amazon for this, and won’t use their apps or pages if I can avoid it (including the amazingly brief foray into the Amazon App Store years ago which only served ads from Amazon domains)

Because so much of the world runs off Amazon I really can’t block that domain effectively without breaking large portions of the internet. Tho now that I’m not using Amazon actively for anything, the broken-ness might be fine. Guess we’ll find out!

[-] WaLLy3K@infosec.pub 14 points 1 year ago

As someone who runs a popular blocklist collection, I've come to find that most of the MASSIVE lists are people who collate a whole bunch of lists together and then promote their "one size fits all" solution alongside their donation link. There are very few original high quality ad-blocking lists maintained (where originality is defined as a sizeable amount of unique entries not shared by other lists) and almost all don't appear to openly discuss the magic sauce behind their lists, outside of the obvious case of user submissions.

[-] bstix@feddit.dk 8 points 1 year ago

The easy way would be to make a website sign up for all the ads and see what happens. Subtract your website from the data and there's the ads.

[-] ivanafterall@kbin.social -5 points 1 year ago

The real answer will probably end up being that they ARE the ad companies in disguise.

this post was submitted on 08 Sep 2023
163 points (99.4% liked)

Explain Like I'm Five

14024 readers
16 users here now

Simplifying Complexity, One Answer at a Time!

Rules

  1. Be respectful and inclusive.
  2. No harassment, hate speech, or trolling.
  3. Engage in constructive discussions.
  4. Share relevant content.
  5. Follow guidelines and moderators' instructions.
  6. Use appropriate language and tone.
  7. Report violations.
  8. Foster a continuous learning environment.

founded 1 year ago
MODERATORS