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!

搜索 | 用户支持

防范以用户支持为名的诈骗。我们绝对不会要求您拨打电话或发送短信,及提供任何个人信息。请使用“举报滥用”选项报告涉及违规的行为。

Learn More

Stopping Google Notifications opening in FireFox when I Google any topic

  • 2 个回答
  • 1 人有此问题
  • 1 次查看
  • 最后回复者为 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.
已附加屏幕截图

被采纳的解决方案

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

定位到答案原位置 👍 1

所有回复 (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.