This file contains 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 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 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 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
/*jslint devel: true, browser: true, maxerr: 50, maxlen: 80, indent: 4 */ | |
// Edition 2012-01-13 | |
// Chrome 16.0.912.75(V8 3.6.6.15, WebKit 535.7(@103989)) on Windows 7 Home Premium SP1 64bit | |
(function executeTest(doc, LOOP) { | |
'use strict'; | |
var body, iterator1, iterator2, iterator3, iterator4, $id, getId, id, | |
assign1, assign2, assign3, assign4; |
This file contains 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 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 G+ FormatDate | |
// @name G+ FormatDate | |
// @namespace https://raw.github.com/gist/1115074/G+.FormatDate.user.js | |
// @author suVene | |
// @version 0.2.1.20110805182249 | |
// @description formate date for post date | |
// @include https://plus.google.com/* | |
// @run-at document-end | |
// @priority 0 |
This file contains 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 MyPixiv | |
// @name MyPixiv | |
// @namespace http://d.hatena.ne.jp/kk6/ | |
// @author kk6 | |
// @version 0.0.2.20110722195207 | |
// @description とりあえずお知らせを隠す機能だけ。 | |
// @include http://www.pixiv.net/mypage.php* | |
// @run-at document-end | |
// @compatibility Firefox 5.0(Scriptish 0.1.3), Chrome 12.0.742.122, Safari 5.1(NinjaKit 0.8), Opera 11.50 on Windows 7 Enterprise 32bit |
This file contains 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 make b.hatena.jp/youpy usable | |
// @namespace http://d.hatena.ne.jp/youpy/ | |
// @include http://b.hatena.ne.jp/youpy* | |
// ==/UserScript== | |
document.querySelector('style').sheet.disabled = true; |
This file contains 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/* |
This file contains 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 Yahoo! Transit to Google Calendar | |
// @namespace http://lowreal.net/ | |
// @description http://subtech.g.hatena.ne.jp/cho45/20110629/1309273628 | |
// @include http://transit.loco.yahoo.co.jp/search/result* | |
// @author cho45 | |
// @compatibility Firefox 5.0(Scriptish 0.1), Chrome 12.0.742.112, Opera 11.50 | |
// @charset UTF-8 | |
// @version 0.0.2.20110701131602 | |
// ==/UserScript== |