Pesquisar no apoio

Evite burlas no apoio. Nunca iremos solicitar que telefone ou envie uma mensagem de texto para um número de telefone ou que partilhe informações pessoais. Por favor, reporte atividades suspeitas utilizando a opção "Reportar abuso".

Saber mais

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

  • 2 respostas
  • 1 tem este problema
  • 2 visualizações
  • Última resposta por 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

Todas as respostas (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

Modificado por FredMcD a