Slashdot is powered by your submissions, so send in your scoop

 



Forgot your password?
typodupeerror
×
Advertising Software The Internet

Ask Slashdot: Are AdBlock's Days Numbered? 731

An anonymous reader writes "This article discusses the ethics and the mechanics of ad-blocking software. Toward the end, it goes into some of the tech that's been built to circumvent ad blockers. Quoting: 'PageFair offers a free JavaScript program that, when inserted into a Web page, monitors ad blocking activity. CEO Sean Blanchfield says he developed the monitoring tool after he noticed a problem on his own multiplayer gaming site. PageFair collects statistics on ad blocking activity, identifies which users are blocking ads and can display an appeal to users to add the publisher's website to their ad-blocking tool's personal whitelist. But Blanchfield acknowledges that the user appeal approach hasn't been very effective. ClarityRay takes a more active role. Like PageFair, it provides a tool that lets publishers monitor blocking activity to show them that they have a problem — and then sells them a remedy. ClarityRay offers a service that CEO Ido Yablonka says fools ad blockers into allowing ads through. "Ad blockers try to make a distinction between content elements and advertorial elements. We make that distinction impossible," he says.' Is this arms race winnable? By which side?"
This discussion has been archived. No new comments can be posted.

Ask Slashdot: Are AdBlock's Days Numbered?

Comments Filter:
  • NoScript (Score:5, Insightful)

    by dos1 ( 2950945 ) on Friday January 17, 2014 @06:26PM (#45992125)

    Beat that, suckers.

    • Re:NoScript (Score:5, Insightful)

      by Anonymous Coward on Friday January 17, 2014 @06:28PM (#45992167)

      ...and suddenly the pages stop working altogether. It is trivial to make a page that is empty and use JavaScript to load the contents of the page. If these guys resort to AdBlock-detectors, why do you think they would allow NoScript to circumvent that?

      • Re:NoScript (Score:5, Insightful)

        by Jah-Wren Ryel ( 80510 ) on Friday January 17, 2014 @06:34PM (#45992281)

        JavaScript performance on mobile is terrible - like 10x slower than desktop. If you make your website dependent on javascript, prepare to lose a lot of mobile customers who won't have the patience to wait it out.

        • Comment removed (Score:5, Interesting)

          by account_deleted ( 4530225 ) on Friday January 17, 2014 @07:08PM (#45992815)
          Comment removed based on user account deletion
          • by tepples ( 727027 ) <tepplesNO@SPAMgmail.com> on Friday January 17, 2014 @07:24PM (#45993041) Homepage Journal

            Make them text or basic images like JPG or GIF (but then they couldn't hijack your speakers and blow your ears off, what fun is that?) and NO FLASH ADS because flash zero days are one of the biggest attack vectors out there

            I agree, as does the featured article: "In addition, users who dislike the distraction of Flash-based advertising can install browser add-ons that just block Flash content, such as Flashblock for Firefox and Chrome." Flashblock for Firefox is the middle ground that I've been choosing for years. And before that became available, I had a practice of hosts-blocking any ad server that served SWF on a site. Slashdot was surprisingly one of the first sites I saw that showed an SWF ad for Splunk log analysis software, and whatever server was serving it was the first to get 0.0.0.0'd in my hosts file.

            (but then they couldn't get "teh big bux" for having the most annoying Goatse of ads spewed on their pages)

            Yeah, the article quotes the VP of some web advertising consulting firm who whines that static ads have an unviably low CPM. Boo hoo.

            • by Cramer ( 69040 ) on Friday January 17, 2014 @07:55PM (#45993383) Homepage

              They ALL have low CPM. And the more obnoxious and intrusive the ad, the more you're pushing people to ad blockers. (or simply abandoning your site) With the ever increasing greed from ISPs in the form of bandwidth limits and heavy overage fees, **I** don't want to be paying the per-byte costs of completely USELESS content. Go use the internet over dialup for just an hour and tell me how much you like all the bull**** ads, or the overabundance of enormous javascript libraries.

              • by EdIII ( 1114411 ) on Friday January 17, 2014 @11:01PM (#45995223)

                I don't have a problem with javascript, as I do make stuff with it. Done right, you don't have as much impact on the bandwidth as you think. If you have megs of javascript libraries being referenced from external CDN's, you're doing it wrong.

                It's going to go down that road anyways till the end. Web browsers have ceased being about document markup and rendering, which is how it started, to running external code in complicated sand boxes. You can't put that genie back in the bottle.

                The issue is being able to trust that javascript, which is really about trusting the sandboxes to not allow malicious code to be run. Tracking is a problem of course, but that is mitigated by blocking software that stops those specific scripts and domains from working. Once a Big Data company like that gets big enough, they'll just get shut down by the blockers, which is a very good thing. It protects our privacy as well as our computers.

                If you don't want javascript and external code libraries you're only other option is to have a single universal API developed that ALL browsers adhere strictly to. Blocking tracking software is simple as a permissions setting at that point to not listen to any tracking tags or events set up in the page. AJAX type events would need to be classified accordingly and secured. An event going toward a different domain than the page? Blocked by permissions. Image not from the domain? Don't even download it based on permissions. CDN's should be registered in the browser as an alternative for any file that needs to be downloaded for a "page".

                Above all, that API should have plentiful RBL's that outright disable all external calls. We want accountability? How about within an hour of malware being downloaded those RBL's are proactive like some email services and browsers start blocking that particular site or CDN automatically? That would make propagation of malware a real bitch in production. Not to mention if you are a big outfit and that happens people will start getting fired till it's fixed. I've been in a major company that got their email shut down by Cisco IronPort (Over half the vendors they dealt with were rejecting mail). Some yahoo in the data center thought it would be cool to run his own little server which got hacked and delivered out 9 tons of spam that shut down corporate email for 4 days till IronPort finally cleared it up.

                Can you even imagine what would happen if one of those RBL systems blocked Yahoo by default a week or two ago? Shit storm indeed, but a needed one.

                We don't have any of that.

                What we *do* have is a clusterfuck of technology that developed from an interesting idea to effectively share a word processing screen at universities that is fundamentally toxic to us. We spend billions cleaning it, defending it, and developing it, etc.

                It just needs to be scrapped and start over.

                So no, blocking javascript is not the answer either. Unless you want to be left behind with non-working pages because people like me are getting really tired of needing to expend those resources for graceful failure. We don't have the time or the money to do that anymore (not in this economy) and javascript and JQuery (along with the other JS frameworks) are here to stay. So many of the "shiny" features out there only work in an event based framework where I can modify the DOM without reloading the entire page.

                The whole mess is just terrible and we keep refactoring code to old email and document markup systems without addressing the underlying issues at all.

                • by Cramer ( 69040 ) on Friday January 17, 2014 @11:38PM (#45995479) Homepage

                  The root issue is people are stupid and lazy. If your 250k of JS actually does things, that's one thing. When you include (an uncompressed) version of JQuery to use one tiny function (that you don't JQuery to actually do), or worse don't use any part of it, you're wasting everyone's time and bandwidth.

                  Every time I research how to do something in a browser, every. single. fucking. time. The top 90 out of 100 answers is to load some enormous bloated framework widget toolkit and kitchen sink replicator. for what has, in every case so far, boiled down to 1-2k of formatted, human readable JS. Apparently, I'm the only motherf***er in the universe that cares if his web page is 3k vs 300k, in 1 file vs. dozens.

                  • by EdIII ( 1114411 ) on Saturday January 18, 2014 @12:16AM (#45995755)

                    There is an argument that a small site with low visitor counts can get away with a 1 meg download that is cached afterwards anyways. That being said, I think anyone that claims they are anything greater than a novice must use scaleable web design practices. Meaning, that you have to justify every single 1k of data being returned by the web server.

                    The problem you reference are what I call the web hobbyists. Web developers are plagued with the hobbyists to the extent that people by default think they are fucking morons.

                    I'm being nice, but there are so many people out there selling their development services that don't even understand PHP or JS and can only follow instructions on some page to get a Wordpress plugin to work. These are the people operating at such a high level of abstraction that they have no idea how a web browser actually works at all. I'm no expert and even I understand headers and the general theory behind rendering and running client side code.

                    Trial and error by shoving JS on a page and hoping for the best is quite normal unfortunately.

                    I actually had somebody give me a page back that they had worked on, (which looked very good), and required some JS to dynamically do something (don't remember). They literally copied and pasted the JS from some blog page and gave it to me as a finished product. Never bothered changing the ID, let alone creating a class, and let the code run trying to attach events to non-existing page elements. The library was not even included.

                    That person probably represents the norm for the armchair web hobbyist that would be unemployed if it was not for Wordpress.

                • by cas2000 ( 148703 ) on Saturday January 18, 2014 @12:01AM (#45995657)

                  What we *do* have is a clusterfuck of technology that developed from an interesting idea to effectively share a word processing screen at universities that is fundamentally toxic to us.

                  no. the toxicity comes from the advertising and the insistence on javascript (and flash and java etc applets).

                  just displaying documents is harmless. it's the fact that web-dev fuckers (and worse, "designers") want to run arbitrary code on millions of computers belonging to other people that is the source of the harm.

                  So many of the "shiny" features out there only work in an event based framework where I can modify the DOM without reloading the entire page.

                  you're making the mistake of assuming those "shiny" features are essential. they're not. in fact, more often than not, they're a PITA and end up being a reason not to return to the site.

                  if a web site or even just a web page doesn't work without javascript, then it is broken. js can be useful to *optionally* enhance a page, but the page should work (i.e. display the important information and navigation controls) without javascript.

                  BTW:

                  CDN's should be registered in the browser as an alternative for any file that needs to be downloaded for a "page".

                  so CDNs become a back door for malware because they're all whitelisted/trusted. what's the point of managing permissions for a site if that site can just bypass restrictions by uploading their scripts and malware to a popular CDN?

                  doing that would also allow CDNs to spy on users as they browse from site to site, linking accounts and IDs and activities - same as ad networks now (which is yet another reason to run adblock).

                  if ads were just static graphics without any animation and without spyware/tracking and without javascript then most people wouldn't give a shit about ads and wouldn't bother blocking them (it was animated GIFs that motivated me to write my first ad blocker in the mid 90s...the text and static GIFs that were common before then didn't annoy me enough to be worth the bother of eliminating)

          • Re:NoScript (Score:5, Insightful)

            by 0p7imu5_P2im3 ( 973979 ) on Friday January 17, 2014 @07:28PM (#45993111) Journal

            "Amen! Preach on ma' brotha'!"

            Seriously, though. That is exactly why I installed an ad-blocker. I specifically allow sites I visit in order to live up to that philosophy, but I have yet to see a single site since 1999 that hosts 100% of its own advertising. I actually enjoy seeing in house ads for exactly this reason, even if the site reviews the product it is advertising, because it shows that they give a care about their users/readers.

          • Re:NoScript (Score:5, Insightful)

            by Cruciform ( 42896 ) on Friday January 17, 2014 @07:53PM (#45993361) Homepage

            Too bad that's too big to print on a tee shirt. Good rant.

            There are sites I would happily support by whitelisting them in adblock, but I've seen their ad companies send infectious shit and other problematic ads down the pipe. And when it happens they block it and apologize, but that doesn't prevent anything from happening first.

          • Re: (Score:3, Interesting)

            by Anonymous Coward

            infected ads are the #1 source for zero days, drive bys, and social engineering

            Make them text or basic images like JPG or GIF (but then they couldn't hijack your speakers and blow your ears off, what fun is that?) and NO FLASH ADS because flash zero days are one of the biggest attack vectors out there

            This!!

            I don't block ads because of some desire to screw website operators out of revenue, or because I think I'm somehow entitled to get everything for nothing - I block them because many of them (especially the flash ones!) are intrusive, disruptive, annoying, and vectors for malware infestation, and because I don't care for having my every activity tracked by Big Data ad networks.

            If a website uses unobtrusive, relevant, self-hosted, static ads, I have no issue whatsoever with displaying them (and even -

        • Re:NoScript (Score:5, Insightful)

          by Threni ( 635302 ) on Friday January 17, 2014 @07:13PM (#45992871)

          Why do so many mobile sites popup a dialog which is mostly off the right of the screen, and where, when you zoom in to try and find where they've hidden the non-standard, non-intuitive 'close' icon, it moves further offscreen? How am I supposed to remove the popup (which is covering a lot of the content, and making the screen dark to 'highlight' its importance)? 2014 - it's hard to deal with small screens? How? How is it hard? How did you get a job writing websites when they're so fucking sucky?

          • Re:NoScript (Score:5, Interesting)

            by Mister Transistor ( 259842 ) on Friday January 17, 2014 @09:19PM (#45994283) Journal

            I absolutely hate that shit, you go to a site and it renders, then goes dark because some fucking scrip takes over and tries to force some card on me or some shit. Fuck them. Big time. I see that shit, I'm outta there. Period.

      • Re:NoScript (Score:5, Insightful)

        by ne0n ( 884282 ) on Friday January 17, 2014 @06:51PM (#45992569) Homepage
        It's likewise trivial to avoid shitty sites that go far out of their way to degrade the user experience, and thanks to the internet's intrinsic nature there's nothing unique on an ad-monger's site that can't be found elsewhere. NoScript helps to build that list of shitty sites. Let the parasites starve FFS.
        • Re: (Score:3, Funny)

          by Anonymous Coward

          It's likewise trivial to avoid shitty sites that go far out of their way to degrade the user experience

          And yet here you are!

      • Re:NoScript (Score:5, Informative)

        by johanw ( 1001493 ) on Friday January 17, 2014 @07:06PM (#45992781)

        More subtle than Noscript: Ghostery.

      • by pepty ( 1976012 )
        Hide My Adblocker extension for Chrome.
      • Re:NoScript (Score:5, Insightful)

        by taustin ( 171655 ) on Friday January 17, 2014 @08:02PM (#45993451) Homepage Journal

        A web page that is blank with JavaScript turned off is equally devoid of content with it turned on, even if you can technically see words and pictures.

        If you want me to look at (and ignore) your ads, make them less offensive, and do some testing to ensure they don't make the page literally unreadable.

      • by icebike ( 68054 )

        ...and suddenly the pages stop working altogether. It is trivial to make a page that is empty and use JavaScript to load the contents of the page. If these guys resort to AdBlock-detectors, why do you think they would allow NoScript to circumvent that?

        Do we care?
        After all if they spend all this time trying to defeat Adblock and No-script they probably don't really have much to offer anyway.
        If they just tone down the amount of ads people would go to these lengths to get rid of them.

    • Re:NoScript (Score:5, Insightful)

      by buddyglass ( 925859 ) on Friday January 17, 2014 @06:29PM (#45992195)
      And when a site doesn't work correctly with javascript disabled?
      • Re:NoScript (Score:5, Insightful)

        by Anonymous Coward on Friday January 17, 2014 @06:31PM (#45992221)

        Then it's a bad site not worth your time.

      • Re:NoScript (Score:5, Insightful)

        by tomtomtom ( 580791 ) on Friday January 17, 2014 @06:41PM (#45992413)

        If a human can view the content and work out where the ads are, so (ultimately) can a computer - the obvious fix for now is that Greasemonkey can be used to sort those out.

        I'd also add though, this may well be heavily counter-productive for many sites. There is very little truly unique content out there in reality - and as a consequence it is worth far less to the marginal user than the site owners often think it is. Some of the sites which lose viewers because of this may simply say "good riddance" as those users are a net drain on resources - but that's a dangerous path to take as those people are, I would imagine, more likely to be either influential opinion-formers (who drive much more traffic to the site who won't block ads), or providing user-generated content which has value in itself.

        • Re:NoScript (Score:5, Insightful)

          by Anonymous Brave Guy ( 457657 ) on Friday January 17, 2014 @07:24PM (#45993047)

          Some of the sites which lose viewers because of this may simply say "good riddance" as those users are a net drain on resources -

          I'm quite sure that's how they'll see it.

          but that's a dangerous path to take as those people are, I would imagine, more likely to be either influential opinion-formers

          A lot of geeks like to think they're influential opinion-formers. Most of them are far less influential than they imagine, and the guys running web sites know this for a fact because they have actual statistics from exactly the kinds ad-blocker-aware tools we're discussing here.

      • Re:NoScript (Score:5, Insightful)

        by khasim ( 1285 ) <brandioch.conner@gmail.com> on Friday January 17, 2014 @06:59PM (#45992685)

        And when a site doesn't work correctly with javascript disabled?

        Then YOU get to ask YOURSELF whether YOU want to take the risk of running THEIR scripts on YOUR system in order to read/watch THEIR content.

        Individual preferences will, of course, vary. But I've found that the sites that run scripts usually don't have much content worth my time.

        As for ads ... if they weren't so abused in the first place (pop-ups, pop-unders, flashing, auto-run-sound, slowing-down-the-entire-page, redirect-on-close, etc) then there wouldn't be such a large movement to block them.

        Ads today are not as much about selling a product as tracking where you go and what you click on. The products advertised bear no relationship to the site I've visited.

        • Re: (Score:3, Insightful)

          by BasilBrush ( 643681 )

          Then YOU get to ask YOURSELF whether YOU want to take the risk of running THEIR scripts on YOUR system in order to read/watch THEIR content.

          Of course Javascript is limited to accessing THEIR content. Anything else on YOUR system is out of reach of Javascript.

          But I've found that the sites that run scripts usually don't have much content worth my time.

          Then you aren't using much in the way of Web 2.0 sites. Most of the interactive web-sites since Google Maps are unavailable to you. Hope you like the 1990s.

          I'm all for blocking ads. But disabling Javascript altogether is throwing out the baby with the bath water.

          • I'm not the person you were replying to, but I - for one - would be more than happy to give up everything that came after the 90s, if I could go back to that decade.

          • Re:NoScript (Score:5, Insightful)

            by causality ( 777677 ) on Friday January 17, 2014 @08:29PM (#45993777)

            Then YOU get to ask YOURSELF whether YOU want to take the risk of running THEIR scripts on YOUR system in order to read/watch THEIR content.

            Of course Javascript is limited to accessing THEIR content. Anything else on YOUR system is out of reach of Javascript.

            But I've found that the sites that run scripts usually don't have much content worth my time.

            Then you aren't using much in the way of Web 2.0 sites. Most of the interactive web-sites since Google Maps are unavailable to you. Hope you like the 1990s.

            I'm all for blocking ads. But disabling Javascript altogether is throwing out the baby with the bath water.

            The point of NoScript is not do disable Javascript alltogether. The standard browser settings include a checkbox to disable Javascript entirely for all sites. That isn't what the add-on NoScript is for. NoScript is there to selectively disable the scripts that you decide are unnecessary.

            I wish people who actively choose to comment on a thing would take a moment to acquire the most basic familiarity with that thing. It would lead to far fewer redundant posts and far fewer posters who are convinced they've pointed out the "obvious flaw" that no one else was smart enough to ever think of...

      • Re:NoScript (Score:4, Informative)

        by wiredlogic ( 135348 ) on Friday January 17, 2014 @07:44PM (#45993271)

        And when a site doesn't work correctly with javascript disabled?

        You selectively allow a few key domains to see if it will start working. If that doesn't work or there are dozens of cross-site scripts then move on to a saner website.

    • Re:NoScript (Score:5, Informative)

      by Xicor ( 2738029 ) on Friday January 17, 2014 @06:33PM (#45992269)
      the problem is that we are seeing an increase in sites that will pop up with a separate page and wont let you see ANY content until you stop using an adblocker. luckily those are mostly used on bad sites, but if they ever become popular it will be a problem.
  • Prior art (Score:5, Funny)

    by Hatta ( 162192 ) on Friday January 17, 2014 @06:27PM (#45992151) Journal

    Slashdot already makes distinction between content elements and advertorial elements impossible.

  • by ScottCooperDotNet ( 929575 ) on Friday January 17, 2014 @06:27PM (#45992153)

    "Ad blockers try to make a distinction between content elements and advertorial elements. We make that distinction impossible,"

    So long as you're hosting your ads off-site, or even on a local (ad.example.com) server, we'll be able to block them.

  • Challenge Accepted! (Score:4, Interesting)

    by Jah-Wren Ryel ( 80510 ) on Friday January 17, 2014 @06:28PM (#45992165)

    Anyone know of one these ad-blocker-blocked websites? I'd like to see what it looks like in the face of adblock plus + noscript + requestpolicy.

  • by Dynamoo ( 527749 ) on Friday January 17, 2014 @06:29PM (#45992185) Homepage
    Dear advertising networks,

    Stop trying to infect me with malware and perhaps I'll stop blocking you from my browser.

    • Unsolicited audio (Score:5, Insightful)

      by Anonymous Coward on Friday January 17, 2014 @06:42PM (#45992443)

      And no goddamn auto-playing sounds either.

    • by alzoron ( 210577 ) on Friday January 17, 2014 @06:57PM (#45992645) Journal

      This is my biggest my biggest issue with most of the ads on the internet. When it comes to sites that are proactive and actually have an approval process for ads and wrap them up in their own delivery system to avoid spreading malware to their customers, I let the ads through. Sites that take a reactive stance towards possible malware (or no action at all) and basically just spew whatever crap the third party advertiser gave them unfiltered get blocked.

      The way I see it is if you don't care whether or not you're spreading malware you don't deserve ad revenue. Hell, you don't deserve any business from me at all.

  • by MatthiasF ( 1853064 ) on Friday January 17, 2014 @06:30PM (#45992201)
    The Advertisers vs Ad-block arms race.

    Because, let's face it... once the ad-block guys figure out how the advertisers are figuring out they are being blocked, they'll block it another way and then another way... until one side builds an a-bomb so big that the world is afraid the Internet will split in two if detonated.

    That was a metaphor; no one nuke the advertisers, please. Or at least give me a few days notice so I can get to a safe distance.
    • by putzin ( 99318 )

      until one side builds an a-bomb so big that the world is afraid the Internet will split in two if detonated.

      Yes, it's called legislation. Apple. Google, and the other multi-billion dollar ad servers will eventually go to congress to try to find a legislative way to make sure you watch advertisements if everyone stops viewing ads via whatever means. Just convince some idiot Senator who thinks the internet is made of tubes that advertisement and java blockers threaten security and the American way. I would argue this is a long shot, but not incomprehensible. There is a lot of money involved, and those who own the l

  • Own your own adds (Score:5, Insightful)

    by Sir_Sri ( 199544 ) on Friday January 17, 2014 @06:30PM (#45992205)

    If you want an add to appear on your page take ownership of it. Host it as an image file on your own website that you control and you are responsible for.

    Anything else, we intend to find ways to block it, because we have learned the hard way that you cannot trust advertisers to not infect your system with malware (not always intentionally, but lets face it, that's a big source of failure).

    • thing is, the advertisers will never do that - simply because their business model relies on tracking impressions and so forth. Hence they have to serve the ads on their own web platforms.

      This is the main reason I block ads - the page I'm viewing usually hangs while its contacting the ad (he, one of the many ad) platforms to return some cookie-harvesting ad monster with all kinds of analytics processed on the back end.

      Get rid of that and they have nothing to offer, and as long as there is any comms to the a

    • Re:Own your own adds (Score:5, Interesting)

      by istartedi ( 132515 ) on Friday January 17, 2014 @07:13PM (#45992879) Journal

      This. We may find that the current online advertising model is like the Soviet revolution. If the hosting site and the ad scripts start working in concert, it might be like a crackdown by hardliners. Unlike a totalitarian regime, migration from your site is usually not that difficult. You'll lose the users. Maybe then commercial sites will realize that they have to go back to something more like the old print media model. You couldn't just blindly turn over newspaper pages to 3rd parties. Advertisers had to trust things like circulation figures and demographics. It was a far less sophisticated analytic. Publishers will have to be trustworthy enough for advertisers to trust *publisher* analytics. If the New York Times really wanted to be innovative, they are the kind of company that could do this. That, along with getting rid of user registration would really shake up the industry. I think it'd be a clear winner as long as the publisher didn't do the same kind of scripted nasties that ad networks currently do.

      Wouldn't you love to be able to browse a high quality site, knowing that the ads aren't going to ass-rape your system? Aside from that, wouldn't it be nice to look at page archives 30 years from now and see period ads. You can look at magazines from 100 years ago and get insights into the culture, and develop an appreciation for the history of strong brands like Coca Cola, or oddities like patent medicines with radium in them. Future historians will look at the last 20 years as if the tape of our commercial activities had been erased.

      • Future historians will look at the last 20 years as if the tape of our commercial activities had been erased.

        Perhaps they'll just write that it was a time when capitalism had gone completely crazy -- a time when 99.9% of e-mails were spam, where over 1/3rd of television was advertising, where half of the content of a website was advertisement, where thousands of tons of printed advertisements were moved from mailboxes to dumpsters, and where retailers invaded our privacy with in-store tracking tools and built robots to determine our sex, race, and likely socioeconomic status in realtime, and then displayed differe

    • The second you put your add on your website, we'll subtract it.
  • by Anonymous Coward on Friday January 17, 2014 @06:31PM (#45992225)

    I own my computer. I've been convincing every of my friends and family members to adopt a zero tolerance policy toward internet advertizing, partly as it's a huge security risk as seen in all recent stories about malware delivered with ads, and partly to opt out of "big data" collector activities.

    Advertizers don't get it. My computer runs what I want it to, not what THEY want it to. They may make polite requests to display things, or to run things, which I can either say yes or no to.

    The internet existed for decades before advertizers discovered it, and it'll be just fine - better even! - after they depart. Maybe we'll go back to its roots of crowdsourced content, rather than "big corporate content".

  • by Anonymous Coward on Friday January 17, 2014 @06:31PM (#45992235)

    I will no longer surf the internet. The same way I no longer watch TV.
    I am bored with it now anyway.
    It might just have been a very long fad with me.

  • Annoying (Score:5, Insightful)

    by afgun ( 634001 ) on Friday January 17, 2014 @06:33PM (#45992277)
    If so many ads weren't obnoxious flash or javascript and simply a hyperlinked picture/text, then I wouldn't feel compelled to block them. But these so-called ads are largely intrusive and annoying and make the web browsing experience suck. Just like email and spam that have tracking linked images in them that I choose to automatically round file instead of at least checking out the content. Make the experience pleasant and controllable by me and I'll play along; otherwise, I take control with tools like adblock.
  • Dangerous (Score:4, Insightful)

    by JamesA ( 164074 ) on Friday January 17, 2014 @06:34PM (#45992297)

    Sorry but when an errant ad can serve malware (see Yahoo) it's just not worth taking a chance.

    Web site operators have the attitude that their revenue stream is more important than the integrity of their visitors computer.

    AdBlock + NoScript is antivirus for the web.

  • Simple solution (Score:5, Insightful)

    by Goose In Orbit ( 199293 ) on Friday January 17, 2014 @06:34PM (#45992301)

    Host your own ads - make them unobtrusive - people will still see them AND the content.

    Being lazy and outsourcing it to others... you get what you deserve.

  • by RichMan ( 8097 ) on Friday January 17, 2014 @06:34PM (#45992305)

    The people that are using ad-blockers are stating "I am annoyed by adds". These people seem to think it is a good idea to show the people that have flagged themselves as getting annoyed by ads more ads. That seems really really dumb.

    These people should be careful what they wish for. There are many, many sites out there for people to browse on. Annoy a "customer" to much and it is very easy for them to go elsewhere.

    • Re: (Score:3, Insightful)

      by Anonymous Coward

      Why do you consider yourself a "customer" if you are not paying to be on the site through viewing ads? Isn't that more of a parasite than a customer?

      What other way would you prefer to help fund the site's content?

      • by tftp ( 111690 )

        Why do you consider yourself a "customer" if you are not paying to be on the site through viewing ads? Isn't that more of a parasite than a customer?

        How do you classify a visitor to Slashdot who, from time to time, posts comments but does not view ads?

        Or, in other words, what Slashdot would be if nobody, or hardly anyone (see Technocrat.net and Kuro5hin.org) posts comments - insightful or not?

  • Maybe the current crop of adblockers don't download the ads and can be monitored using JavaShit but eventually one will be created that downloads the ads but simply leaves that section of the screen blank. These days most ads are recognised by URL and that URL is usually hosted on a different server to the site itself. Future adblockers could use a thunderbird anti-spam type algorithm to visually recognise ads and match them with a database of things that people reported as ads

    The race is winnable alright. Even if the end result would be the demise of "free sites" who get rich off the ads or the more recent trends of sites not getting very rich of the ads but hoping for acquisition by some supermassive company who will plaster the said site with ads until all users leave.
  • by davydagger ( 2566757 ) on Friday January 17, 2014 @06:35PM (#45992337)
    I am sure its because ad-blocking software is reporting your every move and building a psychological profile on you, that eventually finds its way into the hands of the government, a government, potentially many governments, terrorists, or whoever manages to hack whoever has the list that day.

    what ethical issues are there with ad-blocking software that outweigh the ethical issues behind current advertising?
  • by DanielRavenNest ( 107550 ) on Friday January 17, 2014 @06:37PM (#45992365)

    AdBlock and similar tools might be defeated, but nothing can defeat me not visiting the site again if the ads are too annoying. I'll put up with some tasteful ads, but too many annoyances and I just will block the site entirely.

  • by rlwhite ( 219604 ) <rogerwh&gmail,com> on Friday January 17, 2014 @06:39PM (#45992391)

    If I see banner ads or anything else obnoxious, and I can't keep them blocked and still use the site, I'll find what I want elsewhere.

    I'm ok with the text-based ads Google is known for, and I'll even click on them when they're relevant to what I'm looking for... because they're not obnoxious! They aim to be helpful!

  • by jheath314 ( 916607 ) on Friday January 17, 2014 @06:41PM (#45992417)

    If people are blocking your ads, it's probably because they're not interested in seeing the god damn ads. Sneaking past the ad blocker won't result in me going "gee, you got me, I'll be good and click on your ad now." More likely it will piss me off to the point where I stop visiting your site.

    Stupid marketers and their "arms race" mentality was what resulted in people developing and using adblock and noscript in the first place. "What do you mean people still aren't clicking on our ads? It's got a dancing monkey with a flashing background and it occupies half the browser window! Fine, we'll make it play music too, and pop up fifty windows... maybe THEN they'll realize the error of their ways and click on it."

    • by Nemyst ( 1383049 )
      Yeah, it's really simple guys: the best anti-adblock is making ads that people actually want to see. At worst, if you can't do that, at least don't make them obnoxious, intrusive, or any other such thing. Also, making good content and making people want to support you is a good way of getting them to turn off adblock.

      This is a technical "solution" to a non-technical problem. It will never work.
  • by sandbagger ( 654585 ) on Friday January 17, 2014 @06:41PM (#45992427)

    Text view is the only thing that renders, mind you.

    In single column. I scroll a lot.

  • by DittoBox ( 978894 ) on Friday January 17, 2014 @06:43PM (#45992459) Homepage

    AdBlock is something I've started installing for friends and family more as a way to block malware, than as a way to block ads outright. Poisoned ads (malvertising) account for a lot of malware installs. Just Google for iTunes or Firefox and the top ad results are malware infected installers.

    Besides the incredible annoyance of ads in the slow downs they cause, they're also a dangerous pathway to malware and viruses. Common methods like embedding an iframe into a page that loads a script that targets a browser exploit to install something nasty (drive-by downloads), oneclick exploits, baiting users to download things, etc.

    Ad networks—at least the slimy ones—don't care because they're getting paid.

  • by onyxruby ( 118189 ) <onyxruby&comcast,net> on Friday January 17, 2014 @06:47PM (#45992503)

    I'll consider abandoning Ad Block when a decade after ads are no longer the leading cause of malware. Until then I consider it a security requirement along with noscript.

  • by CanHasDIY ( 1672858 ) on Friday January 17, 2014 @06:57PM (#45992649) Homepage Journal

    This article discusses the ethics and the mechanics of ad-blocking software

    Ethics of blocking advertisements?

    Gimme a fucking break.

  • by barakn ( 641218 ) on Friday January 17, 2014 @07:00PM (#45992695)

    I'd warrant (but don't have the statistics to back me up) that the typical ad-block user would be less prone to click on ads if forced to see them than a typical surfer. I don't see why these crybaby advertisers are so desperate to reach a market that would have low click-through rates. The advertisers win by not needing the extra bandwidth necessary to serve up ads to people that wouldn't click on them anyways.

  • by Bomarc ( 306716 ) on Friday January 17, 2014 @07:04PM (#45992749) Homepage
    Several times, in several different ways I found the question asked ... is it ethical to block ad's. My response: You are asking the wrong question: Is it ethical to track me without my permission? Is it ethical in inject mal-ware into my system? Is it ethical to not allow me access to information you claim is about me? Is it ethical to make money on my actions -- without a reward for me?

    Stop messing with MY system, and I'll stop messing with your ad's.
  • by Sechr Nibw ( 1278786 ) on Friday January 17, 2014 @07:04PM (#45992757)
    Any site that I use more than once a week, I add to the AdBlock whitelist. However! If I get an annoying ad on that site, it goes back to the blacklist, for at least a month or two. Basically, until the guilt starts creeping in that I'm using their service without paying for it. If you want to remain on the whitelist, and get my page impressions, then don't use shady advertisers that use self-expanding ads, auto-play ads, and especially flashing or noisy ads.
  • by Ol Olsoc ( 1175323 ) on Friday January 17, 2014 @09:45PM (#45994489)
    Would this company, who buys into a service to force their ads onto my computer, actually think that there is any way in hell that I would buy anything from them?

    Welcome to the hostfile mutha'

    The thing they refuse to get is that many of us, myself included, don't mind seeing a few ads. But multiple ads with motion, or one of my real pet peeves, like an almost full page floating around abomination from teh likes of Yahoo, are just too much. And with pushing ads from unknown outfits, that often carry malware, sorry, your webpage isn't all that necessary for me to view.

    A month or so ago, I did some experiments, turned off all the scripts with no script. Went to a few sites - I forget which right now, but it was something like the New York times. Of course the page didn't load correctly. So I turned off all the scripts. Still didn't show up. Ther ewere more scripts that wanted run. Did this many 5 times before the site showed. There were 20 plus something scripts running, almost all of them tracking scripts. One fonting script.

    Between forcing ads on us, and tracking scripts, all I have ot say is no thanks - I need to see your site less than you need me to see it.

    Welcome to my hostile, NYT. And other sites that insist on being a pain in the backside.

Our OS who art in CPU, UNIX be thy name. Thy programs run, thy syscalls done, In kernel as it is in user!

Working...