Skip to content

Instantly share code, notes, and snippets.

@moyashi
Created May 15, 2023 01:48
Show Gist options
  • Save moyashi/3c902e4187c859bc61d756274bca29bb to your computer and use it in GitHub Desktop.
Save moyashi/3c902e4187c859bc61d756274bca29bb to your computer and use it in GitHub Desktop.
// Amazonが直接売ってるやつだけ検索するブックマークレット
javascript:var%20kwd%3DencodeURIComponent(window.prompt(%22Amazon%E6%A4%9C%E7%B4%A2%22%2C%22%22))%3Bif(kwd%20!%3D%22null%22)%7Bwindow.location.href%3D%22https%3A%2F%2Fwww.amazon.co.jp%2Fs%3Fk%3D%22%20%2B%20kwd%20%2B%20%22%26emi%3DAN1VRQENFRJN5%22%3B%7Dvoid(0);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment