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

127
Vistas
preventing an inline script from running

The login for a public web site contains the following (in the main page):

<script type="text/javascript">
$(document).ready(function () {
  $('input[type=text]').bind('cut copy paste', function (e) {
     e.preventDefault();
  });
  $('input[type=password]').bind('cut copy paste', function (e) {
     e.preventDefault();
  });
});
</script>

Since I use 32-character random passwords (that, on a good day, I can type correctly maybe one time in three), I obviously prefer to paste the password in from my password manager.

I found an extension that will allegedly overcome this, but I want to know if some way exists in the developer tools (or maybe using userscripts) to prevent this snippet from running. Note that I have fairly marginal programming skills, and minimal experience using developer tools in a browser, so more details will help. :)

Thank you in advance.

about 4 years ago · Juan Pablo Isaza
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