Created
April 26, 2015 09:07
-
-
Save okisanjp/3e7a950c7f0c0af5fbf3 to your computer and use it in GitHub Desktop.
ブラウザ表示中ページからA8.netの商品リンクを生成
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 = "対象プログラムのA8MAT";var a = "http://px.a8.net/svt/ejp?a8mat=" + m + "&a8ejpredirect=";var u = location.href;prompt( 'Affiliate URL' , '<a href="' + a + encodeURIComponent(u) + '" target="_blank">' + document.title + '</a>' );})(); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment