This file contains 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 DragScroll | |
// @namespace http://github.com/ombran | |
// @include * | |
// ==/UserScript== | |
(function(){ | |
function DragScroll(){ | |
this.initialize.apply(this, arguments); |
This file contains 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
require 'open-uri' | |
require 'xmlrpc/client' | |
require 'rexml/document' | |
require 'digest/md5' | |
require 'rubygems' | |
require 'json' | |
class SBM | |
# 初期設定 |
This file contains 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 Twitter Incremental Search Helper | |
// @description Twitterページ内をインクリメンタルサーチ | |
// @namespace http://github.com/ombran | |
// @include http://twitter.com/* | |
// @exclude http://twitter.com/friends | |
// @exclude http://twitter.com/followers | |
// ==/UserScript== | |
(function(){ |
This file contains 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
Show hidden characters
[ | |
{ | |
"keys": [ | |
"ctrl+d" | |
], | |
"command": "right_delete" | |
}, | |
{ | |
"keys": [ | |
"ctrl+e" |