takenspc (6)

takenspc True Reader Mode2012-10-12

Show only main content

(function(){function hide(el){var parent=el.parentNode;if(parent){var sibling=parent.firstElement...
takenspc True Reader Mode2012-10-12

Show only main content

(function(){function hide(el){var parent=el.parentNode;if(parent){var sibling=parent.firstElement...

Python 2.4, 2.5のドキュメントから2.6のドキュメントに移動

var protocol=location.protocol;var host=location.host;var path=location.pathname;if(path.match(/^...

本屋タウンの注文履歴をtsv化

(function(){function strip(text){return text.replace(/^\s+/,'').replace(/\s+$/,'')}var list=[];va...
takenspc Bonsai2010-08-28

hg.mozilla.org の pushloghtml に変更されたファイルの一覧を表示します。

(function(){function insertFileList(xml){var entries=xml.querySelectorAll('entry');var data={};fo...
takenspc URL正規化2010-06-29

Pathtraq APIを用いてURLを正規化します。

(function(url){var base="http://api.pathtraq.com/normalize_url2?url=";window.location=base+encode...