Last active
July 26, 2026 03:34
-
-
Save sendarionn/0fb9ae4e10c2c4556e15627fb29a377c to your computer and use it in GitHub Desktop.
選択した文字列をCosenseで検索するブックマークレット({project-name}は対象プロジェクト名で置換)
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:(()=>{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