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
/* fetch から複製できるもの */ | |
{ | |
"error":, false, | |
"created_post": true, | |
"context_page": false /* "dashboard" */, | |
"post_context_page": "dashboard", | |
"post": {} /* -post */ | |
} | |
/* fetch.post から複製できるもの */ |
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
(function() { | |
addAround(grobal, 'download', function(proceed, args, self) { | |
try { | |
return proceed(args); | |
} | |
catch (e) { | |
return _download.apply(self, args); | |
} | |
}); |
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 Add HatenaB keybind | |
// @name Add HatenaB keybind | |
// @namespace http://b.hatena.ne.jp/saitamanodoruji | |
// @author saitamanodoruji | |
// @version 0.0.2 | |
// @update 2012-06-21T11:38:32.981Z(GMT+09:00) | |
// @description はてなブックマークにショートカットキーを追加する。 | |
// @include http://b.hatena.ne.jp/* | |
// @run-at document-end |
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 Expand Inline Images | |
// @name Tumblr Dashboard Expand Inline Images | |
// @namespace http://saitamanodoruji.tumblr.com/ | |
// @author saitamanodoruji | |
// @version 0.0.2 | |
// @update 2012-02-26T14:32:25.242Z(GMT+09:00) | |
// @description expand inline images of post in Dashboard. | |
// @include http://www.tumblr.com/dashboard* | |
// @include http://www.tumblr.com/show/* |
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 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 |
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 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/* |
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 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/* |
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 : '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', |
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 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/* |
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 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/* |
NewerOlder