Earlier quoted context omitted.
I used to love Ghostery, until I learned that their business model is to resell your browsing habits and profile back to advertisers. If you want a suggestion for an alternative, I really don't have one. I'm currently using µBlock, which isn't bad, but requires a bit more setup than Ghostery. https://en.wikipedia.org/wiki/UBlock
I also use µBlock. It made me realize what a huge crapload of JavaScript the websites include. On most sites, you can have like 70% of the external-domain content blocked and the site keeps working as intended. Hackernews is beautiful in that regard, literally just stuff from ycombinator.com and news.ycombinator.com. I love this simplicity.
AdBlock Plus wins in court
51–60 of 117 posts
Re: AdBlock Plus wins in court
#52Earlier quoted context omitted.
Do you switch channels on your TV when the commercials start and switch back when the show resumes? Blocking online ads is basically the same. i.e. perfectly legitimate. Only you hurt the creator more online, since the advertisers can now measure the views+clicks. Which is also perfectly fair - They should not have to pay for ads nobody sees. This would also be fair on TV - But there it's impossible to measure.
First of all I do not watch TV. I assume that's why netflix is so popular. Please pardon me i am not sure if it has an ads in it or not but i assumed since it's a content on demand it does not. Also simply blocking something because you can but you should not is cheating.
If a website finds that their business model became unsuited for modern times, it's their responsibility to change it, not mine.
Re: AdBlock Plus wins in court
#53This is sad day for content creators. If the site is full of ads you are not comfortable to view do NOT VISIT such sites again. It's stealing, it's manipulating the statistics. We can't get good content because corporations taught people to not pay for content and now we will not get good content because people will slice the income of those who use ads.
I worked on an SPA website a few years ago that used a time-based billing model for advertising, The three adslots for the given user session were for the same advertiser, this required locally delivered ads, and a JS/http ping to establish between min and max display time recording... It worked fine, and even got through the ad blockers.
There's no reason a publisher cannot do the same. Just like there's no reason a random website I visit should force me to download questionable content from third parties unknown to even the publisher.
Re: AdBlock Plus wins in court
#54Re: AdBlock Plus wins in court
#55Earlier quoted context omitted.
Put a div tag with a class of "ad" on it... then test it's display style property 100ms after the load event... For that matter, wrap your primary content in a div with a class of "ad" ... then users won't even see the content, and you can replace it with a notice to disable adblock and refresh the page.
I tried that: https://github.com/elidickinson/ad-block-test Much harder to get right than you'd think and if you're a big site it's worse: the block lists will be updated to "whitelist" your test ad. It's difficult for publishers to even accurately measure what impact ad blocking is having on their business.
Re: AdBlock Plus wins in court
#56Earlier quoted context omitted.
It's actually not easy to detect adblock use. Popular ad blockers actively try to evade detection. If the intent is to let publishers decide whether to allow adblock users or not, it should send an easily detectable flag.
Why would a piece of software on my machine needlessly be under remote control ?
I use AB Edge. I've visited Reddit, they posted a "we notice you use an ad blocker, if you like us, please think about whitelisting us." They could have just refused to serve the content. Either way would have been acceptable; it's my browser and I control what I see, it's their content and they control where it goes.
In that case I whitelisted Reddit. Nothing on Reddit remote-controlled my machine, it just initiated a brief "conversation."
Re: AdBlock Plus wins in court
#57Good. Although I prefer Ghostery. The main thing for me isn't even blocking ads as such. The main thing is blocking the absurd amount of crappy javascript that clogs up my browser, in which I have no interest. I find the unfiltered web insufferable these days.
I used to love Ghostery, until I learned that their business model is to resell your browsing habits and profile back to advertisers. If you want a suggestion for an alternative, I really don't have one. I'm currently using µBlock, which isn't bad, but requires a bit more setup than Ghostery. https://en.wikipedia.org/wiki/UBlock
Re: AdBlock Plus wins in court
#58Earlier quoted context omitted.
How do you feel about disabling javascript by default, and making things click-to-play? I ask because I think the line between "advert used for site finance," and "drive-by malware" can sometimes be blurry. For example: http://www.cnet.com/news/malware-delivered-by-yahoo-fox-goog... I think that when I click on a link I agree to see the content they provide. I'm not sure I really want to agree to third-party stuff wi…
Fair enough, but if your browser is susceptible to drive-by malware, you're going to have a bad time on the internet whether you block ads or not. I think hacked sites are a far more common malware vector than ads.
Re: AdBlock Plus wins in court
#59I don't read German, but I believe the main complaint in the case was AdBlock Plus charging money as part of its ad "whitelisting" service. ABP said it was to cover the cost of verifying the ads are safe and responsible. Publishers called it extortion (e.g. pay us this money if you want your ad impressions back).
Re: AdBlock Plus wins in court
#60Personally I don't use Ad Blockers just due to the fact my own personal ethics feels I am stealing when I do use it. When I am teaching I have ad blocker installed because I don't want to get in trouble for what advertisement will be shown, especially YouTube. AdBlock Plus and their paid white list is the worst and I don't know why people use them.
Ads use your resources to download more content. They use your resources for animation and sound.
They also track you.
Content providers are free to not serve you content if they detect ad blockers. If they have trouble detecting ad blockers, they are free to not be in business.
They are free to move to a subscription model.
They are operating willingly on the current open web. It's not your problem.