L
L
littlebitchard2015-07-29 01:13:04
Google
littlebitchard, 2015-07-29 01:13:04

How to get rid of pause in Google Chrome Developer Tools?

When viewing "Any" element code with Avito, the debugger is loaded into the window and stops.
How does this site make Stop the Debugger ?,
How can I get to this script ?,
How can I make it not See a new tab (debugger) ?
, Can I get the entire list of my open tabs ?, and, depending on the name of the tabs, perform separate operations? ,
Interesting...

Answer the question

In order to leave comments, you need to log in

1 answer(s)
A
Andrey Burov, 2015-07-29
@BuriK666

they call debugger in their code;
Something like
setTimeout(function(){debugger;}, 100);

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question