Allow Password Remembering

Removes autocomplete="off" attributes

Autor
not
Instalaciones diarias
0
Instalaciones totales
1.060
Calificaciones
13 0 0
Versión
1.0
Creado
9/6/2014
Actualizado
9/6/2014
Tamaño
2,32 KB
Licencia
Desconocida
Funciona en
Todos los sitios

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