搜索 | 用户支持

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

详细了解

how do I get rid of your animated AD on my screen

  • 2 个回答
  • 1 人有此问题
  • 2 次查看
  • 最后回复者为 FredMcD

more options

how do I get rid of your animated AD on my screen

how do I get rid of your animated AD on my screen

所有回复 (2)

more options

Does it involve a cat playing below the search box on the built-in home page?

Those snippets cycle around and probably will be replaced by something else soon. If you reload the page (Ctrl+r) you may get one of the non-animated ones.

Some workarounds for now:

  • Use a custom style rule to hide the "snippet" area below the search box. The rule would be similar to this:
    @-moz-document url(about:home) {
    #snippetContainer { display:none !important; }
    }
    and could be applied to the about:home page either by creating/editing a userContent.css file or using the Stylish extension.

More detail if needed.

more options

Also see; https://support.mozilla.org/en-US/forums/contributors/710394 Lots of users don't like it when Mozilla changes the home page layout.

The answer is here; https://support.mozilla.org/en-US/forums/contributors/710394?last=60266#post-60294

由FredMcD于修改