Skip to content

Instantly share code, notes, and snippets.

@chsh
Created September 3, 2017 06:22
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save chsh/a52644d51ade77b0015f2478687872df to your computer and use it in GitHub Desktop.
Save chsh/a52644d51ade77b0015f2478687872df to your computer and use it in GitHub Desktop.
Amazon.co.jp URL shortener bookmarklet.
javascript:var asin=document.getElementById('ASIN').value;location.href='http://amazon.jp/dp/'+asin;
@chsh
Copy link
Author

chsh commented Sep 3, 2017

使い方 Amazon URL Shortener をブックマークしたあと、その内容を javascript:var asin=document.getElementById('ASIN').value;location.href='http://amazon.jp/dp/'+asin; に置き換えて保存してください。Amazon.co.jpのページでそのブックマークをクリックすると、URLが一番シンプルな形で短くなります。

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment