Skip to content

Instantly share code, notes, and snippets.

View ombran's full-sized avatar

Nobuhiro Nakashima ombran

View GitHub Profile
@ombran
ombran / EmmetKeybindingUserSetting.sublime-keymap
Created November 30, 2013 06:25
Sublime textへのEmmetインストール後のキーバインド調整
[
{
"keys": [
"ctrl+d"
],
"command": "right_delete"
},
{
"keys": [
"ctrl+e"
// ==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(){
require 'open-uri'
require 'xmlrpc/client'
require 'rexml/document'
require 'digest/md5'
require 'rubygems'
require 'json'
class SBM
# 初期設定
@ombran
ombran / dragscroll.user.js
Created October 4, 2008 06:22
drag and page scroll
// ==UserScript==
// @name DragScroll
// @namespace http://github.com/ombran
// @include *
// ==/UserScript==
(function(){
function DragScroll(){
this.initialize.apply(this, arguments);