Skip to content

Instantly share code, notes, and snippets.

@okisanjp
Created April 26, 2015 09:06
Show Gist options
  • Select an option

  • Save okisanjp/f2a3d97a62d0abb2052d to your computer and use it in GitHub Desktop.

Select an option

Save okisanjp/f2a3d97a62d0abb2052d to your computer and use it in GitHub Desktop.
Amazon商品ページからアソシエイトタグ付きHTMLを生成
javascript:(function() {var m = "&tag=YOUR_ASSOCIATE_TAG";var u = location.href;prompt('Associate URL' ,'<a href="' + u + m + '" target="_blank">' + document.title + '</a>');})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment