Skip to content

So to prevent this just run the following code in the console. Ctrl+ Shift + i to open inspector view . Then goto console.

Notifications You must be signed in to change notification settings

drbilal216/Prevent-Google-Colab-from-Disconnecting

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 

Repository files navigation

Prevent-Google-Colab-from-Disconnecting

So to prevent this just run the following code in the console. Ctrl+ Shift + i to open inspector view . Then goto console. and paste code below

function ClickConnect(){ console.log("Working"); document.querySelector("colab-toolbar-button#connect").click() } setInterval(ClickConnect,60000)

About

So to prevent this just run the following code in the console. Ctrl+ Shift + i to open inspector view . Then goto console.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published