2007-01-23から1日間の記事一覧

javascript

http://la.ma.la/blog/diary_200701210117.htm // ==UserScript== // @name LDR keybind for LDR // @namespace http://ma.la/ // @description simple keybind for livedoor reader // @include http://reader.livedoor.com/reader/ // ==/UserScript== new…

perl

http://la.ma.la/blog/diary_200701190053.htm use strict; use Win32::OLE; use Data::Dumper; my $wshell = Win32::OLE->new('Shell.Application') or die "oops\n"; my $HISTORY_FOLDER = 0x22; my $history_dir = $wshell->Namespace($HISTORY_F…