Skip to content

Instantly share code, notes, and snippets.

@PatelUtkarsh
Created April 5, 2021 11:38
Show Gist options
  • Save PatelUtkarsh/2e6d648d1557bcd358f817e4bff13c78 to your computer and use it in GitHub Desktop.
Save PatelUtkarsh/2e6d648d1557bcd358f817e4bff13c78 to your computer and use it in GitHub Desktop.
Download active collab attachments from discussion
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