搜索 | 用户支持

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

详细了解

remove stupid orange snippet with black hat from home page

  • 9 个回答
  • 3 人有此问题
  • 2 次查看
  • 最后回复者为 the-edmeister

more options

How can i get rid of that stupid icon with the black hat at right side of home page? I made browser.aboutHomeSnippets.updateUrl blank. I did this last time too. Is that silly thing a snippet

FF 41.0.2

How can i get rid of that stupid icon with the black hat at right side of home page? I made browser.aboutHomeSnippets.updateUrl blank. I did this last time too. Is that silly thing a snippet FF 41.0.2

被采纳的解决方案

cor-el said

Yes. Mozilla shows rotating snippets on the about:home page to run different campaigns and these changes regularly. You can consider to set another page as the home page for now or you can wait until this campaign ends. You can use these alternative steps to disable and remove snippets on the about:home page:
  • Set the browser.aboutHomeSnippets.updateUrl pref to an empty string on the about:config page
  • Open the about:home page in a tab
  • Open Web Console in this tab (Firefox menu button or Tools > Web Developer)
    https://developer.mozilla.org/Tools/Web_Console
  • Run this command via the command prompt of the Web Console:
    gSnippetsMap.clear()
  • Close the tab with the about:home page
  • Close and restart Firefox

where is the command prompt of the Web Console?

定位到答案原位置 👍 0

所有回复 (9)

more options

Yes.

Mozilla shows rotating snippets on the about:home page to run different campaigns and these changes regularly. You can consider to set another page as the home page for now or you can wait until this campaign ends.

You can use these alternative steps to disable and remove snippets on the about:home page:

  • Set the browser.aboutHomeSnippets.updateUrl pref to an empty string on the about:config page
  • Open the about:home page in a tab
  • Open Web Console in this tab (Firefox menu button or Tools > Web Developer)
    https://developer.mozilla.org/Tools/Web_Console
  • Run this command via the command prompt of the Web Console:
    gSnippetsMap.clear()
  • Close the tab with the about:home page
  • Close and restart Firefox
more options

If you mouse over the donation message, an "X" close button appears at its upper right. I had to click it three times to stop the message from returning.

more options

选择的解决方案

cor-el said

Yes. Mozilla shows rotating snippets on the about:home page to run different campaigns and these changes regularly. You can consider to set another page as the home page for now or you can wait until this campaign ends. You can use these alternative steps to disable and remove snippets on the about:home page:
  • Set the browser.aboutHomeSnippets.updateUrl pref to an empty string on the about:config page
  • Open the about:home page in a tab
  • Open Web Console in this tab (Firefox menu button or Tools > Web Developer)
    https://developer.mozilla.org/Tools/Web_Console
  • Run this command via the command prompt of the Web Console:
    gSnippetsMap.clear()
  • Close the tab with the about:home page
  • Close and restart Firefox

where is the command prompt of the Web Console?

由FIREFOXED于修改

more options

there is no x it is not a donation thing

and if i have to change home page till campaign end i will not be back

more options

@ cor-el

RE "where is the command prompt of the Web Console?" Found it thanks. image gone for ow anyway

Thanks for your help

more options

FIREFOXED said

there is no x it is not a donation thing

It appears with a donation message if snippets are working normally. I guess you blocked that part.

more options

Note that the close X is further up.

This JavaScript code in the Web Console (Firefox menu button or Tools > Web Developer) will block this specific snippet: gSnippetsMap.set('blockList',[5513,5508,5520]);

You can clear the blocklist via:

gSnippetsMap.set('blockList',[]); // clear blocklist
gSnippetsMap.get('blockList'); // check blocklist
more options

Thanks for the help. If I update to Version 43.0.1 will i have these snippets back? Is there any way to see what Version 43.0.1 looks like before install?

more options

No, that fund raising promotion ended a few days ago.