Join the AMA (Ask Me Anything) with the Firefox leadership team to celebrate Firefox 20th anniversary and discuss Firefox’s future on Mozilla Connect. Mark your calendar on Thursday, November 14, 18:00 - 20:00 UTC!

Цей вебсайт матиме обмежену функціональність, доки ми проводимо його обслуговування для поліпшення роботи. Якщо прочитана стаття не розв'язала вашу проблему і ви хочете поставити питання, наша спільнота підтримки з радістю допоможе вам на @FirefoxSupport у Twitter та /r/firefox на Reddit.

Шукати в статтях підтримки

Остерігайтеся нападів зловмисників. Mozilla ніколи не просить вас зателефонувати, надіслати номер телефону у повідомленні або поділитися з кимось особистими даними. Будь ласка, повідомте про підозрілі дії за допомогою меню “Повідомити про зловживання”

Докладніше

Ця тема перенесена в архів. Якщо вам потрібна допомога, запитайте.

Firefox browser allows frequent pop-ups despite installing blockers

  • 6 відповідей
  • 1 має цю проблему
  • 4 перегляди
  • Остання відповідь від cor-el

more options

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.

Усі відповіді (6)

more options

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/

more options

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.

more options

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

more options

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.

more options

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.

more options

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.