Live data from Hacker News

How and why I added AdSense and an AdBlock detector to my personal website

briancaffey.github.io

1–10 of 10 posts

Re: How and why I added AdSense and an AdBlock detector to my personal website

#3
post #2

So many sites, so little time! If a site wants me to jump through hoops because of blocking ads, well, there's always lots more sites, more than I'll ever have time to read.

It has a harassing popup too. If I wanted to be followed around I’d go drive to the last audiophile store in my state.

Re: How and why I added AdSense and an AdBlock detector to my personal website

#4
post #2

So many sites, so little time! If a site wants me to jump through hoops because of blocking ads, well, there's always lots more sites, more than I'll ever have time to read.

It has a harassing popup too. If I wanted to be followed around I’d go drive to the last audiophile store in my state.

I don't get this reference, can you explain the audiophile store part?

Re: How and why I added AdSense and an AdBlock detector to my personal website

#5
post #2

So many sites, so little time! If a site wants me to jump through hoops because of blocking ads, well, there's always lots more sites, more than I'll ever have time to read.

you are not wrong. before writing this article it took me a lot longer to remember how to pause adblock. Now I just use cmd + .

Re: How and why I added AdSense and an AdBlock detector to my personal website

#6

Earlier quoted context omitted.

It has a harassing popup too. If I wanted to be followed around I’d go drive to the last audiophile store in my state.

I don't get this reference, can you explain the audiophile store part?

You walk in and somebody jumps on you right away and wants to ‘qualify’ you, hoping you are a whale who will spend $25,000 on a pair of speakers.

Re: How and why I added AdSense and an AdBlock detector to my personal website

#8

Earlier quoted context omitted.

I don't get this reference, can you explain the audiophile store part?

You walk in and somebody jumps on you right away and wants to ‘qualify’ you, hoping you are a whale who will spend $25,000 on a pair of speakers.

Oh, got it. Thanks!

Re: How and why I added AdSense and an AdBlock detector to my personal website

#9
Here is the problem with these detectors and why they should never be used, period. They make the very stupid assumption that all ad blockers are browser blockers and can easily be disabled by the user/visitor. This is a crappy assumption, pi-hole, and pfblockerng, are dns and router firewall level blocking devices respectively. These will block ads on an entire network, not everyone on the network may have the ability to change these ad blocking settings even if they wanted to.

Re: How and why I added AdSense and an AdBlock detector to my personal website

#10

Here is the problem with these detectors and why they should never be used, period. They make the very stupid assumption that all ad blockers are browser blockers and can easily be disabled by the user/visitor. This is a crappy assumption, pi-hole, and pfblockerng, are dns and router firewall level blocking devices respectively. These will block ads on an entire network, not everyone on the network may have the abili…

Thanks for pointing this out. I did think about the pi-hole scenario, which is why I provided links to the article's Markdown file in GitHub. I also just realized that my adblock detection doesn't work with uBlock Origin. I'll need to do some extra work on this one.