Pop-Up Ads Lead to Consumer Revolt, Ad-Blocking
securitas writes "The New York Times' Saul Hansell reports on pop-up advertising and the consumer backlash against intrusive advertising. It's worth noting that pop-ups and pop-unders are the most effective, lucrative and annoying online advertising form. The article discusses the boom in ad-blocker software, with AOL, Yahoo and Google getting into the game. Microsoft says that it will include pop-up blocking in IE when it releases WinXP SP2. According to one pop-under ad agency, 20%-25% percent of Web users have pop-up blocking enabled, double the rate of a year ago - Earthlink's numbers bear that out, with 1 million of its 5 million customers using its ad-blocking software 18 months after release. DoubleClick says that it is 'developing technology that will enable pop-up ads to evade the blocking software.' Why isn't that surprising?"
127.0.0.1 ad.doubleclick.net
Bye bye Doubleclick ads...
That's easy, download Ted Mielczarek's Flash Click To View Plugin, it displays a button instead of the flash animation. If you click the button you see the flash animation.
Black and grey are both shades of white.
Now if there were only a way to block certain Flash advertisements...
Agreed, and at the risk of Slashdotting a good guy's website, I'd highly recommend this flash blocker. I installed it a couple of weeks ago and now I don't have any more Flash ads. Its improved my web surfing immeasurably. The trouble with Flash ads is they (usually) have so much animation in them that they draw the attention from the text of the article I'm trying to read. Some sites are now so Flash-ad heavy they're unusuable. Flash Click-to-View is a wonderful tool that lets you view only the Flash content you want to see. Let's hope they incorporate it into the main Mozilla build soon.
Sailing over the event horizon
Better yet, you can use adblock extension for Mozilla SeaMonkey/FireBird. The latest development branch already can block page elements BEFORE they load. alk about speeding up surfing, when you don't have to wait on doubleclik, googlesyndication, clickserve, hitbox, trafficmp, etc...
It also can block flash, iframe and java, javascript as well...
see mozdev for install.
DISCLAIMER: MS IE (l)users need not apply!
Code poet, espresso fiend, starter upper.
AdBlock rules! Here's my adblock filter. Look at it, poke at it, make it better, please!
n g.com*k ag.net/* a lueclick.com/*a nners/*
* /adsserver/*/ *u inst.com/*d server*.*.com/*. zdnet.com/chkpt/gs_pre_sawflash/www.gamespo t.com/promos/*. 1d/Ads/*t p://g.fool.com/art/free/ibd/*g lesyndication.com/* m g.com/us.yimg.com/a/*b ox?*g if*t heinq uirer.pl
Maybe we can condense this down to a reg expr.
[Adblock]
*.ad-flow.com/*
*.ad.*
*.advertisi
*.banner.*.*/*
*.bluestreak.com/*
*.fal
*.fastclick.net/*
*.instacontent.net/*
*.qksrv.net/*
*.ru4.com/*
*.spinbox.net/*
*.v
*/*.advertising.com/*
*/CurrentB
*/ad/*
*/ads.*
*/ads/*
*/adserver/*
*/advert*
*/banner.*.*/*
*/banner
*/bannerads/*
*/banners/*
*/marketing/*
*/q
*://*.*/*468x60.jpg
*_banner.gif
*a
*atdmt.com*
*banner.swf
*chkpt
*doubleclick.*
*i.i.com.com/cnwk
*mediaplex.com*
*tribalfusion.com*
ht
http://pagead2.goo
http://rcm.amazon.com/e/cm?*
http://stats.cashring.com/ads?*
http://us.a1.yi
http://us.imdb.com/google/
http://www.distrowatch.com/images/kokoku/*.
http://www.resellerratings.com/price-direct-
But for those of you that don't, or have applets popping up elsewhere (like AIM), I'm working on a java ad blocker that allows you to block specific classes from loading. So, if the JRE gets a request to load a class you don't want to load, it can be replaced with a null, or a junk applet, or any other class you like.
I'll put up my blocker (requires JDK 1.4 and the ability to set flags for your JDK -- anyone using the Windows Java Plugin should be fine) at http://tklancer.net/javablocker in the next few days. It's fairly basic right now -- just a class file, some preference files, and that's it. The process is pretty simple, though -- load a page, note that sucky annoying ad applet loaded, go through the log file I write to disk, and add the class name to the block file. Restart your JRE, and it should be blocked.
The rest of my filters are just various adservers like doubleclick, etc.
It should be noted that it is a good idea to consolidate these filter lists in AdBlock as much as possible due to the way the algorithm works. The longer your list, the slower the page will load.