Created
April 7, 2014 09:54
-
-
Save jbolster/10017531 to your computer and use it in GitHub Desktop.
Enable all the autocompletes!
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:[].forEach.call(document.querySelectorAll("form,input"), function(e){ e.removeAttribute("autocomplete")}) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment