Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save paselin/5565d2282057f55f5ec3197d811fd7ad to your computer and use it in GitHub Desktop.
Save paselin/5565d2282057f55f5ec3197d811fd7ad to your computer and use it in GitHub Desktop.
この中身をコピペしてブックマークのURLに貼り付けてね
javascript:var%20protocol=location.protocol;var%20hostname=location.hostname;var%20path=location.pathname;var%20dpCode='';if(!hostname.match(/www\.amazon\.co\.jp/)){exit;}if(path.match(/\/dp\/[a-zA-Z0-9]*/)){dpCode=path.match(/\/dp\/[a-zA-Z0-9]*/);}if(path.match(/\/gp\/*\/[a-zA-Z0-9]*/)){dpCode="/dp/"+path.match(/gp.*\/([a-zA-Z0-9]*)/)[1];}var%20newUrl=protocol+"//"+hostname+dpCode;alert(newUrl);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment