Skip to content

Instantly share code, notes, and snippets.

@orumin
Last active December 30, 2015 08:19
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 orumin/7802157 to your computer and use it in GitHub Desktop.
Save orumin/7802157 to your computer and use it in GitHub Desktop.
mikutterアイコンまつり
Plugin.create(:maudchan_icon) do
maudchan = File.join(File.dirname(__FILE__), 'maudchan.png').freeze
filter_web_image_loader_url_filter do |usr|
[maudchan]
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment