This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 より後に実行されるとパラグラフと認識されたノードを消しちゃって |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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)); |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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/* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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* |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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== |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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)) | |
} |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==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 |