Created
April 5, 2021 11:38
-
-
Save PatelUtkarsh/2e6d648d1557bcd358f817e4bff13c78 to your computer and use it in GitHub Desktop.
Download active collab attachments from discussion
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
Array.from(document.getElementsByClassName('attachment_download')).forEach(function(elem) { | |
setTimeout(() => { | |
elem.click(); | |
}, key * 2000 ) | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment