Skip to content

Instantly share code, notes, and snippets.

// ==UserScript==
// @name tweets_filter
// @namespace http://www.relucks.org/
// @include http://twitter.com/*
// ==/UserScript==
var re = /(4sq.com|forsquare|dannna_o|big-retweet-icon|twitterfeed|http:\/\/tumblr\.com\/x|toukubo|otsune)/
// var re = /(4sq.com|#example)/
filter(document)
// ==UserScript==
// @name gist: replace title with filename
// @namespace http://d.hatena.ne.jp/youpy/
// @include http://gist.github.com/*
// @exclude http://gist.github.com/gists
// @require https://gist.github.com/3242.txt
// ==/UserScript==
(function() {
var username = $X('id("owner")//div[@class="name"]/node()[self::text() or self::a]')[0].textContent.replace(/ *$/,'');
// ==UserScript==
// @name TwitterAutoLogin
// @namespace http://polog.org/
// @include http://twitter.com*
// @require http://gist.github.com/3242.txt
// ==/UserScript==
// ref http://gist.github.com/102494
var login = $X('id("topnav header")//a[contains(@href, "/login")]',document)
if(login.length)
// ==UserScript==
// @name ReTweetCommandX
// @namespace http://d.hatena.ne.jp/Constellation/
// @description ReTweet Command for LDRize (for Official RT)
// @include http://twitter.com/*
// @include https://twitter.com/*
// @include http://search.twitter.com/*
// @include http://pcod.no-ip.org/*
// ==/UserScript==
// ==UserScript==
// @name His/Her Gists!
// @namespace http://hail2u.net/
// @description Insert a link to his/her Gists page in his/her profile page.
// @include http://github.com/*
// @exclude http://github.com/*/*
// ==/UserScript==
// console.time("hisher_gists");
// ==UserScript==
// @name gist: replace title with filename
// @namespace http://d.hatena.ne.jp/youpy/
// @include http://gist.github.com/*
// @exclude http://gist.github.com/gists
// @require http://gist.github.com/3242.txt
// ==/UserScript==
(function() {
var username = $X('id("owner")//a')[0].textContent;
// ==UserScript==
// @name gist: replace title with filename
// @namespace http://d.hatena.ne.jp/youpy/
// @include http://gist.github.com/*
// @exclude http://gist.github.com/gists
// @require http://gist.github.com/raw/3242/1a7950e033a207efcfc233ae8d9939b676bdbf46
// ==/UserScript==
(function() {
var username = $X('id("owner")//a')[0].textContent;
// ==UserScript==
// @name Dashboard + Tombloo
// @namespace http://d.hatena.ne.jp/Constellation/
// @description register reblog command by Tombloo
// @include http://www.tumblr.com/dashboard*
// @include http://www.tumblr.com/show*
// @include http://www.tumblr.com/iphone*
// ==/UserScript==
//
// Detail : Pinned-node Reblog
// ==UserScript==
// @name ReTweetCommand
// @namespace http://d.hatena.ne.jp/Constellation/
// @description ReTweet Command for LDRize
// @include http://twitter.com/*
// @include https://twitter.com/*
// @include http://search.twitter.com/*
// @include http://pcod.no-ip.org/*
// @require http://gist.github.com/198443.txt
// ==/UserScript==
models.register( {
name : 'Clipboard',
ICON : 'data:image/png;base64,'+
'iVBORw0KGgoAAAANSUhEUgAAABAAAAAQCAYAAAAf8/9hAAAABGdBTUEAAK/INwWK6QAAABl0RVh0'+
'U29mdHdhcmUAQWRvYmUgSW1hZ2VSZWFkeXHJZTwAAAHvSURBVDjLjZI/aFNRFMZ/Ly+GlCYlaMF/'+
'1D+4FQRJREigk7OiIAguHSwUkrkgLhVcpIurQjdBcLAITi4FETpIAw46CGIHJ0tFamlt3rvnfA7J'+
'i2kTwQOXe4b7/c73HW4kCYCnc+engU8M1/b88kaFf1T05O65KvAAuFY6epw79xfZ3XoPwPjkFZ4t'+
'3uP37i+A58DK/PLGy0FAHli5euPmmbFSmfTrByRhnV0AJDFzcYrcyQtIuvXm1evrwBDg7FhpgmRn'+
'k+CBjRePQQLEltoIsb/5jeLk6QJQOBwhD4AbCoFc5QRuAckP5tzfI9neG7mDPIDc8RDwtIOnnZ6D'+
'/6seIOCW9ie7Ij7+mGDfYlB3F4oKfD8yTavVWnJ3zAwz+9wDGB5SsICbkYQc8dgkt+cekiTJ4aEL'+