Greasy Fork is available in English.

Allow Password Remembering

Removes autocomplete="off" attributes

Autor
not
Dziennych instalacji
0
Wszystkich instalacji
1 053
Oceny
13 0 0
Wersja
1.0
Utworzono
09-06-2014
Zaktualizowano
09-06-2014
Licencja
Brak licencji
Dotyczy
Wszystkie strony

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