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== | |
// @name PopupBookmarkToolbar.uc.js | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @include main | |
// @version 0.0.3 | |
// ==/UserScript== | |
(function(){ | |
var mode = 'icons'; // 'icons', 'text' or 'full' | |
var size = 'small'; // 'small' or 'large' | |
// array of toolbar item id, 'separator', 'spring' and 'spacer'. |
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== | |
// @name ScrollFunctions.uc.js | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @include main | |
// ==/UserScript== | |
/* | |
引数で指定したピクセルだけウインドウをスクロールする。 | |
キャレットブラウズモードの時はスクロール量が1行に固定される | |
keyconfig 等で pixelScroll.up(200); を実行する |
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== | |
// @name goToUpperDirectory.uc.js | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @include main | |
// @version 0.0.2 | |
// ==/UserScript== | |
var upperDirectory = { | |
about : ['about:', 'about:blank', 'about:buildconfig', 'about:cache', 'about:cache?device=memory', | |
'about:cache?device=disk', 'about:config', 'about:crashes', 'about:credits', 'about:mozilla', |
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== | |
// @name Deny Rakuten News | |
// @namespace http://espion.just-size.jp/archives/05/136155838.html | |
// @description Deny Rakuten News | |
// @include https://*.step.rakuten.co.jp/* | |
// @include https://*.travel.rakuten.co.jp/rsv/RsvInput.do* | |
// @include https://my.rental.rakuten.co.jp/action/my/* | |
// @include https://delivery.rakuten.co.jp/*?module=Default&action=OrderStep* | |
// @include https://auction.item.rms.rakuten.co.jp/* | |
// @include https://my.checkout.rakuten.co.jp/myc/purchase/Confirm |
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== | |
// @name ImageContentTypeFix | |
// @namespace http://d.hatena.ne.jp/Cherenkov/ | |
// @include http://img.blogs.yahoo.co.jp/ybi/* | |
// @include http://ca.c.yimg.jp/* | |
// @include http://*.blogzine.jp/photos/* | |
// @description 画像のContent-Typeがtext/plainでも正しく表示させる。 | |
// ==/UserScript== | |
(function(){ |
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
//改変元:リンク画像を保存.s.js http://loda.jp/script/?id=203 | |
/* | |
FireGesturesやKeyConfigなどに設定して実行するとページ内のjpegとpngをまとめて | |
zipにしてダウンロードする。 | |
保存場所は決めうちか毎回ダイアログで指定 | |
*/ | |
(function () { | |
// 保存ディレクトリのパスがない場合は毎回ダイアログで決める | |
//var path = "C:\\Users\\azu\\Downloads"; // エスケープしたディレクトリのパス | |
var path = ""; |
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== | |
// @name IMESign.uc.js | |
// @description changes background image of active textbox if IME state is open. | |
// @include * | |
// @compatibility Firefox 3.6+ | |
// @namespace http://twitter.com/xulapp | |
// @author xulapp | |
// @license MIT License | |
// @version 2010/10/11 22:20 +09:00 | |
// ==/UserScript== |
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== | |
// @name OperaStyle_linkDragSelection.uc.js | |
// @author Griever | |
// @include main | |
// @include chrome://global/content/viewSource.xul | |
// @include chrome://global/content/viewPartialSource.xul | |
// @version 0.0.4 | |
// @note 複数選択時の手抜きを修正 | |
// @note リンクの mousedown イベントが起きない問題を修正 | |
// @note その他微修正 |
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== | |
// @name removeSelection.uc.js | |
// @description 選択範囲を削除 | |
// @include main | |
// @compatibility Firefox | |
// @namespace http://twitter.com/xulapp | |
// @author xulapp | |
// @license MIT License | |
// @version 2010/04/30 14:00 +09:00 | |
// ==/UserScript== |
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== | |
// @name CrossFireModoki.uc.js | |
// @description Opera の空間ナビゲーションのまねごと | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @author Griever | |
// @license MIT License | |
// @compatibility Firefox 16 | |
// @charset UTF-8 | |
// @include main | |
// @version 0.0.1 |
OlderNewer