Created
January 5, 2024 00:32
-
-
Save sago35/d477577316f02df36efc899edb3c17e9 to your computer and use it in GitHub Desktop.
[bookmarklet] open with kicanvas
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
javascript:(function() { | |
var githubUrl = window.location.href; | |
var encodedUrl = encodeURIComponent(githubUrl); | |
window.location.href = 'https://kicanvas.org/?github=' + encodedUrl; | |
})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
ChatGPT 先生に作ってもらった。