Skip to content

Instantly share code, notes, and snippets.

@josemmo
Created March 28, 2018 08:35
Show Gist options
  • Save josemmo/b9a9179367c16736c7c3d45a20e97583 to your computer and use it in GitHub Desktop.
Save josemmo/b9a9179367c16736c7c3d45a20e97583 to your computer and use it in GitHub Desktop.
function checkDevTools() {
// TODO: hacer cosas
// Preparar la siguiente ejecución
setTimeout(checkDevTools, 250);
}
checkDevTools();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment