Advertisement
Guest User

Untitled

a guest
Feb 28th, 2017
94
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.24 KB | None | 0 0
  1. * chrome: thêm thuộc tính autocomplete="new-password" vào input password
  2. * firefox: thêm 2 input ẩn có type bằng text với password
  3. ```html
  4. <input type="text" style="display:none" />
  5. <input type="password" style="display:none" />
  6. ```
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement