Empresas
Empleos
  • Sobre nosotros
  • Soluciones
    • Publicación de vacantes
      Publica tu vacante y recibe candidatos calificados en 48h.
    • Evaluación de candidatos
      500+ pruebas técnicas y psicológicas, más anti-fraude.
    • Headhunting
      Búsqueda ejecutiva a la medida de principio a fin.
    • Nómina + EOR
      Dispersión de nómina y EOR en más de 15 países de LATAM.
  • Precios
  • Empleos

0

148
Vistas
Devtools detector, antibugging

I'm not going to ask how we can block debugging tools or block the inspect element. I want to implement some javascript function as soon as user tries to open devtools as SoundCloud website did.

about 4 years ago · Juan Pablo Isaza
2 Respuestas
Responde la pregunta

0

After some researching SoundCloud site I found this line of code, may be it will help you. They just use console.info at the start:

 null != (d = window.console) && d.info && window.console.info('You like to look under the hood? Why not help us build the engine? https://soundcloud.com/jobs');

P.S. At the moment this line of code you can find in this file

about 4 years ago · Juan Pablo Isaza Denunciar

0

Don't know if this will help but this is for the Windows Shortcut.

window.oncontextmenu = function () {
return false;
};

document.addEventListener("keydown", function(event){
var key = event.key || event.keyCode;

if (key == 123) {
    return false;
} else if ((event.ctrlKey && event.shiftKey && key == 73) || (event.ctrlKey 
&& event.shiftKey && key == 74)) {
    return false;
 }
}, false);
about 4 years ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos

¡Descubre la nueva forma de encontrar empleo!

Top de empleos
Top categorías de empleo
Empresas
Publicar vacante Precios Comercial
Legal
Términos y condiciones Política de privacidad
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Recomiéndame algunas ofertas
Necesito ayuda