Skip to content

Instantly share code, notes, and snippets.

@4foot30
Created September 30, 2016 19:00
Show Gist options
  • Save 4foot30/03f2badb4239a93c8925a0fa1730a609 to your computer and use it in GitHub Desktop.
Save 4foot30/03f2badb4239a93c8925a0fa1730a609 to your computer and use it in GitHub Desktop.
Add as a browser bookmark to bypass required form fields on a page (not my code!)
javascript:for(var f%3Ddocument.forms,i%3Df.length%3Bi--%3B)f%5Bi%5D.setAttribute("novalidate","")%3B
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment