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 Autopagerize for haiku | |
// @namespace http://rails2u.com/ | |
// @include http://h.hatena.ne.jp/* | |
// @include http://h.hatena.com/* | |
// | |
// patched by Constellation | |
// repatched by kurumigi | |
// | |
// ==/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 Movie Player Select on NHK News | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description 「NHK ニュース」にて、動画形式の選択ができなくなる現象を回避します。(参考URL:http://d.hatena.ne.jp/nyama/20090809/1249808014) | |
// @include http://www*.nhk.or.jp/news/parts/player/select.html | |
// @require http://gist.github.com/3242.txt#dollarX.js | |
// ==/UserScript== | |
(function() { | |
// ===== |
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
pasteWithReplaceLineCode(); | |
// 改行コードをファイルの改行コードに合わせて貼り付ける | |
function pasteWithReplaceLineCode() { | |
// 現在開いているファイルの改行コード | |
var lineCode = ['\\r\\n', '\\r', '\\n'][Editor.GetLineCode()]; | |
// 現在位置を移動履歴に登録 | |
Editor.MoveHistSet(); | |
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 AutoPagerize Filter for moe.imouto.org | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description Apply "AutoPagerize" to moe.imouto.org and Konachan.com. | |
// @include http://moe.imouto.org/post* | |
// @include http://konachan.com/post* | |
// @version 0.2 | |
// ==/UserScript== | |
(function() { |
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 AutoPagerize Filter for Danbooru | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description Apply "AutoPagerize" to Danbooru. | |
// @include http://danbooru.donmai.us/post* | |
// @include http://safebooru.donmai.us/post* | |
// @include http://danbooru.donmai.us/note* | |
// @include http://safebooru.donmai.us/note* | |
// @include http://danbooru.donmai.us/pool* | |
// @include http://safebooru.donmai.us/pool* |
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 AutoPagerize Filter for SPACE ALC | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description Apply "AutoPagerize" to SPACE ALC. | |
// @include http://eow.alc.co.jp/*/*/* | |
// @version 0.4 | |
// ==/UserScript== | |
// concept of this script based on "misc.AutoPagerize"(http://d.hatena.ne.jp/os0x/20090109/1231489489). | |
// thanks to id:os0x! |
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
@ECHO OFF | |
REM ============= | |
REM MP2Gain : Apply "Replay Gain" to mp2 files. | |
REM ============= | |
setlocal | |
REM ===SETTING=== | |
set mpg123="%~d0\Program Files\mpg123\mpg123.exe" | |
set WaveGain="%~d0\Program Files\MP3Gain\WaveGain.exe" | |
set eyeD3=python "%~d0\Program Files\eyeD3\eyeD3" --no-color |
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 View PDF/PPT with Google Document Viewer | |
// @namespace http://hail2u.net/ | |
// @description Insert a "[GDV]" link for viewing PDF/PPT with Google Document Viewer. | |
// @exclude http://docs.google.com/* | |
// ==/UserScript== | |
(function () { | |
var excludeUrls = new RegExp([ | |
"^https?://docs\\.google\\.com/", |
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 zoome Downloader | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description Download flv or mp4 files from http://zoome.jp/ | |
// @include http://zoome.jp/*/diary/* | |
// @include http://circle.zoome.jp/*/media/* | |
// @version 0.5.1 | |
// ==/UserScript== | |
(function () { |
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 yam Downloader | |
// @namespace http://d.hatena.ne.jp/kurumigi/ | |
// @description Download flv or mp3 files from http://mymedia.yam.com/ | |
// @include http://mymedia.yam.com/m/* | |
// ==/UserScript== | |
(function () { | |
GM_xmlhttpRequest({ | |
method: "GET", |