Amazonで表示中の商品をヨドバシ.comで検索するブックマークレット
こういうの?
javascript:(
function(){
var a = encodeURIComponent(document.getElementById('productTitle').textContent.trim());
location="https://www.yodobashi.com/?word=" + a;
}
)();こういうの?
javascript:(
function(){
var a = encodeURIComponent(document.getElementById('productTitle').textContent.trim());
location="https://www.yodobashi.com/?word=" + a;
}
)();