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 doesn't want me opening developer tools

  • 10 respostas
  • 1 tem este problema
  • 8 visualizações
  • Última resposta de newbie442

more options

First BEFORE going to this website I open developer tools (CTRL SHIFT I)

Then I visit example URL

The video doesn't play and it crashes my browser TAB.

What's going on here how can websites know i'm using devtools and why wasn't this patched 20 years ago?

Thank you.

First BEFORE going to this website I open developer tools (CTRL SHIFT I) Then I visit [https://ww4.0123movie.net/movie/tpb-afk-the-pirate-bay-away-from-keyboard-16353.html?play=1 example URL] The video doesn't play and it crashes my browser TAB. What's going on here how can websites know i'm using devtools and why wasn't this patched 20 years ago? Thank you.

Todas as respostas (10)

more options

Does it make any difference if you undock the Developer Tools so they are in a separate floating window instead of taking up space in the tab?

more options

The website inserts debugger statements in their JavaScript code.

You can try to disable all breakpoints in the debuger.

more options

cor-el said

The website inserts debugger statements in their JavaScript code. You can try to disable all breakpoints in the debuger.

I dont understand that. I guess I'm stuck with this.

more options

Hi newbie442, I think the suggestion is to switch to the Debugger tool and click the button I've marked in the attached screenshot and see whether the site can still detect that the DevTools are open.

more options

@jscher2000 Tried it now and does not seem to affect anything. Please go ahead jscher and try the website too.

more options

And btw there are thousands of websites now taking advantage of this anti-devtools trick, i just picked 1 website of many.

more options

I don't visit sites like that for security reasons.

Did undocking the tools make any difference? If the page is detecting a discrepancy between the window size and the viewable area, that might help. Click the ••• button toward the right end of the DevTools toolbar to make the change.

more options

Yes I tried that 12 hours ago, forgot to mention, not working.

Alterado por newbie442 em

more options

Note that reloading the page with the dubugger window open seems to trigger this debugger statement even with all breakpoints disabled. If I first load the page with the devtools closed and only only open the devtools once loading is finished then it works for me with this website. You need to disable all breakpoints beforehand. That way you can at least use the Inspector.

more options

I want to use “Network Monitor” not inspector