Greasy Fork 支持简体中文。

Allow Password Remembering

Removes autocomplete="off" attributes

作者
not
今日安裝
0
安裝總數
1,060
評價
13 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