Skip to content

Instantly share code, notes, and snippets.

@jruz
Created January 3, 2021 17:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jruz/5eb77e57738c110365bcc0ca8005beb1 to your computer and use it in GitHub Desktop.
Save jruz/5eb77e57738c110365bcc0ca8005beb1 to your computer and use it in GitHub Desktop.
Restore pasting on banistmo.com
Array.from(document.querySelectorAll("input[type=\"text\"]")).forEach(n => n.removeAttribute("onpaste"))
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment