Skip to content

Instantly share code, notes, and snippets.

@CypherpunkSamurai
Forked from prrao87/googleColabHold.js
Created February 10, 2025 06:57
Show Gist options
  • Save CypherpunkSamurai/2872bbdc67c7c18bfc284a0fefe51edc to your computer and use it in GitHub Desktop.
Save CypherpunkSamurai/2872bbdc67c7c18bfc284a0fefe51edc 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