script.jsfunction amazonSearch() { const URL = `https://www.amazon.co.jp/s?k=${scrapbox.Page.title}&i=stripbooks`; window.open(URL); }