Skip to content

Instantly share code, notes, and snippets.

@prrao87
Last active March 25, 2024 07:14
Show Gist options
  • Save prrao87/6d02e17396d931327446a0747b364824 to your computer and use it in GitHub Desktop.
Save prrao87/6d02e17396d931327446a0747b364824 to your computer and use it in GitHub Desktop.
Prevent google colab from disconnecting on chrome (right mouse click -> inspect -> console tab -> insert code)
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