Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save saitamanodoruji/361918 to your computer and use it in GitHub Desktop.
Save saitamanodoruji/361918 to your computer and use it in GitHub Desktop.
* Tumblrへのポストを必ず allow_photo_replies するパッチ
addAround(Tumblr, 'appendTags', function(proceed, args){
args[0]['allow_photo_replies'] = 'on';
return proceed(args);
});
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment