Skip to content

Instantly share code, notes, and snippets.

@efontan
Created March 17, 2019 19:05
Show Gist options
  • Save efontan/c8228b39e2e7e591a1f9381cc3767176 to your computer and use it in GitHub Desktop.
Save efontan/c8228b39e2e7e591a1f9381cc3767176 to your computer and use it in GitHub Desktop.
Disable paste blockers on forms
javascript:void($('input').attr('onpaste', ''));
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment