Skip to content

Instantly share code, notes, and snippets.

@sendarionn
Last active July 26, 2026 03:05
Show Gist options
  • Select an option

  • Save sendarionn/398c51f9b903058f415eb71a457529f2 to your computer and use it in GitHub Desktop.

Select an option

Save sendarionn/398c51f9b903058f415eb71a457529f2 to your computer and use it in GitHub Desktop.
GyazoのURLをCosenseで検索するブックマークレット
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