Skip to content

Instantly share code, notes, and snippets.

@hiroxto
Last active July 14, 2020 08:28
Show Gist options
  • Save hiroxto/380ff423aacfe5ef08d0d86a8561e8cb to your computer and use it in GitHub Desktop.
Save hiroxto/380ff423aacfe5ef08d0d86a8561e8cb to your computer and use it in GitHub Desktop.
Amazon の URL を短くするブックマークレット
javascript:void((() => {const asin = document.getElementById('ASIN').value;location.href = `https://www.amazon.co.jp/dp/${asin}`;})());
void((() => {
const asin = document.getElementById('ASIN').value;
location.href = `https://www.amazon.co.jp/dp/${asin}`;
})());
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment