Skip to content

Instantly share code, notes, and snippets.

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

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

Select an option

Save okisanjp/3e7a950c7f0c0af5fbf3 to your computer and use it in GitHub Desktop.
ブラウザ表示中ページからA8.netの商品リンクを生成
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