/*
* @title Scrapbox link
* @description a bookmarklet to create link text with bookmarklet
* @license MIT License
*/
javascript:(function(d,url,w){var title=d.getElementsByTagName('title')[0].innerHTML.trim();text='['+title+' '+url+']'; w.prompt('Copy to clipboard: ⌘+C or Ctrl+C',text);})(document, location.href, window)