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 kusa5 | |
// @namespace net.buhoho.kusa5 | |
// @include http://www.nicovideo.jp/watch/* | |
// @version 1 | |
// @grant none | |
// @description ニコ動html5表示 | |
// ==/UserScript== | |
//localStorage.kusa5buffer : 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== | |
// @name sumally-add-via-link | |
// @namespace swdyh | |
// @version 0.0.2 | |
// @description http://swdyh.tumblr.com/post/28474643309/sumally | |
// @include http://sumally.com/* | |
// @exclude http://sumally.com/p/* | |
// @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== | |
// @name gist logs | |
// @namsgpace https://www.hatena.ne.jp/noromanba/ | |
// @description show commit messages on Gist | |
// @include https://gist.github.com/* | |
// @version 0.0.3 | |
// @update 2012-07-18T21:18:13.437Z(GMT+09:00) | |
// @license WTFPL http://sam.zoy.org/wtfpl/ (Do What The Fuck You Want To Public License) | |
// @contributor satyr https://gist.github.com/107780 | |
// @contributor saitamanodoruji https://gist.github.com/2653937 |
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
// ==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* |
NewerOlder