From 1081f505d636402b350c3d6705cb5a5a1771b38d Mon Sep 17 00:00:00 2001 From: Tecsi Aron Date: Wed, 2 Jun 2021 21:09:30 +0300 Subject: [PATCH] Update autofill.js Removed data-lpignore. --- src/content/autofill.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/autofill.js b/src/content/autofill.js index ad8ca78f27..aeba8cd385 100644 --- a/src/content/autofill.js +++ b/src/content/autofill.js @@ -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) { }