Skip to content

Instantly share code, notes, and snippets.

@saitamanodoruji
saitamanodoruji / pixiv_staccfeed_illusts_only.user.js
Created September 30, 2011 07:20
pixiv Staccfeed で「お気に入りユーザー追加」ポストのノードを削除
// ==UserScript==
// @name pixiv staccfeed illusts only
// @namespace http://d.hatena.ne.jp/saitamanodoruji/
// @description remove 'added user to favorite' posts
// @include http://www.pixiv.net/stacc/*
// @version 0.0.1.20110930
// @author saitamanodoruji
// ==/UserScript==
//
// LDRize より後に実行されるとパラグラフと認識されたノードを消しちゃって
@saitamanodoruji
saitamanodoruji / mabiku.js
Created December 17, 2011 18:20
.jpg mabiku JScript
// usage:
// >cscript mabiku.js DENOMINATOR [SOURCE DESTINATION]
// Echo を使いやすく
function echo(m) {WScript.Echo(m);}
// 引数を使いやすく
var args = [];
for (var i = 0; i < WScript.arguments.length; i++) {
args.push(WScript.arguments(i));
@saitamanodoruji
saitamanodoruji / tumblr_dashboard_showtime.user.js
Created February 8, 2012 23:09
Tumblr Dashboard Showtime
// ==UserScript==
// @name Tumblr Dashboard Showtime
// @namespace http://saitamanodoruji.tumblr.com/
// @description now it's
// @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/*
// @include http://www.tumblr.com/tagged/*
// @include http://www.tumblr.com/blog/*
@saitamanodoruji
saitamanodoruji / tumblr_dashboard_auto_click_inline_external_images.user.js
Created February 23, 2012 16:41
Tumblr Dashboard Auto Click Inline External Images
// ==UserScript==
// @name Tumblr Dashboard Auto Click Inline External Images
// @namespace http://saitamanodoruji.tumblr.com/
// @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/*
// @include http://www.tumblr.com/tagged*
// @include http://www.tumblr.com/blog*
// @include https://www.tumblr.com/dashboard*
@saitamanodoruji
saitamanodoruji / reblogcommandwithqueue.user.js
Created February 24, 2012 12:26
ReblogCommandWithQueue
// ==UserScript==
// @name ReblogCommandWithQueue
// @namespace http://white.s151.xrea.com/
// @include http://*
// @include https://*
// @exclude http://www.tumblr.com/share
// ==/UserScript==
// origin:
// -http://white.s151.xrea.com/blog/2008-02-29-11-50.html
@saitamanodoruji
saitamanodoruji / drawr_home_illust_larger.user.js
Created February 24, 2012 12:30
drawr home illust larger
// ==UserScript==
// @name drawr home illust larger
// @namespace http://drawr.net/saitamanodoruji
// @description britney spears
// @include http://drawr.net/home.php*
// @include http://drawr.net/new.php*
// @version 0.0.4.20130125
// @author saitamanodoruji
// ==/UserScript==
// ==UserScript==
// @name TumblrPublishCommand
// @namespace http://saitamanodoruji.tumblr.com/
// @description Minibuffer command for publish Tumblr private posts. Type 'p' to mark/unmark a post and type 'a' to publish. Requires Minibuffer, LDRize & Autopagerize.
// @include http://www.tumblr.com/blog/*
// @version 0.0.7.3
// @grant GM_openInTab
// ==/UserScript==
// most parts are copied from ReblogCommand and TumblrTagCommand
@saitamanodoruji
saitamanodoruji / ReblogCommandWithSelectablePostState.user.js
Created April 25, 2012 14:47
ReblogCommandWithSelectablePostState
// ==UserScript==
// @name ReblogCommandWithSelectablePostState
// @description post_state を publish now, save as draft, add to queue, private から選べる ReblogCommand
// @namespace http://white.s151.xrea.com/
// @include http://*
// @include https://*
// @exclude http://www.tumblr.com/share
// @version 0.36509.6
// ==/UserScript==
@saitamanodoruji
saitamanodoruji / gist_logs.user.js
Created May 10, 2012 15:33 — forked from satyr/gist_logs.user.js
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/*
// ==/UserScript==
function $(expression, context) {
return Array.prototype.slice.call((context||document).querySelectorAll(expression))
}
@saitamanodoruji
saitamanodoruji / Endless_Summer_on_dsbd.user.js
Created June 14, 2012 17:59 — forked from taizooo/Endless_Summer_on_dsbd.user.js
Endless Summer on Tumblr Dashboard
// ==UserScript==
// @name Endless Summer on dsbd
// @namespace http://www.tumblr.com/
// @description random next link on tumblr dashboard
// @include http://www.tumblr.com/dashboard/1*
// @include http://www.tumblr.com/show/*/1*
// @include https://www.tumblr.com/dashboard/1*
// @include https://www.tumblr.com/show/*/1*
// @require https://raw.github.com/gist/3242
// @require https://raw.github.com/gist/198443