Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Firefox browser allows frequent pop-ups despite installing blockers

  • 6 பதிலளிப்புகள்
  • 1 இந்த பிரச்சனை உள்ளது
  • 3 views
  • Last reply by cor-el

I keep getting annoying block-ups on different websites, all of which are asking me to sign up for a newsletter e.g. - https://michaelwest.com.au/ https://theconversation.com/au https://johnmenadue.com/category/politics/

Is there a pop-up blocker that can stop these annoying intrusions?

I would be grateful for any help.

I keep getting annoying block-ups on different websites, all of which are asking me to sign up for a newsletter e.g. - https://michaelwest.com.au/ https://theconversation.com/au https://johnmenadue.com/category/politics/ Is there a pop-up blocker that can stop these annoying intrusions? I would be grateful for any help.

All Replies (6)

There is a built-in pop-up blocker. For more you need to search the add-ons site.

https://support.mozilla.org/en-US/kb/pop-blocker-settings-exceptions-troubleshooting https://addons.mozilla.org/firefox/

Thanks for considering the problem but these suggestions do not address the problem. The pop-up blocker is on, but the pop-ups continue. They appear to be triggered by using the mouse. It would be lovely if Mozilla could stop this problem.

Thanks for trying guys.

Can you post a screenshot of such a pop-up?

I have attached a screen shot of one typical pop-up as requested. It was difficult to capture as the Snipping Tool wanted to treat the pop-up differently to the underlying web page. I had to confine my snip to the actual pop-up to capture this image. I hope this helps and thanks for considering this issue.

And here is another screen shot of a pop-up, not so difficult to capture with the Snipping Tool.

I also notice that both pop-ups cannot be moved to another part of the screen by a mouse. They appear "nailed onto" the screen - not sure if this is useful but cannot hurt to give more data.

I only see a pop-up on the johnmenadue.com website. I can hide it with code in userContent.css.

@-moz-document domain(johnmenadue.com) {
.et_bloom .et_bloom_visible,
.et_bloom .et_bloom_flyin  { display: none !important; }
}


More info about userContent.css and userChrome.css in case you are not familiar: *https://www.userchrome.org/what-is-userchrome-css.html

In Firefox 69 and later you need to set this pref to true on the about:config page to enable userChrome.css and userContent.css in the chrome folder.