Skip to content

Instantly share code, notes, and snippets.

@DOGEME
DOGEME / ogyohee.rb
Created January 11, 2012 06:53
オギョヒーっていう時用 / earthquake.gem plugin
# -*- coding: utf-8 -*-
# ogyohee tweet / earthquake plugin
#
# ogyohee: http://shindanmaker.com/152454
#
require 'httpclient'
Earthquake.init do
command :ogyohee do
url = "http://shindanmaker.com/152454"
@DOGEME
DOGEME / kusa.user.js
Created March 1, 2012 15:02 — forked from cxx/ii.user.js
草はやすやつ
// ==UserScript==
// @name 草はやすやつ
// @namespace http://twitter.com/cxx
// @include http://www.facebook.com/plugins/like.php?*
// @version 1.2.1
// ==/UserScript==
var texts = document.evaluate('.//text()', document.body, null, XPathResult.UNORDERED_NODE_SNAPSHOT_TYPE, null);
for (var i = 0, len = texts.snapshotLength; i < len; i++) {
var t = texts.snapshotItem(i);
@DOGEME
DOGEME / teiji.rb
Created January 31, 2013 01:07
定時出社するやつ
# -*- coding: utf-8 -*-
# teiji syussya tweet / earthquake plugin
#
# teiji: http://shindanmaker.com/311937
#
require 'httpclient'
Earthquake.init do
command :teiji do
url = "http://shindanmaker.com/311937"