ابحث في الدعم

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

Stopping Google Notifications opening in FireFox when I Google any topic

  • 2 (ردّان اثنان)
  • 1 has this problem
  • 41 views
  • آخر ردّ كتبه 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.
Attached screenshots

الحل المُختار

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).

Read this answer in context 👍 1

All Replies (2)

more options

الحل المُختار

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.