Skip to content

Instantly share code, notes, and snippets.

@botchju
botchju / ohirune.html
Last active December 17, 2015 11:59 — forked from sters/ohirune.html
<html>
<body>
<a id="ohirune" target="_blank">おひるね</a>
<a id="okita" target="_blank">おきた</a>
<script type="text/javascript">
(function(){
function ohirune_web(mode){
var ohuton = ["[▓▓]", "[__]"];
@botchju
botchju / 600eur.rb
Last active August 29, 2015 14:02
mikutterで600ユーロをふぁぼ
# -*- coding: utf-8 -*-
Plugin.create :600ユーロ do
command(:wahhab,
name: '600ユーロ',
condition: lambda{ |opt| true },
visible: false,
role: :window) do |opt|
end