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
#-*- encoding: utf-8 -*- | |
Earthquake.init do | |
command %r|^:quote\s+(\d+)\s+(.*)$|, :as => :quote do |m| | |
target = twitter.status(m[1]) | |
text = "#{m[2]} http://twitter.com/#{target["user"]["screen_name"]}/status/#{m[1].to_s}" | |
if confirm("retweet 'RT @#{target["user"]["screen_name"]}: #{target["text"]}'\nupdate '#{text}'") | |
async_e { | |
twitter.retweet(m[1]) |
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
白い瓶に封じられたディスク | |
茶色のハンドバッグに隠されたセキュリティカード | |
赤いビニール袋に入ったIDカード | |
茶色のペットボトルに詰めこまれた宝の地図 | |
赤い謎の像に入った地図 | |
紫色のワインボトルに封じられた証拠写真 | |
金色の段ボール箱に厳重に保管された覚醒剤 | |
銀色のコーラの空き缶に入っているフロッピーディスク | |
銀色のペンに入った覚せい剤 | |
金色の空き缶に詰められたヘロイン |
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
// ==UserScript== | |
// @name paste_your_code_your_color.user.js | |
// @namespace http://yuyat.jp/ | |
// @description Changes style of Gist's syntax highlight | |
// @include https://gist.github.com/* | |
// ==/UserScript== | |
(function () { | |
var changeStyle = function (className, style) { | |
var |
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
// ==UserScript== | |
// @name TogetterFilter | |
// @namespace TogetterFilter | |
// @description Togetterを任意のユーザー名を用いてフィルタリング | |
// @include http://togetter.com/* | |
// ==/UserScript== | |
(function() { | |
// ここにフィルタリングしたいユーザーのIDを''で囲い、,で区切って記述して下さい |