Created
August 6, 2018 12:55
-
-
Save py7hon/d18cce464a77b7e7f47ac1f354638232 to your computer and use it in GitHub Desktop.
Usercloud DirectLink
This file contains 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
if (document.querySelector('#btn_download')) { | |
document.querySelector('#btn_download').click(); | |
} else { | |
document.querySelector('a.btn.btn-success.btn-icon-stacked').click(); | |
setTimeout(window.close(), 10000); | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment