RSSフィードのリンクを一覧表示する
(()=>{const selectors=['atom+xml','rdf+xml','rss+xml','xml'].map(type=>{return`link[rel="alternat...
ページ内リンクの履歴をスキップして戻る
(function(){window.addEventListener('hashchange',function(e){history.back()},false);history.back(...
記事一覧を開く
(function(url){[{pattern:/^http:\/\/(?:d|[-\w]+\.g)\.hatena\.ne\.jp\/[-\w]+\//,replace:'$&archive...
スペースキーで表示域の半分の量を滑らかにスクロール
(function(){var scrollTime=300;function easing(t){return t*(2-t)}function calcScrollIncrement(win...
toggle enable/disable links
(function(doc){var id='-bookmarklet-disable-link-';var style=doc.getElementById(id);if(style){sty...
タブ文字を半角空白2つに置き換える。IEでは動かない。
(function(tabToSpace){tabToSpace();Array.prototype.forEach.call(frames,function(w){try{tabToSpace...
ページ内の見出しから目次を生成(右上)。AutoPagerize対応。最近のブラウザでないと動きません。
(function(){init(document);[].forEach(frames,function(frame){try{init(frame.document)}catch(e){}}...