Greasy Fork is available in English.

Allow Password Remembering

Removes autocomplete="off" attributes

Fejlesztő
not
Napi telepítések
0
Telepítések száma
1 046
Értékelések
13 0 0
Verzió
1.0
Létrehozva
2014.06.09.
Frissítve
2014.06.09.
Licensz
Ismeretlen
Érvényes
Minden oldal

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