Last active
July 26, 2026 03:05
-
-
Save sendarionn/398c51f9b903058f415eb71a457529f2 to your computer and use it in GitHub Desktop.
GyazoのURLをCosenseで検索するブックマークレット
This file contains hidden or 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 currentUrl=encodeURIComponent(location.href);var newUrl='https://scrapbox.io/sendarionn/search/page?q=%27+currentUrl;window.open(newUrl,%27_blank%27);})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment