Allow Password Remembering

Removes autocomplete="off" attributes

目前为 2014-06-09 提交的版本。查看 最新版本

作者
not
评分
0 0 0
版本
1.0
创建于
2014-06-09
更新于
2014-06-09
大小
2.3 KB
许可证
暂无
适用于
所有网站

// 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