mirror of
https://github.com/twofas/2fas-browser-extension.git
synced 2024-11-21 17:49:56 +01:00
#1487 ZohoMail FIX, Discourse FIX
This commit is contained in:
parent
87309a9e8b
commit
0f48b484d2
@ -22,7 +22,8 @@ const ignoreButtonSelectors = require('./ignoreButtonSelectors');
|
||||
const formSubmitSecondSelectors = () => {
|
||||
let buttonSelectors = [
|
||||
'button[id*="submit"]',
|
||||
'button.q-btn.q-btn-primary'
|
||||
'button.q-btn.q-btn-primary',
|
||||
'button[type="button"][form="login-form"]#login-button.btn.btn-large.btn-primary.btn-icon-text'
|
||||
];
|
||||
|
||||
const linkSelectors = [
|
||||
|
@ -25,11 +25,16 @@ const ignoreButtonSelectors = () => {
|
||||
':not([class*="dropdown"])',
|
||||
':not([class*="cancel"])',
|
||||
':not([class*="hidden"])',
|
||||
':not([class*="checkbox"])',
|
||||
':not([class*="mail"])',
|
||||
':not([class*="phone"])',
|
||||
':not([disabled])',
|
||||
':not([style*="display:none"])',
|
||||
':not([style*="opacity:0"])',
|
||||
':not([style*="visibility:hidden"])',
|
||||
':not([class*="twofas"])'
|
||||
':not([class*="twofas"])',
|
||||
':not(#terminate_session_submit)',
|
||||
':not(#signin-button)'
|
||||
];
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user