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 AutoPagerizeFindHighlight | |
// @description AutoPagerize の継ぎ足し後もページ内検索の強調をする | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @author Griever | |
// @license MIT License | |
// @compatibility Firefox 5 | |
// @charset UTF-8 | |
// @include main | |
// @version 0.0.1 |
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 SITEINFO_Writer.uc.js | |
// @description AutoPagerize の SITEINFO を書くためのスクリプト | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @author Griever | |
// @include main | |
// @compatibility Firefox 5 | |
// @charset UTF-8 | |
// @version 下書き1 | |
// @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
javascript:/*SITEINFO_Writer*/(function(){ | |
if ($("sw-exit")) $("sw-exit").click(); | |
var htmlsrc = | |
['<div id="sw-container" style="bottom: 0px;">' | |
,' <div id="sw-toolbar">' | |
,' <input id="sw-json" type="button" value="JSON"/>' | |
,' <input id="sw-updown" type="button" value="Up/Down"/>' | |
,' <input id="sw-exit" type="button" value="Exit"/>' | |
,' </div>' |
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 allowTab.uc.js | |
// @description タブごとに画像や JS の有効/無効を切り替える | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @author Griever | |
// @include main | |
// @compatibility Firefox 4 | |
// @version 0.0.1 | |
// ==/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 UserCSSLoader | |
// @description Stylish みたいなもの | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @author Griever | |
// @include main | |
// @compatibility Firefox 4 | |
// @version 0.0.2 | |
// @note メニューを色々追加 | |
// @note Rebuild の処理を最適化した |
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 copySelector | |
// @description Stylish から拝借 | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @author Griever | |
// @include chrome://inspector/content/inspector.xul | |
// @compatibility Firefox 4 | |
// @version 0.0.1 | |
// ==/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 urlfilter.uc.js | |
// @description 指定した URL をブロックする | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @author Griever | |
// @include main | |
// @version 0.0.4 | |
// @compatibility Firefox 4 | |
// ==/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 colorfulTab.uc.js | |
// @namespace http://d.hatena.ne.jp/Griever/ | |
// @author Griever | |
// @include main | |
// @version 下書き1 | |
// @compatibility Firefox 4 | |
// ==/UserScript== | |
(function(css_temp){ |