FancyKing

Colab time

Mar 11th, 2021 (edited)
550
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. function ConnectButton(){
  2.     console.log("Connect pushed");
  3.     document.querySelector("#top-toolbar > colab-connect-button").shadowRoot.querySelector("#connect").click()
  4. }
  5. setInterval(ConnectButton,600000);
Add Comment
Please, Sign In to add comment