Company logo
  • Empleos
  • Bootcamp
  • Acerca de nosotros
  • Para profesionales
    • Inicio
    • Empleos
    • Cursos y retos
    • Preguntas
    • Profesores
    • Bootcamp
  • Para empresas
    • Inicio
    • Nuestro proceso
    • Planes
    • Pruebas
    • Nómina
    • Blog
    • Comercial
    • Calculadora

0

81
Vistas
Is there a way to stop a page from auto refreshing when I use Inspect Element

Every time I open inspect element on this page, it starts auto refreshing, it does this every time the inspect element tab is open, and it stops whenever the inspect element tab is closed

7 months ago · Juan Pablo Isaza
1 Respuestas
Responde la pregunta

0

Use onbeforeunload

// This code will display dialog with Reload or Cancel buttons
window.onbeforeunload = function(event) { return false};

Note: You can inject code at start of page using tools like Tampermonkey

7 months ago · Juan Pablo Isaza Denunciar
Responde la pregunta
Encuentra empleos remotos