javascript:(function(){var host=location.host;if(host=='www.amazon.co.jp'){var titleElems=[document.getElementById('productTitle'),document.getElementById('ebooksProductTitle'),document.getElementById('aiv-content-title'),document.getElementById('title_feature_div')];var title=titleElems.filter(v=>{return v!=null})[0].innerText.trim().replace(/[\[|\]]/g,'');var matched=location.href.match(/(?:dp|o|gp|-|ASIN|product)\/(B[0-9A-Z]{9}|[0-9]{9}(?:X|[0-9]))/);var asin=matched!=null?matched[1]:%27%27;var shortcode=%27[amazon asin="%27+asin+%27" kw="%27+title+%27" rakuten=0 yahoo=0]%27}else{alert(%27Error:ブックマークレットのサポート範囲外のページです。%27)}if(shortcode){if(asin){if(shortcode=prompt(%27コピーしてください。%27,shortcode)){var r=document.createRange();var text=document.createTextNode(shortcode);r.selectNode(document.body.appendChild(text));window.getSelection().addRange(r);document.execCommand(%27copy%27);text.remove()}}else alert(%27Error:コードが見つかりませんでした。%27)}})();void(0);