Last active
December 18, 2019 04:50
-
-
Save BenjaminWegener/a721d430222483040bd8c92b26d78018 to your computer and use it in GitHub Desktop.
auto reconnect google colab bookmarklet
This file contains 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
javascript:(function(){ | |
console.log("Working"); | |
document.querySelector("colab-toolbar-button#connect").click() | |
}.setInterval(60000)) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment