Where did you install Firefox from? Help Mozilla uncover 3rd party websites that offer problematic Firefox installation by taking part in our campaign. There will be swag, and you'll be featured in our blog if you manage to report at least 10 valid reports!

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”.

Learn More

What does the "delete node" option in the inspector do?

  • 3 respostas
  • 2 têm este problema
  • 15 visualizações
  • Última resposta de Nathan2055

more options

I noticed this option was available in the web developer inspector. What does it do? Thanks!

I noticed this option was available in the web developer inspector. What does it do? Thanks!

Solução escolhida

It removes the section of HTML you right-clicked from the current page. The node is defined as the tag you clicked, plus the contents inside of it, which could be as little as a word to as much as the entire body of the page.

The change is temporary and doesn't survive a refresh, but may be useful in some cases where the page has a design flaw making it hard to use. Or a really annoying ad.

Ler esta resposta 👍 1

Todas as respostas (3)

more options

Solução escolhida

It removes the section of HTML you right-clicked from the current page. The node is defined as the tag you clicked, plus the contents inside of it, which could be as little as a word to as much as the entire body of the page.

The change is temporary and doesn't survive a refresh, but may be useful in some cases where the page has a design flaw making it hard to use. Or a really annoying ad.

more options
more options

Thanks everyone!