Pesquisar no site de suporte

Evite golpes de suporte. Nunca pedimos que você ligue ou envie uma mensagem de texto para um número de telefone, ou compartilhe informações pessoais. Denuncie atividades suspeitas usando a opção “Denunciar abuso”.

Saiba mais

Esta discussão foi arquivada. Faça uma nova pergunta se precisa de ajuda.

How can I clear out "about:newtab" for privacy?

  • 1 resposta
  • 2 têm este problema
  • 1 exibição
  • Última resposta de cor-el

more options

When I (or a visitor) enter "about:newtab", recently-visited sites are shown on the screen. I do not want my recently-visited sites shown. I want to remove this information from "about:newtab".

When I (or a visitor) enter "about:newtab", recently-visited sites are shown on the screen. I do not want my recently-visited sites shown. I want to remove this information from "about:newtab".

Todas as respostas (1)

more options

You can change the order of the boxes on the about:newtab page and drag an item to a different tile to pin it to that position or you can remove a website by clicking the close X to block that URL.
You can drag a bookmark or history item and drop them in a tile on the about:newtab page to pin them and have your own favorites sites showing.

Changes made manually on the about:newtab page are stored in the browser.newtabpage.pinned (default = [null]) and browser.newtabpage.blocked prefs that you can check/modify on the about:config page.


You can create these Boolean prefs on the about:config page to prevent Firefox from generating thumbnails for the about:newtab page.

  • name: browser.pagethumbnails.capturing_disabled with value: true
  • name: pageThumbs.enabled with value: false

Delete the thumbnails folder in the Firefox profile folder to remove already stored web page thumbnails.


See this knowledge base article about the about:config page.