Skip to content

Instantly share code, notes, and snippets.

@shibafu528
Last active August 29, 2015 14:05
Show Gist options
  • Save shibafu528/59f913cd27624e39e2f2 to your computer and use it in GitHub Desktop.
Save shibafu528/59f913cd27624e39e2f2 to your computer and use it in GitHub Desktop.
forked from toshia/mikutter-kancolle https://github.com/toshia/mikutter-kancolle
# -*- coding: utf-8 -*-
require "webkit-gtk2"
Plugin.create(:nijiru) do
tab(:nijiru, "鳥") do
view = WebKitGtk2::WebView.new
view.load_uri("http://detteiu.net/nijiru/")
nativewidget view.show_all
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment