Created
September 11, 2020 05:24
-
-
Save paulaksm/4652414f39ae265c2bcc58824f73b50e to your computer and use it in GitHub Desktop.
Prevent Colab from disconnecting
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
function ClickConnect(){ | |
console.log("Clicked on connect button"); | |
document.querySelector("#ok").click() | |
} | |
setInterval(ClickConnect,60000) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment