Skip to content

Instantly share code, notes, and snippets.

@sago35
Created January 5, 2024 00:32
Show Gist options
  • Select an option

  • Save sago35/d477577316f02df36efc899edb3c17e9 to your computer and use it in GitHub Desktop.

Select an option

Save sago35/d477577316f02df36efc899edb3c17e9 to your computer and use it in GitHub Desktop.
[bookmarklet] open with kicanvas
javascript:(function() {
var githubUrl = window.location.href;
var encodedUrl = encodeURIComponent(githubUrl);
window.location.href = 'https://kicanvas.org/?github=' + encodedUrl;
})();
@sago35

sago35 commented Jan 5, 2024

Copy link
Copy Markdown
Author

ChatGPT 先生に作ってもらった。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment