Este site está com funcionalidades limitadas enquanto realizamos manutenção para melhorar sua experiência de uso. Se nenhum artigo resolver seu problema e você quiser fazer uma pergunta, nossa comunidade de suporte pode te ajudar em @FirefoxSupport no Twitter e /r/firefox no Reddit.

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.

Website block list

more options

Sometimes when I open a new tab, the other one opens unexpectedly with some stupis adverts (www.gsming.com). I hate it, I have no idea how did it happen and I can't really remember when it started. It gets really annoying and I thought there's a websites black list on Firefox (I mean something where I input website's address and it won't open).

So my question is: Is there such list and if so, how do I use it? If not, how can I get rid of those opening tabs?

Sometimes when I open a new tab, the other one opens unexpectedly with some stupis adverts (www.gsming.com). I hate it, I have no idea how did it happen and I can't really remember when it started. It gets really annoying and I thought there's a websites black list on Firefox (I mean something where I input website's address and it won't open). So my question is: Is there such list and if so, how do I use it? If not, how can I get rid of those opening tabs?

Todas as respostas (1)

more options

You can prevent the site from loading by adding an entry to your Windows hosts file or perhaps in your firewall. However, that won't stop the tab from opening in the first place.

You have a lot of add-ons, so if one of them is "ad supported" then that could explain it. Tracking that down obviously would take quite a while.

One thought: it might be possible to create a GreaseMonkey userscript to close the tab if the URL is on that site. I haven't tested this idea, so I don't know whether it would work. Would be interesting to try...

= Edit =

Well, closing a window created by another process (not a script) is tricky. I can create a script to at least blank out the tab using the following:

location.replace("about:blank");

Not really an idea solution.

Alterado por jscher2000 - Support Volunteer em