Skip to content

Instantly share code, notes, and snippets.

@klim0824
Created March 21, 2020 18:19
Show Gist options
  • Select an option

  • Save klim0824/368638419dcda8c57d40e461f7e00263 to your computer and use it in GitHub Desktop.

Select an option

Save klim0824/368638419dcda8c57d40e461f7e00263 to your computer and use it in GitHub Desktop.
javascript:(function(){var%20d=location.pathname.split('/');for(var%20i=0;i<d.length;i++){if(d[i].length=10&&/^[A-Z0-9]*$/.test(d[i])){window.location.href='https://www.amazon.co.jp/dp/'+d[i]+'/ref=nosim?tag=hoge-22'}}})();
@klim0824
Copy link
Author

問題点

  • AmazonのURLによって挙動が変わる
    • おそらくURL末尾に / があるかどうか
  • Amazon以外の時にブックマークレットを発動してしまうとAmazonに遷移してしまう

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