Allow Password Remembering

Removes autocomplete="off" attributes

Автор
not
Инсталации дневно
0
Инсталации общо
1 053
Рейтинг
13 0 0
Версия
1.0
Създаден
09.06.2014
Обновен
09.06.2014
Лиценз
Няма
Работи на
Всички сайтове

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