Skip to content

Instantly share code, notes, and snippets.

@SamMousa
Created April 22, 2014 16:08
Show Gist options
  • Save SamMousa/11185003 to your computer and use it in GitHub Desktop.
Save SamMousa/11185003 to your computer and use it in GitHub Desktop.
$('<input name="avg-browser-dev-iq" value="60" type="password" style="display: none;"/>').prependTo('form[autocomplete=off]input[type=password], input[type=password][autocomplete=off]');
setTimeout(function() {
$('input[name=avg-browser-dev-iq]').prop('disabled', true);
}, 15);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment