Greasy Fork is available in English.

Allow Password Remembering

Removes autocomplete="off" attributes

Autor
not
Instalări zilnice
0
Total instalări
1.053
Rating-uri
13 0 0
Versiune
1.0
Creat
09-06-2014
Actualizat
09-06-2014
Licență
N/A
Se aplică pe
Toate site-urile

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