Skip to content

Instantly share code, notes, and snippets.

@alanvitor
Last active November 7, 2021 14:41
Show Gist options
  • Save alanvitor/c1f17c4a3f01b6554a56ce7d314be74f to your computer and use it in GitHub Desktop.
Save alanvitor/c1f17c4a3f01b6554a56ce7d314be74f to your computer and use it in GitHub Desktop.
Some useful JS snippets
// Generally, run in browser's console.
// re-enable paste in forms
document.addEventListener('paste', e => e.stopImmediatePropagation(), true);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment