Skip to content

Instantly share code, notes, and snippets.

@milindmore22
Created July 21, 2020 10:21
Show Gist options
  • Save milindmore22/d280d94b26b6f714795649ad53c11406 to your computer and use it in GitHub Desktop.
Save milindmore22/d280d94b26b6f714795649ad53c11406 to your computer and use it in GitHub Desktop.
Test On Load Download
(function() {
window.addEventListener('load', () => {
const download_button = document.querySelectorAll( '.download-rt-whitepaper a' );
download_button[0].click();
});
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment