bbs2chreader用bookmarklet

通常表示とbbs2chreaderを切り替えるbookmarklet.version 0.4あたりからスレッド表示のURLが変更になったので,まとめサイトのを少し修正.

javascript:var url=location.href;if(url.indexOf('http://localhost:8823/thread/')==0){location.href=url.substring('http://localhost:8823/thread/'.length);}else if(url.indexOf('bbs2ch:board:')==0){location.href=url.substring(13);}else if(url.indexOf('read.cgi')!=-1){location.href='http://localhost:8823/thread/'+url;}else{location.href='bbs2ch:board:'+url;}