Allow Password Remembering

Removes autocomplete="off" attributes

Author
not
Daily installs
0
Total installs
1,046
Ratings
13 0 0
Version
1.0
Created
2014-06-09
Updated
2014-06-09
License
N/A
Applies to
All sites

// WHAT IT DOES:
// Sites can direct the browser not to save some password fields (for
// increased security). They do it by tagging the password field with
// autocomplete="off", in the HTML. "Allow Password Remembering" removes
// these tags, so that the user can decide which password the browser
// should save.

// Copyright (c) 2005, Julien Couvreur