Created
April 6, 2023 10:19
-
-
Save DominguesM/ff5f47401d59b38d1603bccbc3fea7d0 to your computer and use it in GitHub Desktop.
Comando para a seção do Google Colab não desconectar
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 ConnectButton(){ | |
console.log("Connect pushed"); | |
document.querySelector("#top-toolbar > colab-connect-button").shadowRoot.querySelector("#connect").click() | |
} | |
setInterval(ConnectButton, 60000); | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment