Slashdot Mirror


No Pop-up Blocking in Netscape 7.0

jsled writes "C|Net /News.com article details how the forthcoming Netscape 7.0 will not include the nifty pop-up blocking sported in Mozilla, as AOL depends on pop-up ads for annoy^H^H^H^H^Hmarketing to their "valued" customers. The MozillaZine story and comments have a couple of extra, interesting points of detail: how to easily restore the functionality and how some sites get around the popup blocking." Update: 08/15 12:45 GMT by J : In related news, Doug Isenberg asks over on GigaLaw: Are Pop-Up Ads Illegal? The news publishers who say "yes" say that turning off graphics in your web browser should be illegal too.

13 of 505 comments (clear)

  1. Direct link to the pop-up restore... by edgrale · · Score: 5, Informative

    (Original) http://ufaq.org/files/adblocker.xpi

    Pleas post mirrors in this thread.

    --
    09 F9 11 02 9D 74 E3 5B D8 41 56 C5 63 56 88 C0
    1. Re:Direct link to the pop-up restore... by LuxuryYacht · · Score: 5, Informative


      Download the adblocker.xpi file (Shift+click to download).

      When you download the adblocker.xpi file in Netscape 7, it will add .txt to the filename (adblocker.xpi.txt).
      Before saving the file, remove .txt from the filename and save the file to disk.

      Then in Netscape 7 click
      File | Open to install.

      Then In Netscape 7 click
      Edit | Preferences | Advanced - Scripts & Windows to unselect or select the Open unrequested windows

      --
      Quidquid latine dictum sit altum viditur
  2. Pop-Down by Devil's+BSD · · Score: 4, Informative

    For those of you who use M$ Internal Exploder, Pop-Down is a nifty program. Relatively small memory footprint, a quick download, freeware. I use it on my computer-illiterate mom's p-120, and it works a whole lot better & faster than a lot of other programs that have to match the title bar with a database. This thing, although crude, lets you limit the number of windows. You also have to hold down CTRL when you want a new window to be formed. Worth a try, I use it.

    --
    I'm the Devil the Windows users warned you about.
  3. This is such a non-problem. Just edit prefs.js by ishmalius · · Score: 5, Informative
    NS7 will be able to block popups just the same. There just might not be a GUI for it! ;-0

    Just enter this line in the prefs.js file:

    user_pref("dom.disable_open_during_load", true);

    Fight the Man!

    Mozilla Power!

  4. How to disable unrequested (pop-up/behind) windows by LuxuryYacht · · Score: 5, Informative

    How to disable unrequested (pop-up/behind) windows:

    Add this line to your user.js or prefs.js:

    user_pref("dom.disable_open_during_load", true);

    OR

    Download the adblocker.xpi file.

    http://techaholic.net/adblocker.xpi

    When you download the adblocker.xpi file in Netscape 7, it will add .txt to the filename (adblocker.xpi.txt). Before saving the file, remove .txt from the filename and save the file to disk. Then in Netscape 7 click File | Open to install.

    In Netscape 7 click Edit | Preferences | Advanced - Scripts & Windows to unselect or select the Open unrequested windows.

    --
    Quidquid latine dictum sit altum viditur
  5. Get Proxomitron by orthogonal · · Score: 4, Informative

    Get Proxomitron.

    It uses regular expressions to allow you to convert anything in HTML (including the HTML headers) to anything you want.

    It'll block pop-ups, pop-unders, javascript, cookies, java, or whatever you can write a regex for.

    If you're worried that not viewing site X's pop-ups is theft of service, you can not forego using Proxomitron on those sites, either entirely, or on a regex-by-regex basis.

    You can bypass filtering just by adding string (like "bypass..") in front of the URL, or automate this with a Bookmark/Favorite set to a simple javascript.

    And it makes browsing SO much more enjoyable. It's the difference between night and day, not having annoying, flashing, in-your-face ads.

    And it's fast (even with DSL connection speeds) and it's free (as in beer, but hey, they author also licenses it to adsubtract).

    Get Proxomitron and take back the web.

  6. Nice Addition to Blocking Popups... by pnatural · · Score: 3, Informative

    Just another example of the coolness that is Mozilla: Bannerblind.
    It removes graphics / objects from web pages that match pre-determined sizes. Very cool!

    1. Re:Nice Addition to Blocking Popups... by Fweeky · · Score: 3, Informative

      I have a user CSS file which does this. It also works in Opera (and any other browser with reasonable CSS 2 selector support; i.e. not IE ;), and is quite effective.

      http://voi.aagh.net/code/anti-banner.css

      Let me know if you use it.

  7. Re:A dialogue I had with Anti-Adblocker by unsinged+int · · Score: 5, Informative

    I just went to that guys site, and it had examples of sites using their anti-adblocker.

    So I visited them using Mozilla with popups disabled and an ad blocking proxy, and I didn't see a single ad. Some product that guy's pushing. Doesn't even work.

  8. Re:Been there, done that by Galvatron · · Score: 4, Informative

    That's why I use mozilla and only disable unrequested popups. So it disables those popups that load when I open or close a page, but the popup graphs on CNN, for example (or the help popups you're talking about), will still load. Javascript is still running too. The only thing it nails are those ad popups, or the "localize CNN" popup that appeared every goddamn time I visited that site.

    --
    "The question of whether a computer can think is no more interesting than that of whether a submarine can swim" -EWD
  9. Re:A dialogue I had with Anti-Adblocker by WWWWolf · · Score: 5, Informative

    So, how long before we see anti-anti-adblocker.xpi? Oh, never mind, just stuff this to prefs.js:

    user_pref("capability.policy.antiantiadblocker.sit es, "http://www.antiadblocker.com");
    user_pref("capability.policy.antiantiadblocker.dom .disable_open_during_load", false);

    ... and if there's domains that use this baby, just stuff the domains there. Popups only for those sites. And still it's possible to further enrichen this by killing the actual popups (could get as simple as "if that's not an antiadblocker window, kill it")...

    No wonder this guy's a bit frustrated. Fighting a desperate war that can't be won, especially if a random non-Mozilla-geek gives a 2-line recipe that makes the anti-adblocker thing to give false positive =)

    Kids: If it's interpreted by the browser, it must get deciphered at some point, and since it is, it can be intercepted and tricked into believing whatever it wants to believe =)

    I think this thing will just further the development of Mozilla's security policy editor that was planned but probably pushed out of 1.0 release plan... It works even now!

  10. No, it kinda works. by hrm · · Score: 3, Informative
    Tried one of the sites the guy claims is using his blocker-blocker, arcadeathome.com. Hit one of the links in the "latest files" box on the right, for example this one.

    If popups are disabled, the download won't start, and you'll get a fairly polite message stating you ought not to block the advertisement.

    I'm not sure I'd use this blocker-blocker on my own site, since it's bound to annoy the shit out of some people. But it does kind of work.

    The whole thing kind of reminds me of that hitchhiking device in HHGttG, you know, the one that was perpetually being improved by half the galaxy's engineers while the other half attempted to block it?

  11. Re:A dialogue I had with Anti-Adblocker by JahToasted · · Score: 3, Informative
    I have no problem with text ads. No problem with non-animated banner ads either. No problems with popups either since I use Mozilla or Konqi.

    Here is my problem: Yesterday I saw a banner ad that was flashing red and white so fast that it was likely to cause seizures if I was prone to such a thing. The irony is I don't even remember what the ad was for. This is why I am likely to install ad blocking software. I have a dialup connection and these huge flashing banner ads take forever to load and take away from my browsing experience. Am I stealing? Maybe. Am I worried about marketers? No. If marketers made tasteful ads I'd have no problem viewing them. and 90% of the ads I have no problem with. But as with everything else, its the assholes that spoil it for everyone else.

    I know that websites depend on ad revenue to keep running. The problem is, they've taken it too far. If a website depends on annoying me to remain in existence, then it doesn't deserve to live.

    If you are so worried about ad-blockers then you, as an advertiser, should petition governements to regulate Internet advertising to prevent the sleazeballs from ruining it for everyone else. If all ads were either text ads or non-animated banners I would have no motivation to turn off ads. But as things stand no I have the motivation (annoying flashing banners) and the means to block ads. My eyes are tired, so I won't be looking at your stuff anymore.