Slashdot Mirror


End Run Around Pop-up Blockers

An anonymous reader writes "The pop-up arms race continues, cnet has this article on how advertisers are responding to pop-up blockers." Can't wait for a full page of javascripted user-initiated pop-ups.

107 of 484 comments (clear)

  1. FireFox by Wheaty18 · · Score: 5, Informative

    I have not had one popup since I fully switched to FireFox (around 6 months ago).

    There is also a FireFox extension that blocks those annoying Flash popunder ads.

    1. Re:FireFox by Rinisari · · Score: 4, Funny

      We got the XP sp2 beta at work. This is the convo between one of my friends who is a real pro-Microsoft fanatic and I (his name has been changed but he knows who he is):

      Him: "Wow, Colin! Look how good this popup blocker is! Nothing's getting through!"
      Me: "That's great, Schmuck. Now we won't have professors bitching at us about them."
      Him: "So does that mean you'll move back to Internet Explorer from Firefox since that was your main reason for switching?"
      Me: "Hell no. Firefox is impervious. Popup problems? What popup problems?" *chuckles*
      Him: "Well, sp2's popup blocker is impervious, too!" *gets a popup* "FUCK!"
      Me: *draws on board: FIREFOX >> YOU*

    2. Re:FireFox by carlmenezes · · Score: 4, Interesting

      I use Adblock, which is a firefox extension which also does flash banner blocking. As far as pop-ups go, the only ti'me I've ever had to deal with them on Firefox is with false-positive blocks - ie. Firefox thinks it's a pop-up, so it shows u a little "i" icon at the bottom left. Click it and tell Firefox that it's safe to allow it and you're good to go - usally happens with those annoying sites that use pop-up windows to log you in

      --
      Find a job you like and you will never work a day in your life.
    3. Re:FireFox by Compholio · · Score: 3, Informative

      I personally like the AdBlock extension (http://adblock.mozdev.org/) since it allows you to remove banners and other pesky ads straight from the page. You can even have AdBlock "fill in the hole" by removing enough of the ad that the page fills the spot in. Sorry /. :(, it works on your "Advertisement" column so all I see is the title.

    4. Re:FireFox by Squareball · · Score: 5, Informative

      The best extension is the Flash Click To Play in FireFox! No more blaring annoying Flash ads anymore! All you get is a white window with red writing that says "Flash. Click to play" and if you want to view the flash content you click it.

    5. Re:FireFox by Compuser · · Score: 4, Informative

      That extension is a bit lacking. It would be nice
      if it offered preview mode: e.g. hover over the
      button and it shows a preview of what would be there.
      As it is, it is hard to tell navigation flash from
      ads.

    6. Re:FireFox by Apreche · · Score: 3, Interesting

      adblock is cool. But for firefox there is a way to better block ads that I have found. If you modify your user-content.css you can make a stylesheet that prevents 99.9% of ads from rendering.

      http://www.texturizer.net/firefox/adblock.html

      There it is. Of course, this is a bad solution if you want to prevent ads from downloading. Since by using the user-content the ads still download, they just don't display. It's OK for me since my net connection is college quality.

      --
      The GeekNights podcast is going strong. Listen!
    7. Re:FireFox by CaptBubba · · Score: 5, Informative

      Use adblock instead. just put in wildcard strings such as "ads.*" "*doubleclick*" "*fastclick*" "*burstnet*", and more, and you will block all of the ad shit (including flash) coming from their servers. What good is a javascript mouseover if the script can't download the ad in the first place?

    8. Re:FireFox by It'sYerMam · · Score: 3, Informative
      There was a tweak for your user preferences listed on the site (along with some other useful tweaks) That blocked banner ads by preventing adserving pages displaying images.
      It's very effective, although doesn't prevent ads being downloaded.

      It's rather amusing, seeing something that says "advertisement: " and then... nothing.
      Once again, "FIREFOX >> YOU," adservomg piece of trash.

      --
      im in ur .sig, writin ur memes.
    9. Re:FireFox by effex100 · · Score: 4, Interesting

      Him: "So does that mean you'll move back to Internet Explorer from Firefox since that was your main reason for switching?"

      I switched to Firefox about a month ago, after I picked up a google browser hijack I coulden't get rid of, because it didn't support active X and VBscript the perferred methods of something like 80% of all unauthorized spyware/adware downloads.

      The popup blocker was just a really nice extra bonus. When using IE w/ the Google Toolbar there were a few popups that got by now and then, but so far Firefox has been impervious. I am very happy with it.

      --
      SMOKE... are ya smokin yet?
    10. Re:FireFox by October_30th · · Score: 2, Insightful
      You can block anything using regular expressions!

      Which would be great if there would be some way for us humans to actually learn regexps...

      --
      The owls are not what they seem
    11. Re:FireFox by xandroid · · Score: 4, Informative

      I fucking love Adblock. Even better, its filtering mechanism supports regexps, so with only eight filters I see less than one ad a week. The next version will include the Flash Click to View behavior, and won't download content that matches a filter so you save your bandwidth.

      --
      $ echo "ceci n'est pas une pipe" | sed -Ee 's/(eci n|pas )//g'
    12. Re:FireFox by Compuser · · Score: 2, Insightful

      1. I do use Adblock and have spent a lot of time
      tuning filtering.

      2. Adblock does not block flash, though you can
      disable javascript that would load flash.

      3. If you want to disable flash based on its content
      then Adblock is useless. Ideally, you'd have an AI
      engine analyzing the flash code and deciding if it
      has a valid reason to be displayed. For now, YOU have
      to be the AI engine.

      4. If you were to decide what flash to allow it
      would be nice to have an easy way to diable flash
      after it is activated or to have a preview mode.
      Otherwise you click on a sucker and get a pageful
      of crap. Wouldn't it be nicer if you knew in advance
      whether to click to view.

    13. Re:FireFox by jwdb · · Score: 3, Interesting

      I've always perferred a much simpler method to avoid those flash ads - don't install flash for mozilla. Very few of the sites I visit require flash, and if I really want to see a particular animation, I'll simply fire up IE for a few minutes.

      Haven't seen a popup in ages (except in IE of course).

      Jw

    14. Re:FireFox by pipingguy · · Score: 2, Insightful


      it is hard to tell navigation flash from ads.

      Yeah, and it's pretty amazing/annoying how many sites that do use Flash for navigation don't at least have a plain HTML index or site map page.

    15. Re:FireFox by GbrDead · · Score: 4, Interesting

      if there would be some way for us humans to actually learn regexps...

      Well, according to Chomsky's hierarchy, regular expressions are equivalent to the simplest possible languages (automatic ones). Human languages are context-dependent, i.e. two levels more complex! I suppose you get my point :-)

      BTW, programming languages are (usually) context-independent, i.e. right in the middle of regular expressions and natural languages. Therefore, every kid at the age of 2 should be able to learn programming really easy :-)

    16. Re:FireFox by janbjurstrom · · Score: 2, Informative

      Oh, but there is, Sir. Mastering no less, in a new-ish (2nd Edition, July 2002) edition. It is good, it is just. :)

      --
      668.5
    17. Re:FireFox by SmilingBoy · · Score: 5, Informative
      I use these regexps, in case anyone is interested. I'll have a look at yours as well.

      [Adblock]
      googlesyndication
      us.yimg.com/a/
      /\/b uy_assets\//
      /[\W\d_](top|bottom|left|right|)?ban ner(s|id=|\d|_)[\W\d]/
      /[\W\d](double|fast)click[ \W\d]/
      /[\W\d]click(stream|thrutraffic|thru|xchan ge)[\W\d]/
      /[\W\d]value(stream|xchange|click)[\W\ d]/
      /[\W\d]dime(xchange|click)[\W\d]/
      /[\W\d](on lineads?|ad(banner|click|-?flow|frame|ima?g(es?)?| _id|js|log|serv(er|e)?|stream|_string|s|trix|type| vertisements?|v|vert|xchange)?)[\W\d]/
      /(hot|spy) log/
      /[\W_](b(an|nr)s?|jump|redir(ect|s)?|stat)[\ W_]/
      /\W(cy|r)?c(ou)?nt(er|ed)?\W/
      /p(artner|ing \.cgi|romotion)/
      reklama
      /sp(onsor|ymagic)/
      /to p(100|cto)/

    18. Re:FireFox by Anonymous Coward · · Score: 3, Funny

      with only eight filters I see less than one ad a week.

      Pffft. With only ONE filter /(*)/, I never see an ad!

      Hey, slashdot doesn't seem to have any articles today. Must be a slow news day.

    19. Re:FireFox by effex100 · · Score: 4, Interesting

      What's a ``google browser hijack''?

      Yes, thats what I mean. Whenever I would go to google and search for whatever, the resulting page would look almost exactly like Google but was full of crap paid listings instead of the real ones. Oddly enough the address still said www.google.com and if I clicked next at the bottom to go to the next page it would go to the real Google results.

      So it was a browser hijack that effected google.

      --
      SMOKE... are ya smokin yet?
    20. Re:FireFox by slugo3 · · Score: 3, Informative

      I saw this one on a clients computer once. adaware and spybot didnt get rid of it but CWshreder did.

    21. Re:FireFox by Nimey · · Score: 3, Informative
      Adblock does not block flash
      I beg to differ. Just put "*.swf" in the elements-to-be-blocked list.
      --
      Hail Eris, full of mischief...

      E pluribus sanguinem
    22. Re:FireFox by festers · · Score: 4, Informative

      Adblock does block flash, it puts a little tab on the flash display labelled "adblock" and if you want it blocked you just click the tab. And there's also the "Flash Overlay" option" if you prefer that. You must be using a totally different extension, because my adblock keeps me totally flash-ad free.

      --


      -------
      "Every artist is a cannibal, every poet is a thief."
    23. Re:FireFox by anethema · · Score: 2, Informative

      I dont get what you're talking about. You can block flash files just as easily as html/jpg file...by any regexp or blob match.

      *.website.com/*.swf would block all flash from *.website.com.

      There is nothing different about blocking flash and blocking html frames or images.

      You dont have a tab letting you play flash because its an ad filter, not some interactive flash player. Dont block something unless you dont want to see it.

      --


      It's easier to fight for one's principles than to live up to them.
  2. The wonderful program that is Proxomitron. by DrEldarion · · Score: 5, Informative

    If the code is on the page, The Proxomitron can kill it. I haven't seen a pop-up that has been able to get past it yet, and even if one did, I could just make a new filter to kill all pop-ups of that sort.

    It also blocks other ads, background midis, flash animations, and all sorts of other annoyances in addition to adding functionality to other sites if you're clever enough to write some nice regular expressions and HTML code.

    Wonderful little program.

    1. Re:The wonderful program that is Proxomitron. by HBI · · Score: 2, Insightful

      I don't understand why you would run a third party addon to IE rather than just using something like Mozilla.

      I mean, the government is this way, but they are 3 years late to every party.

      --
      HBI's Law: Frequency of calling others Nazis is directly correlated with the likelihood of the accuser being Communist.
    2. Re:The wonderful program that is Proxomitron. by DrEldarion · · Score: 2, Informative

      It's not actually an addition to IE, it's a stanadlone program that all browser traffic goes through. Think of it as a software proxy server.

      And I use IE because I like it the best. I'm not trying to get into a browser argument here, but I've tried the alternatives and like IE better than them.

    3. Re:The wonderful program that is Proxomitron. by linuxci · · Score: 2, Informative

      How long ago was it since you tired an alternative? If it was an old Mozilla release then you're behind the times, Mozilla is much improved now, and Firefox is similar to IE in many ways and better in others that most IE users I know got to grips easily with it.

      Perhaps your best bet is to give the alternatives a try again when Firefox 1.0 comes out. The forthcoming 0.9 will be brilliant, but there's some new features in there (including seamless profile migration from IE, Netscape and Opera) and the new features may need some more testimg.

    4. Re:The wonderful program that is Proxomitron. by maur · · Score: 4, Informative

      Proxomitron isn't an 'addon' to Internet Explorer. Rather, it can be integrated into any web-enabled program that supports an HTTP proxy server, by default localhost:8080. I'm currently using Proxomitron to filter HTML content in Opera 7.5, Thunderbird and GetRight.

      For example, one replace I have running in Proxomitron changes links on thumbnail galleries so that the point to the full image, rather than a page framing the image. This works transparently in Opera, Firefox and Internet Explorer.

      Here is the replace I use for Google Image Search. The \1 represents the content being copied from the Matching expression to the Replacement expression.

      Name = "Google Images - Direct Image Links"
      Active = TRUE
      Multi = TRUE
      URL = "*.google.*"
      Limit = 512
      Match = "<a href=/imgres\?imgurl=\1\&*><img src="
      Replace = "<a href="http://\1"><img src="

    5. Re:The wonderful program that is Proxomitron. by BigFire · · Score: 2, Informative

      Simple. I use the same laptop between home and work. The Proxomitron serves as a simple proxy switcher that changes settings for both of my browser at once, though I don't use IE unless I'm required to.

  3. Can't they see it won't work? by MoonBuggy · · Score: 4, Insightful

    If a user has specifically installed software in order not to see popups, why do advertisers think they will be inclined to click them if they do somehow get through?

    It's aiming at the wrong targets - how many Firefox users will click a X10 camera ad just because it evaded their filter? I'd say alot more will simply take the address and add it to their hosts file pointing at 127.0.0.1 to stop the popup from returning. It's like putting MS ads on Slashdot - how many users will click compared to all those that chuckle at MS's wasted money on putting the ad there.

    1. Re:Can't they see it won't work? by Anonymous Coward · · Score: 5, Informative

      ... and add it to their hosts file pointing at 127.0.0.1 ...

      I don't get this.

      Why does everyone advocate pointing these to 127.0.0.1?

      127.0.0.1 is your local machine. It's not some magic blackhole address. Using 127.0.0.1 really messes you up if you happen to be running a web server on your machine (doing web development, say). It's bad advice.

      It's so much easier to point them to 0.0.0.0. That works just as well in the hosts file, and since it's an invalid IP address, attempting to open a socket returns immediately with failure. No need to bounce the requests off your local machine, and your web browser instantly blocks images, pages, etc. from those domains.

    2. Re:Can't they see it won't work? by h4rm0ny · · Score: 5, Insightful


      I agree that it's stupid. I will actively avoid buying products where their adverts have annoyed me; but I think the logic is supposed to be as follows:

      The target of the ad does not actively think "Wow - I really need that" but instead, when going to buy a product of that nature, they will go for the one that they've been exposed to the most. They don't buy the no-name deoderant, they buy the one with all the ads, etc, etc. I can tell you from experience in the food industry that often the difference between several products is just the labelling (and the price ;)

      The other explanation for it is the way that the businesses work. In the larger companies, advertising departments can have a lot of influence. They also have to justify themselves. I think there is a tendancy to view the public as a mindless force susceptible to their advertising. If they see that a lot of people are browsing the web rather than watching TV or reading magazines, then panic sets in - "Oh my $DEITY, we're not getting the coverage we were before. We must get it back."

      I think it's this latter panic that is really the source of such bone-headed and irritating advertising.

      --

      Aide-toi, le Ciel t'aidera - Jeanne D'Arc.
    3. Re:Can't they see it won't work? by Squareball · · Score: 2, Funny

      You're right, some of us are M$ hating MAC Zealots! haha ;)

    4. Re:Can't they see it won't work? by Mycroft_VIII · · Score: 4, Informative

      Food isn't the only product where lable and price are the only differences. I'm shure most slashdotters are aware how many tech items, such as cd-roms and dvd players are just rebadged.
      I can also verify from personal experience that most charcoal is the same, when I briefly worked at factory packaging charcoal all we did was switch bags when we had enough of brand-x for that days order.
      Most 'house' brands of anything are of course re-badged as well.
      A clever tip I learned a while back about comsumer electronics. If it's got a fcc id number you can look it up on thier (fcc's) website to see who really makes it. They only isue one number per device no matter how many people change the plastic and re-sell it.

      Mycroft

      --
      https://signup.leagueoflegends.com/?ref=4c3ed6600b6ea
    5. Re:Can't they see it won't work? by linuxci · · Score: 2, Insightful

      I always click on them and if they offer me some free info in the post I go for it.

      For these reasons:
      1) A higher clickthrough means the marketing people see more success and continue to fund slashdot by advertising there - Linux websites could soon be self sustaining because of MS ;)

      2) It's good to see what MS are saying about Linux - it means we're better prepared to counter their FUD and also helps us think of areas where Linux is in need of improvement.

      3) If the ad is pay per clickthrough then the ads will run out of circulation quicker and therefore those who are more likely to belive the FUD are less likely to see it - unless MS spend a lot more money!

      We can then think of objective responses to all MS's points and can explain to our bosses or clients why MS isn't always the answer (sometimes it is the right tool for the job - usually on the desktop, but I think MS trying to crush Linux with marketing dollars is somewhat immoral - of course crushing free software will be an almost impossible task)

    6. Re:Can't they see it won't work? by DrEldarion · · Score: 2, Insightful

      Not necessarily. I'm sure there are thousands of people out there who dowloaded the Google toolbar just because they thought the search box was neat and didn't even know that it blocks popups.

      Then there are the weak-willed people who know they have a problem buying things and got a pop-up blocker so they're not tempted.

    7. Re:Can't they see it won't work? by value_added · · Score: 2, Funny

      "If a user has specifically installed software in order not to see popups, why do advertisers think they will be inclined to click them if they do somehow get through?"

      Any door-to-door salesman would tell you the folks with "No Salesman" signs on their front doors are almost always the easiest to sell.

  4. Marketing has no logic by Anonymous Coward · · Score: 2, Insightful

    And this is good for advertising how?

    If you are using a pop-up blocker, then you clearly ARE NOT going to appreciate the advertising and the money spent to bring it to you is completely worthless.

    Another inane act from marketers.

    1. Re:Marketing has no logic by MrMr · · Score: 2

      Don't underestimate marketeers; they have managed to sell themselves quite admirably.
      There is no advertisement campaign as successful as the slogan 'advertising works', even to absurd levels. I've met corporate ad-buyers who admit they personally hate the advertisements, that everybody they know hates them. Yet they still have an unshakeable belief that Advertising Works.

  5. Yes, how nice by Anonymous Coward · · Score: 3, Insightful

    If there is one thing that will make me leap from my chair and purchase your product it is annoying me with a popup. I'll be doubly interested if you specifically try to circumvent my implicit wish not to be disturbed by your adverts. Oh yes, you'll be sure to make me a customer for life.

    This post sponsored by the Sarcasm for Life initiative

  6. Popup? by Rick+Zeman · · Score: 2, Interesting

    What's a popup? Between Safari on my Mac and Mozilla on Win/Linux, I can't remember the last time that I saw a non-user initiated popup.

    Any workarounds the ad companies have found must be for the way the google toolbar works, not any of the above programs and their methodologies for blocking popups.

    Since I don't use IE and that toolbar at all, I don't care!

    1. Re:Popup? by SmilingBoy · · Score: 2, Informative

      What is supposed to happen? I just see a page with blinking smilies. Mozilla Firefox 0.8 doesn't crash and doesn't open any new windows or tabs. I could just close the tab and was back at /.

  7. Google != all popup blockers by SuperBanana · · Score: 4, Interesting

    So let's get this straight- one "photographer from the UK" installed Google popup blocker, and then it stopped working(probably, if anything, because her machine got infected with spyware/adware). What about Mozilla's blocking functionality? Opera? Safari? Oops, that'd be asking too much of our dear news.com.com.com.com.com reporter(and folks- remember why they use "news.com.com"; so their tracking cookies work across all their sites).

    I use Safari's popup blocking setting and it works fantastically. All of the time. Since the day I started using Safari- ie, the day it was publicly beta'd.

    What I really want, however, is a "turn off flash" quick menu item, same for animated gifs; Opera had that, and it was great. Disabling all plugins actually works pretty well too, and kills off many rather annoying ads.

    1. Re:Google != all popup blockers by qengho · · Score: 4, Informative


      What I really want, however, is a "turn off flash" quick menu item, same for animated gifs

      Get PithHelmet, a great little ad blocker for Safari. Supresses most Flash crap, and you can limit animated gifs to a single run. The web is a much calmer place with PithHelmet installed.

  8. Don't worry... by Kjella · · Score: 2, Insightful

    ...pop-ups are dying. More and more people are blocking pop-ups altogether. If it doesn't work right without them, your site is "broken". Less and less legitimate sites use pop-ups. It'll be many more still when IE finally gets it.

    Kjella

    --
    Live today, because you never know what tomorrow brings
    1. Re:Don't worry... by Reckless+Visionary · · Score: 2, Insightful

      The exact opposite is true. While more and more people are getting popup blocking software, the number of popups served is still increasing. The value to advertisers of popups is still very high compared to banner ads. Read the article, it's good, you might learn something.

      --
      I think I'll stop here.
    2. Re:Don't worry... by k8to · · Score: 2, Insightful

      I think the point Kjella was making is that web "developers" are aware of the phenomenon, and that their sites will frequently fail when they use openwin() in their code. Thus, legitimate use of web sites opening new windows is on the wane, and the reasonability of simply disabling all pop-ups is on the rise.

      This makes it much easier for the individuals (not consumers) of the world to block all pop-ups without much loss, and makes it harder for the advertisers to find wiggle-room.

      --
      -josh
  9. Shh! by dj245 · · Score: 3, Funny
    In January, Paul Haigh downloaded Google's toolbar to dispel annoying pop-up ads. By March, they were back.


    Silence! Google can do no evil.

    --
    Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
  10. Examples of some sneakier popup methods by IvyMike · · Score: 5, Informative

    Click here to see some sneakier popup methods. Some even get around firefox popup blocking, although I'm certain that once they become popular, the army of mozilla hackers will find a way to block them.

    1. Re:Examples of some sneakier popup methods by UfoZ · · Score: 2, Informative

      Using Netcaptor (internet explorer wrapper) based on XPSP2-IE6 here. Both have some popup blocking features.

      None of the popups from this test page got through (except of course those that required me to click, but quite frankly, I'd be pissed if buttons/links that intentionally open new windows couldn't do that...)

      On the other hand, sometimes popups DO get through, so badly that they might break out of NetCaptor's tabs and use a separate window (!) or somehow screw up and take the whole browser with them (very annoying because I lose my whole browsing session). I don't quite understand how it's possible since the tabbed browser wrapper is supposed to open all opened popups in tabs (and it does that correctly, 99% of the time...)

      As for firefox, I haven't seen a single popup while using it.

  11. Good Try Advertisers... by Anonymous Coward · · Score: 4, Funny

    But I use Links!

  12. P2P solution by Anonymous Coward · · Score: 4, Interesting

    It is probably time to apply spam-blocking techniques to popup ads.

    The article talks about how Javascript mouseover commands are being used to launch popup windows in a "user-prompted" fashion, thereby defeating Google's and other vendors' popup blockers that rely on detecting non-requested popups.

    So, what is needed is a browser plugin that communicates with a central server. As a user of this plugin, when I encounter a popup ad or a Flash ad, I simply close it manually with ctrl-click or something similar, and the plugin reports the Javascript command that originally launched the ad to the server. Whenever any Web page tries to spawn a new window, the plugin checks with the server to see if the page and Javascript line in question is trying to spawn an ad. A plurality of "yes" votes -- ctrl-clicks from users like me who visited the page earlier -- would cause the plugin to suppress the unwanted window or Flash feature.

    You would need a voting system to prevent abuse of the system by people reporting legitimately-requeted popups. Dynamically-composed pages would be another problem, but perhaps the domain-specific nature of ads would be sufficient to detect unwanted popups. (Even simple rules like "Never close windows spawned by mbnanetaccess.com; always close windows spawned by forbes.com" would be a big step ahead of the current state of the art in popup-blocking).

  13. How about attacking these ads with false positives by LordZardoz · · Score: 4, Interesting

    The ad's cost X per click for the twit paying for them. The rate is based on the amount of legitimate click throughs for the site.

    How hard would it be to create a browser plugin that will hide the ads, but still 'click' on them? If the the number of such plugins in use became prevalent enough, then the advertisers would be charged more money, since their accounts show more click throughs. But since these are false positives, the increase in sales associated with those click throughs would not materialize.

    Once this hits a critical mass, all such ads will become useless, nothing more then costly traffic that drains dramatically more revenue then it creates.

    You wont get rats to stop trying to eat your food by hiding it. They just look harder for it because they know its still there. But if you can poison the food, they will die painfully.

    END COMMUNICATION

  14. I don't get it. by CosmeticLobotamy · · Score: 3, Insightful

    Why does anyone leave Javascript on? Its main feature is the ability to have pop-ups thrown at you, and its other features are about as useless and annoying.

    But people insist on requiring it to use their buttons on their sites sometimes, so instead of putting so much effort into detecting when a pop-up is coming, I'd much prefer it if there was an easy way to turn scripting on or off. Like a tiny toolbar with two little radio buttons.

    Anybody know off the top of their heads if that's do-able without waiting for Microsoft to do it?

    1. Re:I don't get it. by realdpk · · Score: 4, Informative

      There's a way in Mozilla. "PrefBar". It also has a button that will kill any active flash running on the page. Plus, you can easily disable colors and images (also checkboxes) for easy printing.

  15. Can't Stop Tech by abscondment · · Score: 5, Insightful

    You cannot stop technologies. What we do is we adapt to the changing technologies (and advertising environment) and continue to operate the business successfully.

    That knife cuts both ways. You'll keep developing new ways to serve adds, and we'll keep blocking them.

    I do think, however, that there are more people who dislike popups than who benefit from their continuing as a viable marketing option.

    Advantage: Us.

  16. Is it just me... by Ikn · · Score: 2, Insightful

    Or does the whole pop-up/spam phenemenon remind anyone else, at least in it's probable lifespan, as just another tech fad? It's becoming a large issue because of its annoyance value, but as many people are saying, it's dying out...almost all major browsers have or will soon have (IE in SP 2 I believe) blockers, which will adapt just as quickly as the people creating the ads in the first place--and mail most mail servers and programs already handle spam (for the most part) extremely well, and will only get better at what they do.
    If you're in the field of creating all this glut, I'd suggest a career change; not simply because I think you should rot in all 7 layers of hell for making computer harder on my mother than it already was, but because you'll soon be out of a job.

    --
    I know nothing
  17. Wrong audience by I+kan+Spl · · Score: 2, Insightful

    Contrary to popular belief, these ADs are not targeted at the ./ community, or anyone in general who can figure out the workings of computers. These ADs are targeted at Joe Normal who had his techie buddy build him a computer. Every built a computer for someone with Windows on it? Did you put Adaware, or a pop-up blocker on it? Do you think the person you built it for knows what these things do, or even that they are there at all? Those are the people these ADs are targeted at, as those people actually might click on an AD and buy something as opposed to all of us who just update our AD blocking program of choice.

    --
    My UID is prime and so is this number: 09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0.
  18. Security issue by xyote · · Score: 2, Interesting

    People keep adding nifty new features to browsers without thinking through the security implications. Any unwanted behavior is a security issue.

  19. cue the pimpers... by dj245 · · Score: 3, Interesting
    Cue the people who will at this time reccomend X browser or Y popup blocker. Personally I think that in the grand scheme of things, any browser with built in popup blocking ought to work far better than say, a proxy addon, or an IE hack. Rarely do the third party developers have the source code to develop their software, and that is why a lot of them don't work well. Plus some of them look for popup 'signitures' (which change over time greatly) instead of just blocking all unwanted ones like the browsers that have it built in (Opera, Firefox, etc.)

    The best solution is a browser that has built in popup support, not a lame IE hack of some kind. The worst solution is popup signitures which tend to change over time as companies try to break popup blockers which rely on signitures.

    --
    Even those who arrange and design shrubberies are under considerable economic stress at this period in history.
  20. I use a mac... by wingedcorset · · Score: 2, Interesting

    ...with Safari both at home and at work/school. I quite honestly forgot that popups exist.

  21. IE will block pop-ups? by The+Ape+With+No+Name · · Score: 2, Interesting

    Well, this is good to see, but I can't help but think that there is some marketing angle for MS behind it. Bumfuzzling. But then again, why would they offer pop-up blocking, but be so adamant against tabbed browsing? One is imitative of a supposed rival (Google not Mozilla/Safari/Firefox) so why not the other? I hate to ape /. canon, but tabbed browsing is the shiznit.

    --
    Comparing it to Windows will be a moot point, since El Dorado is going to have a 40% larger code base than XP.
  22. Fear the worst by mpcooke3 · · Score: 5, Informative

    I develop a contextual/live feed advertising system (yes flame me if you wish) and we have one guy who attends IAB (Internet Advertising Bureau) events here in the UK, so I get to hear about all the "latest and greatest" advertising formats.

    In response to the adblocking technology several new ad formats are being approved for general usage and they all suck.Basically the new ad formats are much much bigger than the current sizes. I can't remember what sizes they were but I was crying when I was told. (bad luck 800x600 users)

    Other "great" news from the cutting edge of advertising is that more full movie streaming ads will become popular (obviously with advertisers not with users)

    And worst of all what are currently blockable popup ads will be replaced with Flash overlays that fly around screen.

    Apparently the IAB did an expensive study in the states into what normal users thought of all these new ad formats (pop-ups, pop-unders, flash overlays, dhtml etc,) And the result was that most users call all annoying ads "pop-ups" and they really hate them. Well duh, I'm not sure what the point of *that* study was for.

    On the plus side I remember hearing that IAB guidlines will recommend all flash overlays have a close button.

    So in general the whole state of affairs depresses me ALOT. I don't think the IAB/advertisers have even got Avalon on their radar yet, but I imagine Avalon ads will enable a whole new generation of annoying ads.

    For normal users this will all suck, but most of the ads probably won't work on a standard debian install so /.ers don't have too much to worry about.

    1. Re:Fear the worst by bnenning · · Score: 2, Interesting

      Other "great" news from the cutting edge of advertising is that more full movie streaming ads will become popular (obviously with advertisers not with users) And worst of all what are currently blockable popup ads will be replaced with Flash overlays that fly around screen.

      All of these sound trivial to block. IE probably won't be updated to deal with them for years, if ever, but I forsee no problems for Firefox and Camino, and probably Safari.

      For normal users this will all suck, but most of the ads probably won't work on a standard debian install so /.ers don't have too much to worry about.

      Exactly. I've stopped caring about complaints from IE users who refuse to consider alternatives. It's like buying an SUV and then whining about gas prices.

      --
      How to solve most of our problems: 1.Lots of nuclear plants. 2.Cure aging.
  23. Re:popups? by Radish03 · · Score: 4, Interesting

    Are those really a problem for people?

    Most definitely. My girlfriend and I recently got back from college, and I'm astounded what's happened to her family's computer. I haven't gotten over there to fix it yet (was planning to today actually), but she ran a virus scan and found 91 viruses, mostly adware (Hasn't actually scanned for adware yet). She can't use internet explorer because just opening it fills the screen with popups.

    I guess this is what happens when two parrents and a fifteen year old who aren't at all tech savy are left with a computer for 9 months.

  24. The really subtle ads use DHTML by Anonymous Coward · · Score: 3, Interesting

    By using overlays & stylesheets you can float an ad on top of a regular web page.

    And since mozilla is one of the few standards-complant browsers that allow you to do overlays properly, you can get these ads. If the DHTML serves the ad from the same site as the webhost, it is much, much harder to block.

  25. Weird... by lukewarmfusion · · Score: 2, Informative

    Some of my web applications use pop-ups (never for ads, though). Not a single one of them gets blocked by the Google toolbar pop-up blocker. Since some of those pop-ups are necessary for running the app, I was glad to discover this. But I've always wondered why that is.

    1. Re:Weird... by wkitchen · · Score: 2, Informative

      Are your popups opened automatically by onload or onunload, or are they opened by clicking or mousing over something? Popup blockers usually block the former (unrequested popups), but not the latter.

  26. No annoying popups with tabs by solicit · · Score: 5, Informative

    Popups are irritating because they, well, pop up, when you least expect it, where you least expect it, and have to spend time and nerves closing it. But when you use tabbed browsing and set new windows to open up as new tabs, this problem is gone. It is when I use a browser without tabs for some time and notice those ugly popups that I think - why don't I ever notice any popups? And this is because when an ad appears in some tab, I just click where the X that closes the tab usually is and get it over with.

  27. Parasites by wkitchen · · Score: 4, Insightful

    Marketers are increasingly becoming for the internet what ticks are to a dog.

    Around 1996 or so, a friend was lamenting the increasing commercialization of the Internet. I remember thinking that he was maybe overreacting a bit, and that the trend was maybe even a good thing since it didn't take away any of the other uses of the net, but just added to it. And at the time, it was in fact quite benign, and often even positive. But now, spammers and web marketers are abusing and undeniably damaging the medium. When users have to criple features to stem the deluge of marketing, those features are rendered unviable for desireable uses as well. It isn't benign at all anymore. The cancer of Internet commercialization is now malignant.

    1. Re:Parasites by Anonymous Coward · · Score: 2, Funny

      You heard it here first, folks. Pop-ups and spam cause cancer!

  28. Argh!! by daft_one · · Score: 2, Funny

    Mod parent -1 FREELOADER!

  29. Yes, very insightful by theantix · · Score: 2, Insightful

    It's like putting MS ads on Slashdot - how many users will click compared to all those that chuckle at MS's wasted money on putting the ad there.

    You seem to assume that all or even most slashdot readers are clueful about linux. But even the most casual glance at the comments, even the highly rated ones, should show you that many/most of the posters here are indeed regular Windows users. They might be more aware of some of the benefits of using Linux or other FLOSS but they haven't bought into the full package. Microsoft is wise to attempt to FUDify them before they actually make the switch to another OS.

    --
    501 Not Implemented
  30. All the evil ones blocked by Safari and Camino by wirelessbuzzers · · Score: 2, Interesting

    Safari and Camino block all these popups except the ones that happen when you click on a link. This kind is about the closest you can come to legitimate. So, I would say they passed. I would assume that Camino and Firefox use the same engine for this, as they're both based on Mozilla, but I could be wrong there.

    --
    I hereby place the above post in the public domain.
  31. Re:Ditch IE? by aldoman · · Score: 4, Informative

    0.9 is going to stop all of the FF spyware in it's tracks. A new website, update.mozilla.org will sign all new extensions and themes. If you then stumble across a .xpi file on the internet, if it does not verify with update.mozilla.org then it is simply blocked. However, apparently they will let you lower your security rating (high is the default though so newbies will not see this stuff) and then it will install ok.

    But, smartupdate which will automatically update your browser, extensions and themes is going to be a great feature in 0.9 and will hopefully pull a few more IE users over.

  32. Re: not "her" by Rev.+Rudolf · · Score: 2, Interesting

    > because her machine got infected

    Is this one of those dumb uses of "her" in an attempt to not offend people easily offended by the use of "his"? If so, "their" is a perfectly good gender-neutral word.

    Or of course, since the person's name was given as "Paul Haigh", I expect "his" would have been a better choice.

  33. Just be smart about how you browse by gum2me · · Score: 3, Interesting
    There are only a couple of sites I visit on regular occassions. Firefox + Privoxy have done wonders for blocking pop-ups and the likes.

    I get most angry when i visit a friend's home, and they complain about the incessant pop-ups. Usually, they have gotten adware on their computer.

    The sad thing is, they're usually ignorant of how it happened. I remember, two weeks ago, my buddy was using my computer, and i told him "Use Firefox" and he was like "No, I like IE." I went to pick up a friend, and by the time i got back, there was already some Claria powered program installed on my computer. He swore up and down he didn't install anything, but it didnt matter, i had to run Ad-Aware and SpyBot (Search and Destroy) to get rid of all the crap that had got installed in less than an hour.

    Now, when i fix my friends's computers, i put Firefox and Privoxy on their computers. They don't bitch to me anymore about pop-ups.

    gum2me?

  34. Simple pop-up blockers don't cut it by retro128 · · Score: 4, Informative

    The problem I've had with a few popup blockers is that they are not particularly intelligent. Some of them can't even tell the difference between a popup and when you create a new instance of your browser. Beating advertisers requires intelligent filtering at the HTTP stream level, and I've found that the Proxomitron is an excellent proxy that does this. Unfortunately, the writer burned out and it's no longer supported. As such, I've heard really good things about Provoxy, but I can't make a recommendation since I've never used it.

    As far as Proxomitron goes, it makes my surfing much more pleasurable. Annoying Flash ads that pop up and make noise and block what you're reading? Gone. Pop-up mouse traps? I laugh in their face. Sidebar/banner ads? What are those? Sometimes, however, the Proxomitron DOES munge some sites due to its filtering, but all you have to do is double click its taskbar icon, punch the "Bypass" button, and reload your browser. A small price to pay compared to punching your monitor in because an ad just took over your browser.

    For fighting spam, popups and malware in general, I find Cexx to be a good site. They have a decent list of anti spyware/adware apps, and lenghthy and informative analyses of the various spyware running around.

    --
    -R
  35. Opera by dacarr · · Score: 3, Informative
    You know, Opera has an option where it just doesn't allow a window to open until you tell it to. So unwanted popups just don't open.

    I'm surprised that they haven't figured this out.

    --
    This sig no verb.
  36. Re:Mozilla AND Proximitron by Too+Much+Noise · · Score: 2, Informative

    and it allows me to use IE on those #$#!% sites that I need to vistit but require IE.

    Unless using an IE-only 'feature' (like ActiveX) is a requirement for that site, change the user agent string in Mozilla and it should work (most of the times, at least). The user agent switching extension is handy for that ^_^

  37. Pop-ups generate fear, which drives action. by xplenumx · · Score: 2, Insightful
    You're thinking like a slashdotter. Forget everything you know about computers and you'll still be ahead of the general population.

    I've installed pop-up blockers on all of the computers in our laboratory as well as the other labs on our floor. Thanks to an advertisement that managed to slip through, just last week I had a tech. come to me all paniced that there may be porn stored on her computer. She was very aware that her computer had a pop-up stopper.

    I'm constantly amazed by how some of the same people who complain about pop-up and how no one ever pays attention to them, gunk up their computer by downloading pop-up suggested crap.

    I find most of the pop-ups target computer illiterate individuals - "Your time may be wrong!", "Protect your computer NOW!!", "There may be porn stored on your computer!". You, my slashdotting friends, are not the target audience.

  38. Floater ads by Sebby · · Score: 4, Insightful
    They can use floater ads all they want, but if it covers up content of the site, then this tells me they don't care about their content. If they don't care about their content, then the site is useless to me.

    Besides, a lot of floaters only work on IE. I'm mostly safe w/ Sarafi or Mozilla.

    --

    AC comments get piped to /dev/null
  39. We need some new rules enforced in the browser by Animats · · Score: 5, Insightful
    In addition to popup blocking, we need some better handling of popup windows in browsers:
    • Windows opened from scripting are treated as children of the parent window. When the parent window closes, so must the child window. When the parent window is moved to the back or minimized, the child windows must do the same. (You can still minimize or dismiss the child window, of course.)
    • Windows opened by scripting should retain some visual association with the parent window. They should overlap it at least slightly, unless the user moves the window.
    • Windows opened by scripting have a user-settable maximum size. Anything bigger than this comes up with scroll bars.
    • Flash animations must be closeable and blockable. Flash, and all other "controls", should run in a jail, permitted to talk to the screen and the originating site only. There must be right-click menu options to kill any "control", whether it likes it or not.
    • All windows have close buttons.
    • No script can open more than one window per user click.
    We need to keep control of the browser GUI in the user's hands, no matter what the site tries to do.
  40. My new advertising scheme by erroneus · · Score: 4, Funny

    Since annoyance is clearly a working marketting tool (why else would Gilbert Gotfried still be popular on commercials?) and SPAM shows no signs of being slowed and clearly, as the article shows, pop-ups are getting increasingly more aggressive, I have decided to create my own more effective marketting technique.

    I plan to hire thousands of people to pass out hand-bills door-to-door. What? Not new? Oh yes it is... Studies show that prime-time for this activity is when people are home! So part of the plan is to knock on their doors during dinner time. Still not new? I'm not done... After they answer the door, he will push his way into your home and punch you in the face, change the channel on your TV to always come up to our commercials, change the speed dials on your phone while we are putting a bug in it so we know who you are calling, and then tape the handbill to your face with duct tape so you can't miss seeing it.

    We think that will be enough to make people want to buy our stuff...

  41. Not the Answer by GISGEOLOGYGEEK · · Score: 2, Insightful

    I have read many posts on this thread saying we can end the problem just by disabling this or that in the browser.

    Ya know what? we could increase fuel efficiency in cars greatly if we just disable the engine!

    Get the point?

    - There are lots of ligitamate and good uses for flash, javascript, java, css, and so on.

    Would the ones that promote disabling features really want to go back to the crappy featureless, tool-less, mostly text internet that we had only 7 or 8 years ago?

    --
    George Bush + Linux = "I will not let information get in the way of the fight against Windows"
    1. Re:Not the Answer by Lochin+Rabbar · · Score: 4, Funny

      Would the ones that promote disabling features really want to go back to the crappy featureless, tool-less, mostly text internet that we had only 7 or 8 years ago?

      Yes please!

  42. RFC 3330 says...... by Anonymous Coward · · Score: 3, Informative



    2. Global and Other Specialized Address Blocks

    0.0.0.0/8 - Addresses in this block refer to source hosts on "this"
    network. Address 0.0.0.0/32 may be used as a source address for this
    host on this network; other addresses within 0.0.0.0/8 may be used to
    refer to specified hosts on this network [RFC1700, page 4].

    http://www.faqs.org/rfcs/rfc3330.html

    enjoy

  43. NYtimes, Popular Science, and others by gad_zuki! · · Score: 2, Interesting

    I've seen firefox fail to block pop-ups at the NYTimes and at Popular Science on more than one occasion. Maybe it DHTML. Dunno.

    I don't use adblock, I maintain a hosts file with known ad servers so the stuff never loads in the first place.

  44. Its link farms on google that bug me the most... by Bazzargh · · Score: 2, Insightful

    Specifically:
    - experts exchange. I never want to see you guys, I want links to the developer's website + mail archives (this one I block by having my own customized html form for google with the extra options)
    - searching for a 'review' of any electronic product pops up screeds of reseller online catalogues, best price guides etc and never one fucking review. You have to add words which are likely to appear in a review, like 'sucks' and 'shiny' to find the real reviews.
    - searching for bands gives the same shit - catalogue style interfaces purporting to tell me everything I wanted to know about the band, but in reality its one of a bazillion holding pages.

    Can we install ad blockers on Google??!!

  45. Yes, but RFC 1700 says ... by Anonymous Coward · · Score: 3, Informative
    Address 0.0.0.0/32 may be used as a source address for this host on this network;

    Note the highlighted bit. 0.0.0.0/32 (the address we commonly call 0.0.0.0) can be used as a SOURCE address. That's quite different from being used as a DESTINATION address, which is what the entries in the hosts file will be used for in this case.

    You need to look at RFC 1700 page 4, which the bit of RFC 3330 you quoted refers to:
    (a) {0, 0}
    This host on this network. Can only be used as a source address (see note later).
    0.0.0.0 is specifically invalid as a destination address by RFC 1700.
  46. Ad Performance... by zokrath · · Score: 5, Insightful
    From the article:

    Click rates, or the number of times people click on an ad, could explain the growth of pop-up ads. Marketers say between 2 percent and 5 percent of the people who receive them will respond with a click. That compares with less than 0.35 percent for the most widely used ad on the Net today, static banners, according to an ad server report from DoubleClick.

    "Pop-unders still yield the best performance,"


    This probably has something to do with the fact that a large percentage of pop ups use deceptive techniques to get someone to click on them unwittingly.

    From 'System Needs to Update, click anywhere in this window to Update your system', to 'Your system is not secure, click anywhere in this window to secure your system', to "Error Xb3t10-2, click anywhere in this window to continue", to ads that simulate windows and have their own 'close' buttons that are just part of the ad graphics, (Even I have accidentally clicked on those a few times,) there are myriad different 'strategies' that advertiseers use to trick people into thinking that the pop up is not an ad, but an essential message from their computer machine that they should obey.

    Meanwhile, people have learned that 'click to win' banner ads generally aren't worth their time, and so they have stopped clicking on them as often as they used to.

    With the current batch of viruses growing larger and more dangerous, there will be more people that know they should be worried abotu viruses, ,but don't know what they should do about it. ANy official sounding windows that pop up will likely garner a click, even if they suspect it is an ad, 'just in case'. It doesn't cost them anything, that they can see.

    As to floaters and various flash ads, browser makers and macromedia need to take some responsibility and provide options to prevent that kind of crap. Going to a website and then having a floating ad with motion and sound that I cannot close, or an ad that floats over what I am trying to read, is quite irritating, and I will never purchase.

    For some companies that I normally buy from, I have sent letters explaining that their intrusive ads have caused me to lower my expenditures on their products. Generally I get back a canned response that places the blame on the advertising firm that made the ad. Apparently advertising firms are privateers now, that companies give payment and blessing to, and then take no respoinsibility for.
  47. Double-edged sword by dsrtegl · · Score: 2, Informative
    Unfortunately, with all of the advertisers using pop-ups and javascript, a bunch of people have turned this stuff off. Now, when writing a web application, I can't use these features to more closely mimic a desktop application. The result is more support calls when form validation doesn't work correctly, or I end up having to add additional validation after submit. The end result is that web apps that could work really well end up being kludgy because I have to take pop-up blocking and lack of javascript into account, then apps look so '1995'.


    That being said, Firefox and a good Adblock ruleset eliminates nearly 100% of these annoying things.


    Adblock

  48. Navigation by core+plexus · · Score: 2, Informative
    "Yeah, and it's pretty amazing/annoying how many sites that do use Flash for navigation don't at least have a plain HTML index or site map page."

    Remember back in the old days, when people did HTML by hand? If you used a button or java, you always put a link in case the nav thingy failed, or if people were surfing with images off, since they had a brand new 14.4 modem (I did-a screaming replacement for my 9600).

    Now I hear from people, mostly on dialup, (which is still very common), that this site or that site is so slow they never want to go there again. Maybe advertisers should know this, and stop trying to cram crap down peoples throat.

    I hate flash, and refuse to use or support it. If I go to a site that has flash only and won't provide an alternate (I never enabled flash in Moz), then I just go away.

    -cp-

    Online gaming company to pan for gold

  49. Get rid of the spyware... by JRHelgeson · · Score: 2, Informative

    If you get rid of the spyware, and use Google Popup blocker or XP SP2, you don't have any problems.

    In my experience, 99% of the popups comefrom spyware that is installed on the computer. If the software (spyware) is causing popups, google or any other blocker won't do jack.

    --
    Good security is based upon reality and common sense. Common sense is a function of having common knowledge.
  50. HTTP != "The Internet" by Halo- · · Score: 2, Insightful

    I know it's a nitpick, but "The Internet" is a lot bigger than just what you see in your browser. I agree that there are legitimate uses for javascript, css, and even flash. But all languages evolve. Just because a language goes from version 1 to version 2 doesn't mean it can only add bells and whistles, sometimes it's good to take away "features" which have proven themselves to be liabilities.

  51. Article plays games with the stats by FunWithHeadlines · · Score: 4, Interesting
    " Research shows the ads have only become more predominant since the rise of pop-up guards. In the last two years, the number of pop-ups and pop-unders delivered to Web users has more than tripled. They made up 6.4 percent of all online ads in April of this year, compared with 1.8 percent in the same period of 2002, according to data from researcher Nielsen NetRatings."

    That's not a very good way to look at the numbers. A better way is to point out the April 2003 numbers as well, Then you get a much better idea of the trend:

    2002: 1.8 percent
    2003: 6.0 percent
    2004: 6.4 percent

    The article says that the ads have tripled since the rise of the pop-up blockers, and while that's true, it is also true that the vast majority of that growth came before mid-2003. In the year since then, ad growth has been almost stangnant -- exactly what you would expect to see as the ad whores gradually realize that people hate their guts enough to take steps to rid them from their lives.

    No, to me those numbers tell me the opposite of the conclusion reached by the article author. To me those numbers say that pop-up blockers were not only effective, they were noticed by the ad companies and it caused a slowdown in pop-up ad trends. Of course, being the lowlifes that they are, they are now going to other method to force us to see what we have explicitly shown them we don't want to see. But that's par for the course for these leeches.

  52. Only Once by RetroGeek · · Score: 3, Insightful

    What the advertisers assume is that the site that I am visiting has such an appeal to me, that I will put up with the pop-ups etc to be able to view it.

    Bzzzt. Wrong!

    If a site goes to that much trouble to circumvent my blockers, well, I just don't visit it anymore.

    Problem solved! Well for me anyway :-))

    Oh yes, I alwyas use the feedbak/comments page to TELL the site operators that they have lost my eyeballs.

    If enough people would just stop visiting these sites.....

    There are alternatives on the Internet.

    --

    - - - - - - - - - - -
    I am a programmer. I am paid to produce syntax not grammar. Deal with it.
  53. Re:Why do we need pop-ups? by EvanED · · Score: 2, Insightful

    There are plenty of reasons. For instance, look at Dell's site where you customize a computer (don't know if that link will work, but it's there...). All the "Help Me Now" links down the right are popup links. Many, many other places do this, especially on form pages. The reason is that if you're halfway through filling out a form then need additional information, you can't exactly navigate away from the page because sometimes coming back to the original page reverts the fields to their original values. (I'm not quite sure exactly when this happens and in what browers, but it *does* happen, even in Mozilla, at least v. 1.4.) Also, some other sites seem to like to pop up new windows, movie sites in particular. Not quite sure why that is. Maybe so they can be sure that it is the proper size and not too small or too large. Then popping up trailers and stuff in a separate window is somewhat common practice.

  54. Re:no FLASH by Compuser · · Score: 3, Interesting

    FYI, there is an extension to Moz that allows you to
    have "run in IE" in your context menu, so you'd
    right click, select that and be done, no cutting
    no pasting, no going to start button.
    As a side note, I personally don't like your
    approach. The goal isn't to keep Mozilla clean, the
    goal is to keep the screen clean. Worse yet, pages
    that _really_ want to get to you, so much that they
    would use flash may also try other underhanded tricks
    like hijacks, so going to IE for the vilest pages
    is a questionable tactic, IMHO.

  55. smart products. by xmorg · · Score: 2, Insightful

    What we have to remember is that it is the browser, not the site that has control over what the user sees. The web browser is what interprets the Javascript, and should always have the upperhand.

    Eventually, advertising will get smarter and there will be "user" initiated popups via mouserover, or get focus, but I am confident that popup blocking especially in mozilla will improve to protect us from web marketers. I think the only popups should be on user click.

    I have yet to see a popup on my mozilla/fire/bird/fox for either windows or bsd.

  56. Re:Preferences toolbar, please by rynthetyn · · Score: 2, Interesting

    If someone could just create an enable/disable button for cookies, javascript, and plugins, and put it on a toolbar that I don't have to make a half dozen clicks to get to, bother-free browsing would be so much easier.

    They do make such a thing. It's called PrefBar and it's a mozilla plugin.

    --
    Eagles may soar, but weasles don't get sucked into jet engines...
  57. Re:Todays popup blockers suck by rynthetyn · · Score: 2, Interesting

    Doesn't work in my mozilla. One of my mozilla plugins, or maybe it's the version I'm using (1.7 RC1), keeps the mouse over popups from happening.

    --
    Eagles may soar, but weasles don't get sucked into jet engines...
  58. Sad by Razzak · · Score: 2, Interesting

    Several years ago I was excited about Flash usage in web sites. Now I think Flash is becoming something I won't want installed in the future.

  59. How I Block Popups, and What Still Annoys Me by crashnbur · · Score: 2, Informative

    ESPN and CNN were both listed in the list of top pop-up/under ad users, and I visit both of those sites many times each day, and I never see a pop-up from either of them. In fact, I almost never see a pop-up ad from anyone... unless I disable my blockers.

    I use two blockers, one by accident. I downloaded Google's toolbar because it helps me find anything anywhere on the net in about three seconds, rather than navigating to the Google home page in an additional two seconds. Time is money!

    The other blocker I use is Ad-Watch, included with LavaSoft's Ad-Aware if you get the Plus or Premium version. Any pop-ups that the Google toolbar doesn't catch are caught by Ad-Watch, and I almost never see any at all. (The only time I do see them is when Ad-Watch is temporarily disabled or when I'm doing so much that my CPU can't keep up with me.)

    This leaves one breed of ads that still annoy me, and I'm not talking about static banner ads, because tend to stay out of my way. I'm talking about the dynamic or floating banner ads, which are horrible because they cover up the content of the site I'm trying to view either for a few seconds or sometimes for an indefinite amount of time (until I find the tiny "close" button). I actually think some of these are blocked on occasion, but I know that they're what I see most these days (especially on ESPN and IGN), and I'd really like to see them go. So if anyone has any clue how to get rid of them, feel free to clue me in!

  60. I just want to make them pay by ravepunk · · Score: 2, Insightful

    I've always thought that the best way to deal with websites that have advertisements (ANY ads) is to *click* on the ad links ... Ok - before I get flamed, let me explain. The companies that are paying for ad space usually also pay a "per click" fee. Every time someone clicks on the ad, the advertiser pays the host site. Some bright fool should write a web accelerator-type program that follows every link on the currently browsed site to at least one click deep. This should be done silently and in the background. What it means is that clickthrough revenues for sites with ads would go through the roof, but no one would actually be reading and/or responding to the ads. The companies that are advertising would pay off like a slot machine and eventually go out of business because they would suddenly beleive that their internet advertising department is full of geniuses. The central problem is that the advertisers are using the wrong metric to see if their ad was successful. I'd buy the product for a $1. Ravepunk

  61. You asked for it... by SEWilco · · Score: 2, Funny
    Can't wait for a full page of javascripted user-initiated pop-ups.

    Thank you for opting-in to our popup service.
    Your requested level of service has been configured.