Skip to content

Instantly share code, notes, and snippets.

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

  • Save sendarionn/0fb9ae4e10c2c4556e15627fb29a377c to your computer and use it in GitHub Desktop.

Select an option

Save sendarionn/0fb9ae4e10c2c4556e15627fb29a377c to your computer and use it in GitHub Desktop.
選択した文字列をCosenseで検索するブックマークレット({project-name}は対象プロジェクト名で置換)
javascript:(()=>{const selection=window.getSelection()?.toString();if(!selection)return;window.open(`https://scrapbox.io/{project-name}/search/page?q=${encodeURIComponent(selection)}`,'_blank','noopener,noreferrer');})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment