Created
April 24, 2021 17:32
-
-
Save renanalencar/30fe294d6ba4390d5f7392ce03c2b60b to your computer and use it in GitHub Desktop.
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("Working"); | |
document.querySelector("colab-toolbar-button#connect").click() | |
} | |
setInterval(ClickConnect,60000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment