Allow Password Remembering

Removes autocomplete="off" attributes

Autor
not
Instalações hoje
0
Total de instalações
1.057
Avaliações
13 0 0
Versão
1.0
Criado
09/06/2014
Atualizado
09/06/2014
Licença
N/A
Aplicável a
Todos os sites

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