Allow Password Remembering

Removes autocomplete="off" attributes

Autor
not
Denně instalací
0
Celkem instalací
1.053
Hodnocení
13 0 0
Verze
1.0
Vytvořeno
09. 06. 2014
Aktualizováno
09. 06. 2014
Licence
neuvedeno
Spustit na
všech stránkách

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