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?"
For that I use the Flash Click-to-Play module for Mozilla/Firebird.
Replaces flash with a box of same size with words "click to play".
Occasionally I tweak the entry it creates in userContent.css to have an opacity of 0.1 too.
Makes it even less obtrusive.
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.
I use Mozilla Firebird and the excellent Flash click to view extension, which only downloads and plays flash content once you've clicked on a message replacing the original content.
No more of those ugly beasts for me, and I still get to see all legit flash sites.
Vacuum cleaners suck. Kings rule.
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
...but firewalls and AV software as well.
My hard drive blew up last week, and when rebuilding my system, I skipped ZoneAlarm and installed Kerio Personal Firewall instead... an incredible piece of software if I do say so myself, but it also has built in ad blocking (and configurable to add more blocking).
Not that that matters too much since I am using FireBird, but a two pronged approach is better than one.
Are you local? There's nothing for you here!
http://www.nytimes.com/2004/01/19/technology/19eco m.html?ex=1389934800&en=5b1cf221151d8850&ei=5007&p artner=GOOGLE">its gonna get much worse
Beginning tomorrow, more than a dozen Web sites, including MSN, ESPN, Lycos and iVillage, will run full-motion video commercials from Pepsi, AT&T, Honda, Vonage and Warner Brothers, in a six-week test that some analysts and online executives say could herald the start of a new era of Internet advertising.
The new ad technology, from Unicast, an advertising company based in New York, invisibly loads the commercial while unwitting users read a Web page, then displays the ad across the entire browser area when users click to a new page. The resulting ad is identical to TV, whether the user has a high- or low-speed connection. The company says the technology evades pop-up blockers, but the person can skip the ad by clicking a box.
thanks, no need to remind me to add your servers to the Hostfile Project
It also allows wildcarding, so instead of having to block every single fastclick server, you can just have "*fastclick*" in your preferences and you get 0 ads from fastclick (the one who serves the "1000 free smiley" ads).
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.