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 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 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 | |
// @version 0.0.1 | |
// @namespace http://b.hatena.ne.jp/saitamanodoruji | |
// @author saitamanodoruji | |
// @description はてなブックマークにショートカットキーを追加する | |
// @include http://b.hatena.ne.jp/* | |
// @run-at document-end | |
// ==/UserScript== |
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 textarea character count | |
// @name textarea character count | |
// @namespace http://tokyoenvious.net/ | |
// @author motemen | |
// @version 0.0.1 | |
// @update 2012-06-17T15:44:53.818Z(GMT+09:00) | |
// @description テキストエリアの文字数をカウントする。 | |
// @include http://* | |
// @include https://* |
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
/* License: Public Domain | |
* 注意: 設定の「レイアウト」を「2ペイン」にする必要あり | |
*/ | |
/* 板一覧メニューを左端でのマウスオーバーで表示するように */ | |
#left_pane { | |
z-index: 2 !important; | |
} | |
#left_pane:not(:hover) { |
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 bugfix | |
// @name Tumblr Dashboard bugfix | |
// @namespace http://syoichi.tumblr.com/ | |
// @author syoichi <[email protected]> | |
// @version 0.0.3 | |
// @update 2012-06-24T16:47:26.875Z(GMT+09:00) | |
// @description fix 2 bugs on 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
// ==UserScript== | |
// @name FreeStyleWiki PermLinker | |
// @namespace http://www.suchi.org/ | |
// @version 0.2 | |
// @description add permlink dagger | |
// ==/UserScript== | |
Array.prototype.forEach.call( | |
document.querySelectorAll('h2 > a[name], h3 > a[name], h4 > a[name]'), | |
function addAnchor(link) { |
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 reblogMachineOpenDoor | |
// @name reblogMachineOpenDoor | |
// @namespace http://taizooo.tumblr.com/ | |
// @author taizooo | |
// @version 0.0.2 | |
// @update 2012-03-17T04:11:26.895Z(GMT+09:00) | |
// @description reblog machine で "o" キーで tumblelog を、"r"キーで reblog ページを開く | |
// @include http://reblog.machine.mamemomonga.com/dashboard* | |
// @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
/*jslint browser: true, maxerr: 50, maxlen: 80, indent: 4*/ | |
// Edition 2012-03-07 | |
function cssOnOff(disabled) { | |
'use strict'; | |
Array.prototype.forEach.call( | |
document.styleSheets, | |
function disabledSheet(sheet) { | |
sheet.disabled = disabled; |
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 drawr home illust larger | |
// @name drawr home illust larger | |
// @namespace http://drawr.net/saitamanodoruji | |
// @author saitamanodoruji | |
// @version 0.0.4 | |
// @update 2012-02-27T13:45:55.783Z(GMT+09:00) | |
// @description britney spears | |
// @include http://drawr.net/home.php* | |
// @include http://drawr.net/new.php* |
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/* |