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== | |
// @id Tumblr Dashboard High-Res Photos with Keyboard Shortcuts | |
// @name Tumblr Dashboard High-Res Photos with Keyboard Shortcuts | |
// @version 0.0.1.8 | |
// @update 2013-06-10 | |
// @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/* |
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 TumblrTagCommand | |
// @namespace http://whym.github.com | |
// @description Minibuffer command for tagging Tumblr posts. Type 'p' to mark/unmark a post and type 'g' to tag. Requires Minibuffer, LDRize & Autopagerize. | |
// @include http://www.tumblr.com/dashboard* | |
// @include http://www.tumblr.com/show/* | |
// @include http://www.tumblr.com/drafts* | |
// @include http://www.tumblr.com/queue* | |
// @include http://www.tumblr.com/blog/* | |
// @include http://*.tumblr.com/tagged/* |
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
var literalize = function(target, name) { | |
var ret = '' | |
var recurser = function(obj, indent) { | |
var arr = [] | |
if (typeof(obj) == 'string' || obj instanceof String) { | |
arr.push('\'' + obj.replace(/'/g, '\\\'') + '\'') |
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
//// code //// | |
// typeof and instanceof | |
var typeof_and_instanceof = function(a) { | |
var mes = [] | |
mes.push('typeof(' + a[0] + ') : ' + (typeof(a[1]))) | |
mes.push(a[0] + ' instanceof String : ' + (a[1] instanceof String)) | |
mes.push(a[0] + ' instanceof Array : ' + (a[1] instanceof Array)) | |
mes.push(a[0] + ' instanceof Function : ' + (a[1] instanceof Function)) | |
mes.push(a[0] + ' instanceof Object : ' + (a[1] instanceof Object)) |
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 DeleteCommand | |
// @namespace http://d.hatena.ne.jp/Constellation/ | |
// @description delete tumblr on Minibuffer | |
// @include http://www.tumblr.com/dashboard* | |
// @include http://www.tumblr.com/show* | |
// @include http://www.tumblr.com/blog* | |
// @version 0.0.4.4.20140507 | |
// ==/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== | |
// @id FastReblogCommand | |
// @name FastReblogCommand | |
// @version 1.2.11 | |
// @namespace http://saitamanodoruji.tumblr.com/ | |
// @author saitamanodoruji | |
// @description add Minibuffer shortcut key 't' for fast_reblog, 'q' for queue | |
// @include * | |
// @exclude https://twitter.com/* | |
// @grant GM_openInTab |
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 Minibuffer | |
// @namespace http://white.s151.xrea.com/ | |
// @description Minibuffer | |
// @include * | |
// ==/UserScript== | |
// the original author is snj14 | |
// http://userscripts.org/scripts/show/11759 | |
// http://coderepos.org/share/browser/lang/javascript/userscripts/minibuffer.user.js |
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
Tombloo.Service.extractors.register( | |
{ | |
name: 'Conversation - Twitter Search', | |
RE: /^https?:\/\/twitter\.com\/search(?:\/realtime|timeline)?\?q=/, | |
ICON: 'http://twitter.com/favicon.ico', | |
check: function(ctx){ | |
return this.RE.test(ctx.href); | |
}, | |
extract : function (ctx) { | |
var tweets = ctx.document.querySelectorAll('.tweet'), |
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
[NoScript] Blocking cross-site Javascript served from https://raw.github.com/cho45/jsdeferred/master/jsdeferred.userscript.js with wrong type info text/plain, inline and included by http://let.hatelabo.jp/ |
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
[NoScript] Blocking nosniff Javascript served from https://raw.github.com/cho45/jsdeferred/master/jsdeferred.userscript.js with wrong type info text/plain, inline and included by http://let.hatelabo.jp/ |