Skip to content

Instantly share code, notes, and snippets.

@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() {
@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==
@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',
@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(){
@syoichi
syoichi / a_smart_dashboard_have_my_id.user.js
Created July 7, 2011 04:43 — forked from rummelonp/a_smart_dashboard_have_my_id.user.js
自分のIDやページのURLがDashboardなどから取得できない時でも部分的に動作するように修正した。また、Likeなどのページでも動作するように変更した。
// ==UserScript==
// @id A smart dashboard have my id
// @name A smart dashboard have my id
// @namespace http://mitukiii.jp/
// @author mitukiii
// @version 0.0.3
// @update 2012-02-16T03:26:28.351Z(GMT+09:00)
// @description TumblrのDashboardで自分からReblogされた/自分のidを含んだpostを折り畳むスクリプト
// @include http://www.tumblr.com/dashboard*
// @include http://www.tumblr.com/show/*
@syoichi
syoichi / pixiv_staccfeed_illust_larger.user.js
Created September 29, 2011 13:07 — forked from saitamanodoruji/pixiv_staccfeed_illust_larger.user.js
Chrome 19.0.1084.56、Safari 5.1.7(NinjaKit 0.9.1)、Opera 11.64でも動作するようにし、また、適用するCSSを変更した。
// ==UserScript==
// @id pixiv staccfeed illust larger
// @name pixiv staccfeed illust larger
// @namespace http://retlet.net/
// @author retlet
// @contributer saitamanodoruji
// @version 0.4.1
// @update 2012-06-14T10:07:54.763Z(GMT+09:00)
// @description nya-n.
// @include http://www.pixiv.net/stacc/*
@serian
serian / extractor.NicoNicoDouga.Video.js
Created October 7, 2011 17:31
tombloo NicoNicoDouga Firefox
Tombloo.Service.extractors.register([
{
name : 'Video - Nico Nico Douga',
ICON : models.Nicovideo.ICON,
check : function(ctx){
return ctx.href.match('^http://www\.nicovideo\.jp/watch/');
},
extract : function(ctx){
return {
type : 'video',
@syoichi
syoichi / reblogable.user.js
Created January 13, 2012 22:53
Add shortcut key T for Reblog on Tumblr Dashboard.
// ==UserScript==
// @id Reblogable
// @name Reblogable
// @namespace http://syoichi.tumblr.com/
// @version 0.0.5
// @description Add shortcut key T for Reblog on Tumblr Dashboard.
// @include http://www.tumblr.com/dashboard*
// @include http://www.tumblr.com/show/*
// @include http://www.tumblr.com/likes*
// @include http://www.tumblr.com/liked/by/*
@syoichi
syoichi / tumblr_dashboard_show_post_time.user.js
Created February 10, 2012 17:24 — forked from saitamanodoruji/tumblr_dashboard_showtime.user.js
AutoPatchWorkやendless scrollingを利用している時にも、読み込んだ次のページでポストの投稿時間が表示されるように修正した。また、Likeなどのページでも動作するように変更した。
// ==UserScript==
// @id Tumblr Dashboard Show Post Time
// @name Tumblr Dashboard Show Post Time
// @namespace http://saitamanodoruji.tumblr.com/
// @author saitamanodoruji
// @version 0.0.2
// @update 2012-02-11T02:31:23.029Z(GMT+09:00)
// @description TumblrのDashboardなどのページでポストの横に投稿時間を表示する。
// @include http://www.tumblr.com/dashboard*
// @include http://www.tumblr.com/show/*
@syoichi
syoichi / twitter_custom_module.user.js
Created February 18, 2012 16:01 — forked from kkosuge/twitter_custom_module.user.js
ログアウトしている時でも外部サービス一覧を表示するように修正した。その他、Twilog・検索ページのリンクの修正、外部サービスにTogetterを追加、Twtrfrndのユーザーを固定せずにログイン中のユーザーに対応、ログイン中のユーザーのページでも動作、HTTPSのページでのみ動作、などの変更を行った。
// ==UserScript==
// @id twitter_custom_module
// @name twitter_custom_module
// @namespace http://kksg.net
// @author kkosuge
// @version 1.1.2
// @update 2012-02-19T01:13:24.757Z(GMT+09:00)
// @description New New Twitter (2011/12/09 ~) のサイドバーに便利サービスのリンクを追加します。
// @include https://twitter.com/*
// @run-at document-end