General This forum is for non-technical general discussion which can include both Linux and non-Linux topics. Have fun!
NOTE: All new threads will be moderated. Political threads will not be approved. |
Notices |
Welcome to LinuxQuestions.org, a friendly and active Linux Community.
You are currently viewing LQ as a guest. By joining our community you will have the ability to post topics, receive our newsletter, use the advanced search, subscribe to threads and access many other special features. Registration is quick, simple and absolutely free. Join our community today!
Note that registered members see fewer ads, and ContentLink is completely disabled once you log in.
Are you new to LinuxQuestions.org? Visit the following links:
Site Howto |
Site FAQ |
Sitemap |
Register Now
If you have any problems with the registration process or your account login, please contact us. If you need to reset your password, click here.
Having a problem logging in? Please visit this page to clear all LQ-related cookies.
Get a virtual cloud desktop with the Linux distro that you want in less than five minutes with Shells! With over 10 pre-installed distros to choose from, the worry-free installation life is here! Whether you are a digital nomad or just looking for flexibility, Shells can put your Linux machine on the device that you want to use.
Exclusive for LQ members, get up to 45% off per month. Click here for more info.
|
 |
03-09-2005, 10:04 PM
|
#1
|
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: 
|
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.
|
|
|
03-09-2005, 10:08 PM
|
#2
|
Senior Member
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Rep: 
|
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).
|
|
|
03-09-2005, 10:13 PM
|
#3
|
Senior Member
Registered: Dec 2003
Distribution: Debian
Posts: 3,178
Rep: 
|
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.
|
|
|
03-09-2005, 10:47 PM
|
#4
|
Member
Registered: Sep 2003
Location: Philadelphia, PA
Distribution: Ubuntu, Gentoo
Posts: 74
Rep:
|
Yeah I noticed these ads recently too.....so yes its not as efficent as it used to be.
|
|
|
03-10-2005, 07:12 AM
|
#5
|
Senior Member
Registered: Jun 2004
Location: the Netherlands
Distribution: debian SID
Posts: 2,170
Rep:
|
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
|
|
|
03-23-2005, 10:06 PM
|
#6
|
Member
Registered: Oct 2003
Distribution: Debian, RH, Knoppix, Ubuntu, CentOS
Posts: 62
Rep:
|
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).
|
|
|
03-24-2005, 03:38 PM
|
#7
|
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:
|
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.
|
|
|
03-24-2005, 03:44 PM
|
#8
|
Senior Member
Registered: Dec 2002
Location: England
Distribution: Used to use Mandrake/Mandriva
Posts: 2,794
Rep: 
|
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.
|
|
|
03-24-2005, 04:20 PM
|
#9
|
Senior Member
Registered: Dec 2004
Location: Lee, NH
Distribution: OpenSUSE, CentOS, RHEL
Posts: 1,794
Rep:
|
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!!
|
|
|
03-25-2005, 12:35 AM
|
#10
|
Senior Member
Registered: Feb 2003
Location: The Arctic
Distribution: Fedora, Debian, OpenSuSE and Android
Posts: 1,820
Rep:
|
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. 
|
|
|
03-25-2005, 06:26 PM
|
#11
|
Senior Member
Registered: Dec 2004
Location: Lee, NH
Distribution: OpenSUSE, CentOS, RHEL
Posts: 1,794
Rep:
|
yes but that blocks all flash.  If I wanted a text-only browsing experience I'd be running Lynx!
|
|
|
03-25-2005, 08:09 PM
|
#12
|
Member
Registered: Mar 2004
Posts: 171
Rep:
|
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.
|
|
|
All times are GMT -5. The time now is 03:22 PM.
|
LinuxQuestions.org is looking for people interested in writing
Editorials, Articles, Reviews, and more. If you'd like to contribute
content, let us know.
|
Latest Threads
LQ News
|
|