Greasy Fork is available in English.

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