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!

Przeszukaj pomoc

Unikaj oszustw związanych z pomocą.Nigdy nie będziemy prosić Cię o dzwonienie na numer telefonu, wysyłanie SMS-ów ani o udostępnianie danych osobowych. Zgłoś podejrzaną aktywność, korzystając z opcji „Zgłoś nadużycie”.

Learn More

Stopping Google Notifications opening in FireFox when I Google any topic

  • 2 odpowiedzi
  • 1 osoba ma ten problem
  • 1 wyświetlenie
  • Ostatnia odpowiedź od portman

more options

Every time I open FireFox and then attempt to google a question, a Google notification opens like the one that appears in the upper right hand corner of the attached screen shot.

How do I shut this down.

I am using Firefox 90.0.2 on a Windows 10 Pro 64-bit computer. Windows 10 Version 20H2 (OS Build 19042.1110) Experience: Windows Feature Experience Pack 120.2212.3530.0

Any info will be much appreciated.

Every time I open FireFox and then attempt to google a question, a Google notification opens like the one that appears in the upper right hand corner of the attached screen shot. How do I shut this down. I am using Firefox 90.0.2 on a Windows 10 Pro 64-bit computer. Windows 10 Version 20H2 (OS Build 19042.1110) Experience: Windows Feature Experience Pack 120.2212.3530.0 Any info will be much appreciated.
Załączone zrzuty ekranu

Wybrane rozwiązanie

If you close such a notification then this is usually remembered and saved in a special cookie or in local storage, this implies that you need to keep such a cookie via an allow exception or you will receive this notification once again.

It should also be possible to hide this notification with a content blocking extension or with CSS code in userContent.css.

You can right-click and select "Inspect Element" to open the builtin Inspector with this element selected to get its selector (go up in the DOM tree to get the correct containing element).

Przeczytaj tę odpowiedź w całym kontekście 👍 1

Wszystkie odpowiedzi (2)

more options

Wybrane rozwiązanie

If you close such a notification then this is usually remembered and saved in a special cookie or in local storage, this implies that you need to keep such a cookie via an allow exception or you will receive this notification once again.

It should also be possible to hide this notification with a content blocking extension or with CSS code in userContent.css.

You can right-click and select "Inspect Element" to open the builtin Inspector with this element selected to get its selector (go up in the DOM tree to get the correct containing element).

more options

Thank you Cor-el, for the prompt and accurate reply. I am most grateful.