Skip to content

Instantly share code, notes, and snippets.

@takashicompany
Created January 22, 2016 00:29
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takashicompany/55724dd0e1edc3be33ad to your computer and use it in GitHub Desktop.
Save takashicompany/55724dd0e1edc3be33ad to your computer and use it in GitHub Desktop.
癒やしLGTMのブックマークレット改良版
javascript:(function(){
window.callback = function(json) {
javascript:prompt("【癒やしLGTM】下記のテキストをコピーしてGitHubのコメントに貼り付けよう!!\n※貼り付けた後、画像が表示されるまで少し時間がかかります。", json.lgtm);
};
var d = document;
var e = d.createElement('script');
e.charset='utf-8';
e.src = 'http://takashicompany.com/api/lgtm/jsonp';
d.getElementsByTagName('head')[0].appendChild(e);
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment