kokemono (6)

Androidマーケットで実行すると、アイコンやQRコード生成を行います。出力文字列は好きなようにカスタマ...

(function(){var url=document.location.href;if(url.search(/details/)!=-1){url.match(/market\.andro...

開いているサイトのサーバー情報、安全性をaguseで調べます。開く前に調べたい方は公式のツール(Firefox...

(function(){url='http://www.aguse.jp/?m=w&url='+encodeURIComponent(location.href);window.open(url...

選択した文字列をGoogleCodeから検索します。C言語用

(function(){x=document;y=window;if(x.selection){Q=x.selection.createRange().text}else if(y.getSel...

Webページの文字等を直接編集できるようにします。キャプチャを撮る前にでもどうぞ。戻すにはページ再読...

(function(){document.body.contentEditable='true';document.designMode='on'})();
kokemono これMSDN2010-05-28

選択した文字列をMSDNから検索します。

(function(){x=document;y=window;if(x.selection){Q=x.selection.createRange().text}else if(y.getSel...
kokemono これalc2010-05-28

選択した文字列を英辞郎(アルク)で検索します。

(function(){x=document;y=window;if(x.selection){Q=x.selection.createRange().text}else if(y.getSel...