Skip to content

Instantly share code, notes, and snippets.

@tanatana
Created October 21, 2014 04:50
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save tanatana/ac0930325eae32be94a4 to your computer and use it in GitHub Desktop.
Save tanatana/ac0930325eae32be94a4 to your computer and use it in GitHub Desktop.
感想書き放題
javascript:(function(){
var editorBaseURL = "http://blog.hatena.ne.jp/my/edit?";
var title = document.getElementsByClassName('entry-title-link')[0].textContent;
var entryURL = document.getElementsByClassName('entry-title-link')[0].href;
location.href = editorBaseURL + "title=" + encodeURIComponent(title + "の感想") + "&;body=" + encodeURIComponent("[" + entryURL + ":embed]\n[" + entryURL + ":title]");
})()
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment