/*
* @title Amazon から Kinoppy
* @description なんか、パーセントエンコーディングがアレ←プロトコルでリダイレクトされてた
* @include http://*
* @license MIT License
* @require
*/
void (
// location.href="https://www.kinokuniya.co.jp/disp/CSfDispListPage_001.jsp?qs=true&ptk=01&q="+JSON.parse(document.querySelector('[data-show-all-offers-display]').dataset.showAllOffersDisplay).asin
location.href="https://www.kinokuniya.co.jp/disp/CSfDispListPage_001.jsp?qs=true&ptk=03&q="+encodeURIComponent(productTitle.textContent.trim())
)