Skip to content

Instantly share code, notes, and snippets.

@sago35
Created January 5, 2024 00:32
Show Gist options
  • Save sago35/d477577316f02df36efc899edb3c17e9 to your computer and use it in GitHub Desktop.
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
Copy link
Author

sago35 commented Jan 5, 2024

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

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