Update autofill.js

Removed data-lpignore.
This commit is contained in:
Tecsi Aron 2021-06-02 21:09:30 +03:00 committed by GitHub
parent d303e61745
commit 1081f505d6
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -555,7 +555,7 @@
var els = [];
try {
var elsList = theDoc.querySelectorAll('input:not([type="hidden"]):not([type="submit"]):not([type="reset"])' +
':not([type="button"]):not([type="image"]):not([type="file"]):not([data-lpignore="false"]):not(data-bwignore="true"), select');
':not([type="button"]):not([type="image"]):not([type="file"]):not(data-bwignore="true"), select');
els = Array.prototype.slice.call(elsList);
} catch (e) { }