Skip to content

Instantly share code, notes, and snippets.

@retlet
retlet / pixiv_staccfeed_illust_larger.user.js
Created April 22, 2011 11:31
ぴくしぶすたっくふぃーどのいらすとをおおきくするよ
// ==UserScript==
// @name pixiv staccfeed illust larger
// @version 0.2
// @author retlet
// @namespace http://retlet.net/
// @description nya-n.
// @include http://www.pixiv.net/stacc/*
// ==/UserScript==
(function(){
@satyr
satyr / gist_logs.user.js
Created May 6, 2009 22:13
Shows commit logs on Gist.
// ==UserScript==
// @name gist logs
// @namespace http://d.hatena.ne.jp/murky-satyr
// @description Shows commit logs on Gist.
// @include https://gist.github.com/*
// @license WTFPL
// ==/UserScript==
Array.forEach(document.querySelectorAll('#revisions .id'), function(a){
GM_xmlhttpRequest({
method: 'get', url: 'https://raw.github.com/gist'+ a.pathname +'/meta',
@satyr
satyr / gist_diff.user.js
Created May 5, 2009 22:40 — forked from ucnv/README.md
Diffs on Gist with google-diff-match-patch
// ==UserScript==
// @name gist diff
// @namespace http://github.com/satyr
// @description Shows diffs on Gist with google-diff-match-patch.
// @include https://gist.github.com/*
// @require https://raw.github.com/gist/105908
// @require https://google-diff-match-patch.googlecode.com/svn/trunk/javascript/diff_match_patch.js
// @fork_of http://gist.github.com/105913
// @check_also http://gist.github.com/107780
// ==/UserScript==
@taizooo
taizooo / ReblogCommand.user.js
Created February 25, 2009 16:23
send to twitter されてしまっていたのを止めた。& window.open(url) を GM_openInTab(url) に変更 & clear-pin が効かなかったのを修正
// ==UserScript==
// @name ReblogCommand
// @namespace http://white.s151.xrea.com/
// @include http://*
// @include https://*
// @exclude http://www.tumblr.com/share
// ==/UserScript==
(function() {