Allow Password Remembering

Removes autocomplete="off" attributes

Tekijä
not
Päivittäiset asennukset
0
Asennuskerrat
1 053
Arvostelut
13 0 0
Versio
1.0
Luotu
9.6.2014
Päivitetty
9.6.2014
Lisenssi
N/A
Käytössä
Kaikki sivustot

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