Created
April 24, 2021 17:32
-
-
Save renanalencar/6d3516c8f1c7b51f9f771bcc41d24af0 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-connect-button").shadowRoot.getElementById('connect').click(); | |
} | |
setInterval(ClickConnect,60000); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment