Skip to content

Instantly share code, notes, and snippets.

@brodzik
Created April 8, 2021 13:14
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save brodzik/c525c78a9d16cf6e32939d93031075d4 to your computer and use it in GitHub Desktop.
Save brodzik/c525c78a9d16cf6e32939d93031075d4 to your computer and use it in GitHub Desktop.
Prevents Google Colab from disconnecting.
function ClickConnect() {
document.querySelector("colab-toolbar-button").click()
} setInterval(ClickConnect, 600000)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment