javascript:(function(){const s="https://sakura-checker.jp/search/*/";let u=document.URL;let m=u.match(/\/(dp|product)\/(\w+)[\/?]/i);if(m&&m.length>1){let asin=m[2];location.href=s.replace("*",asin);}else{alert("sakuraコマンドは、Amazonの商品ページ上で実行してください。現在のURLはAmazonの商品ページではない可能性があります:"+u);}})();