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 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 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 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'. |
NewerOlder