Skip to content

Instantly share code, notes, and snippets.

@taoufix
Created June 11, 2015 11:53
Show Gist options
  • Save taoufix/424cc0891fb2d51289ce to your computer and use it in GitHub Desktop.
Save taoufix/424cc0891fb2d51289ce to your computer and use it in GitHub Desktop.
// ==UserScript==
// @name Autocomplete ON
// @namespace http://taoufix.com/autocomplete-on
// @description Set Autocomplete on on password fields
// @include *
// @version 1
// @require http://ajax.googleapis.com/ajax/libs/jquery/1.9.1/jquery.min.js
// @grant none
// ==/UserScript==
$("input[type='password']").removeAttr("autocomplete");
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment