Business
Jobs
  • About Us
  • Solutions
    • Job Postings
      Post your job and receive qualified candidates in 48h.
    • Candidate Assessments
      500+ technical and psychological tests, plus anti-fraud.
    • Headhunting
      Tailor-made executive search from start to finish.
    • Payroll + EOR
      Payroll dispersal and EOR across 15+ LATAM countries.
  • Pricing
  • Jobs

0

129
Views
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
Answer question
Find remote jobs

Discover the new way to find a job!

Top jobs
Top job categories
Business
Post vacancy Pricing Sales
Legal
Terms and conditions Privacy policy
© 2026 PeakU Inc. All Rights Reserved.
Andres GPT
Show me some job opportunities
There's an error!