Colab-Tools
Colab-Tools copied to clipboard
InfoSec research and password cracking tools with Google Colab
Colab Tools
Prevent runtime disconnect:
function clickConnect() {
document.querySelector("colab-connect-button").click()
console.log("Reconnected notebook.");
}
setInterval(clickConnect,60000)