Skip to content

Instantly share code, notes, and snippets.

@Perturbatio
Created November 16, 2016 01:31
Show Gist options
  • Save Perturbatio/43d83279f8f1ec5024708fc41571189d to your computer and use it in GitHub Desktop.
Save Perturbatio/43d83279f8f1ec5024708fc41571189d to your computer and use it in GitHub Desktop.
Unrequire elements bookmarklet
javascript:(function()%7Bvar%20selector%3D'input%2Ctextarea%2Cselect'%3B%5B%5D.slice.call(document.querySelectorAll(selector)).forEach(function(value%2C%20index%2C%20list)%7Bvalue.required%3D''%3B%7D)%7D)()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment