LinuxQuestions.org
Share your knowledge at the LQ Wiki.
Go Back   LinuxQuestions.org > Forums > Non-*NIX Forums > General
User Name
Password
General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!

Notices


Reply
  Search this Thread
Old 03-09-2005, 10:04 PM   #1
JaseP
Senior Member
 
Registered: Jun 2002
Location: Eastern PA, USA
Distribution: K/Ubuntu 18.04-14.04, Scientific Linux 6.3-6.4, Android-x86, Pretty much all distros at one point...
Posts: 1,802

Rep: Reputation: 157Reputation: 157
Firefox popup blocker compromised???


I have seen about two instances of pop-unders that Firefox didn't block. A memeber of my LUG (with more Linux experience than I) has seen it about 6 times or more.

Has someone really found a way around Firefox's pop-up blocking tech???

PS: I'm no newbie,... so this isn't simple paranoia... just concern.
 
Old 03-09-2005, 10:08 PM   #2
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
It is simple.

Some popups are triggered by clicking on a link. These popups will work because you chose to click and open them.

Some popups are triggered by loading a page. Technically there is a difference here. These popups will be blocked because it is assumed that you did not wish to open them, rather the page you wanted is opened in the window.

Popups are just a feature used by websites. It is like a scripting tool like a dialog box. It can be put to different uses by the web developer and different events can trigger it.

In some cases, popups can be useful (like the "PM notification popup" in some forum softwares).
 
Old 03-09-2005, 10:13 PM   #3
vharishankar
Senior Member
 
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Blog Entries: 4

Rep: Reputation: 138Reputation: 138
The way to circumvent popups is to use different user-triggered events rather than the page loading to initiate the popup.

I am not technical here, but I think Firefox blocks popups based on the event triggering the popup rather than the popup itself.

Blocking all popups just does not make sense because some websites use the popup feature to display supplementary information and such.
 
Old 03-09-2005, 10:47 PM   #4
stabile007
Member
 
Registered: Sep 2003
Location: Philadelphia, PA
Distribution: Ubuntu, Gentoo
Posts: 74

Rep: Reputation: 15
Yeah I noticed these ads recently too.....so yes its not as efficent as it used to be.
 
Old 03-10-2005, 07:12 AM   #5
darkleaf
Senior Member
 
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170

Rep: Reputation: 45
Those are popunders but I don't know what's the difference with popups that make them appear. Guess that would be one of the reasons above
 
Old 03-23-2005, 10:06 PM   #6
JohnBoy
Member
 
Registered: Oct 2003
Distribution: Debian, RH, Knoppix, Ubuntu, CentOS
Posts: 62

Rep: Reputation: 15
Quote:
Originally posted by Harishankar
The way to circumvent popups is to use different user-triggered events rather than the page loading to initiate the popup.

I am not technical here, but I think Firefox blocks popups based on the event triggering the popup rather than the popup itself.

Blocking all popups just does not make sense because some websites use the popup feature to display supplementary information and such.

These other windows are opened via the event handlers in the HTML body element. There is an onload() handler and an onunload() handler. (They are often written using caps in a manner similar to Java, but Javascript is not case sensitive.) The important thing is, they can be opened by _any_ event handler. e.g. onmouseover, onmouseout, onmousemove ...

Disabling Javascript, hiding your plugins from the browser -- these are effective and (occasionally smart -- if not necessary) things to do, at times. Websites that do not check your browser to find out whether or not your browser has an enabled Javascript interpreter are poorly coded. It isn't your fault if you miss content by virtue of having Javascript disabled. Since opening a page is -- at times risky -- making a decision about disabling all scripting is something you should always consider. Here's an example of why: Last year, for several months, the png library incorporated into Mozilla (and Firefox, Netscape, Galeon and Konqueror) was vulnerable to a buffer overflow. This made it possible to hijack a machine with the privs of the browser.

Browsing the web isn't any safer or any more dangerous than walking around most places in Manhattan. If you are paying attention to your environment you sould be fine.
-- John

(I came to this message, Hari, to copy your sig line. I'm quoting you in another thread).
 
Old 03-24-2005, 03:38 PM   #7
Micro420
Senior Member
 
Registered: Aug 2003
Location: Berkeley, CA
Distribution: Mac OS X Leopard 10.6.2, Windows 2003 Server/Vista/7/XP/2000/NT/98, Ubuntux64, CentOS4.8/5.4
Posts: 2,986

Rep: Reputation: 45
I read that now advertisers are using FLASH to do pop ups and make annoying ads. These, unfortunately, Firefox or any browser for that matter, cannot block.
 
Old 03-24-2005, 03:44 PM   #8
Proud
Senior Member
 
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794

Rep: Reputation: 116Reputation: 116
I think once I experienced a popunder in Mozilla and after hunting through the code due to curiousity, it was something like forming a string which was a line of JavaScript which would generate a popup, and then a call to evaluate/eval() the string which executed the code.
 
Old 03-24-2005, 04:20 PM   #9
KimVette
Senior Member
 
Registered: Dec 2004
Location: Lee, NH
Distribution: OpenSUSE, CentOS, RHEL
Posts: 1,794

Rep: Reputation: 46
Quote:
Originally posted by Micro420
I read that now advertisers are using FLASH to do pop ups and make annoying ads. These, unfortunately, Firefox or any browser for that matter, cannot block.
Yep, I've been running into this already for about a week. The solution there is to add the offending domains to /etc/hosts to deprive them of the advertising revenue.

I'm perfectly okay with banner ads, but hands off my desktop, advertisers!!
 
Old 03-25-2005, 12:35 AM   #10
Pcghost
Senior Member
 
Registered: Feb 2003
Location: The Arctic
Distribution: Fedora, Debian, OpenSuSE and Android
Posts: 1,820

Rep: Reputation: 46
Smile You can still stop them.

Quote:
Originally posted by Micro420
I read that now advertisers are using FLASH to do pop ups and make annoying ads. These, unfortunately, Firefox or any browser for that matter, cannot block.
Or install the Flash Block extention for Firefox. Man the extentions are what that browser is all about. I now have a pleasant Internet experience thanks to Flash Block, Ad Block, and that really cool one that prevents new windows from spawning on binary downloads. Good stuff.
 
Old 03-25-2005, 06:26 PM   #11
KimVette
Senior Member
 
Registered: Dec 2004
Location: Lee, NH
Distribution: OpenSUSE, CentOS, RHEL
Posts: 1,794

Rep: Reputation: 46
yes but that blocks all flash. If I wanted a text-only browsing experience I'd be running Lynx!
 
Old 03-25-2005, 08:09 PM   #12
furfurdemon666
Member
 
Registered: Mar 2004
Posts: 171

Rep: Reputation: 30
I recommend using a hosts file to totally block well known ad-serving sites. Here's the one I use:

mvps hosts file

I've tested it on both Windows and Linux boxes and it works great. When you copy/paste it into your /etc/hosts file be sure to remove the duplicate localhost entry that it adds.

On Windows boxes it's a *must have* and on my Linux boxes it's a welcomed relief. Of course there are other hosts file alternatives out there and if you have flash installed as a plugin well you may still see some ads from some sites.

The pop-up blocker feature in Firefox is great, but I've always trusted a hosts file as my first line of defense against advertisements.
 
  


Reply


Thread Tools Search this Thread
Search this Thread:

Advanced Search

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off



Similar Threads
Thread Thread Starter Forum Replies Last Post
My Konqueror ad blocker (allso firefox, opera etc) cadj Linux - Networking 3 03-18-2005 05:20 AM
Firefox pop-up blocker not functioning jmr0311 Linux - Software 1 07-25-2004 05:19 PM
Popup and/or Ad-Blocker for Konqueror ? diam0nd Linux - Software 1 03-28-2004 04:20 PM
popup/ad blocker bitterjack Linux - Software 4 10-09-2003 07:01 AM
popup blocker meeh Linux - Software 9 01-18-2003 02:45 PM

LinuxQuestions.org > Forums > Non-*NIX Forums > General

All times are GMT -5. The time now is 02:50 AM.

Main Menu
Advertisement
My LQ
Write for LQ
LinuxQuestions.org is looking for people interested in writing Editorials, Articles, Reviews, and more. If you'd like to contribute content, let us know.
Main Menu
Syndicate
RSS1  Latest Threads
RSS1  LQ News
Twitter: @linuxquestions
Open Source Consulting | Domain Registration