Skip to content

Instantly share code, notes, and snippets.

@ktakayama
ktakayama / DenyRakutenNews.user.js
Last active April 7, 2024 04:58
楽天のメルマガチェックを自動解除するGreaseonkeyスクリプト
// ==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
// ==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',
// ==UserScript==
// @name ScrollFunctions.uc.js
// @namespace http://d.hatena.ne.jp/Griever/
// @include main
// ==/UserScript==
/*
引数で指定したピクセルだけウインドウをスクロールする。
キャレットブラウズモードの時はスクロール量が1行に固定される
keyconfig 等で pixelScroll.up(200); を実行する
@Griever
Griever / PopupBookmarkToolbar.uc.js
Created February 9, 2009 09:31
ポップアップブックマークツールバー
// ==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'.