Skip to content

Instantly share code, notes, and snippets.

@ngntrgduc
Last active July 27, 2023 07:51
Show Gist options
  • Save ngntrgduc/ee051cae8d3312c7ec636bc1585763b1 to your computer and use it in GitHub Desktop.
Save ngntrgduc/ee051cae8d3312c7ec636bc1585763b1 to your computer and use it in GitHub Desktop.
Open in Colab bookmarklet for GitHub
javascript: (() => {
var url = window.location.href;
window.location.href = "https://colab.research.google.com/" + url.replace(".com", "").slice(8);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment