Allow Password Remembering

Removes autocomplete="off" attributes

Tác giả
not
Cài đặt hàng ngày
0
Số lần cài đặt
1.060
Đánh giá
13 0 0
Phiên bản
1.0
Đã tạo
09-06-2014
Đã cập nhật
09-06-2014
Size
2 KB
Giấy phép
N/A
Áp dụng cho
Tất cả trang web

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