Created
April 26, 2015 09:06
-
-
Save okisanjp/f2a3d97a62d0abb2052d to your computer and use it in GitHub Desktop.
Amazon商品ページからアソシエイトタグ付きHTMLを生成
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| 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