Last active
May 2, 2017 02:09
-
-
Save moguno/5f101838cd7d3db8f8794c83f3b7b06f to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Plugin.create(:"mikutter-んほぉぉ!イッぐぅぅ!!") { | |
on_gui_timeline_add_messages { |widget, messages| | |
Thread.new { | |
messages.each { |_| | |
message = _.message.to_s.gsub("\n", "") | |
if (message =~ /\<\;script/) && (message =~ /alert\(\"([^\"]+)\"\)/) | |
んほぉぉ! = $1 | |
Delayer.new { | |
::Gtk::Dialog.confirm(んほぉぉ!) | |
} | |
end | |
} | |
} | |
} | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment