Greasy Fork is available in English.

Allow Password Remembering

Removes autocomplete="off" attributes

Автор
not
Щоденних встановлень
0
Всього встановлень
1 055
Рейтинги
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