Created
January 21, 2020 12:32
-
-
Save karpada/5a7736a2d09684d556f98d6cbc7275fb to your computer and use it in GitHub Desktop.
Auto Duo Security - Send push automatically
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Auto Duo Security - Send push automatically | |
// @match https://*.duosecurity.com/* | |
// @require http://ajax.googleapis.com/ajax/libs/jquery/2.1.0/jquery.min.js | |
// @require https://gist.github.com/raw/2625891/waitForKeyElements.js | |
// ==/UserScript== | |
waitForKeyElements ("#auth_methods > fieldset > div.row-label.push-label > button.auth-button.positive", function(jNode) { | |
jNode.click() | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tampermonkey Stable: https://chrome.google.com/webstore/detail/dhdgffkkebhmkfjojejmpbldmpobfkfo