Skip to content

Instantly share code, notes, and snippets.

@shibafu528
Last active August 29, 2015 14:06
Show Gist options
  • Save shibafu528/b7e71870b29293b6f84d to your computer and use it in GitHub Desktop.
Save shibafu528/b7e71870b29293b6f84d to your computer and use it in GitHub Desktop.
JCが作った画像投稿サービスに対応するmikutter plugin
# dependency
# - openimg
Plugin.create :support_esx_img do
defimageopener("ImgEsx", /^http:\/\/img\.esx\.asia\/[0-9a-f]+$/) do |url|
open(url.gsub(/\.asia\//, ".asia/pic."))
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment