▽Google Reader Full Feed ●08/24 12:02 Google Reader で非全文配信フィードを全文取得する 02/25/08 21:50:08 (9 years ago)
▽imageLoader ●04/17 00:13 画像一覧表示、オーバーレイ表示他 // ==UserScript== // @name imageLoader // @namespace http://d.hatena.ne.jp/tomo_snowbug/ // @description preload images from anchor which link to image file. also make a slide show and display thumbnail screen. // @include * // @version v0.4.2 (2009/06/27) // ==/UserScript== /* * @credits * + famfamfam silk icons by Mark James * http://www.famfamfam.com/lab/icons/silk/ * + fine ideas * by matrixik
▽Auto jump to the site in pixiv ●01/11 21:23 // ==UserScript==// @name Auto jump to the site in pixiv // @namespace http://s2works.homeunix.net/// @include http://www.pixiv.net/jump.php*// @author s2works // @version 1.0// ==/UserScript==// pixiv で外部サイトへ自動で移動する(function(){const jumpUrl = ”http://www.pixiv.net/jump.php?”;location.href = location.href.substring(jumpUrl.length);})();