Allow Password Remembering

Removes autocomplete="off" attributes

질문, 리뷰하거나, 이 스크립트를 신고하세요.
개발자
not
일일 설치수
0
총 설치수
1,053
평점
13 0 0
버전
1.0
생성
2014-06-09
갱신
2014-06-09
라이선스
없음
동작 사이트
모든 사이트

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