hokaccha (7)

hokaccha view web storage2011-04-11

web storage viewer for smartphone

var css=['body {','\tmargin: 0;','\tpadding: 0;','}','h1 {','\tfont-size: 20px;','\ttext-align: c...
hokaccha add edo to pxgrid2011-03-25

add edo to pxgrid

var html=['<div class="item">','<div class="img">','<div><img src="http://a1.twimg.com/profile_im...

remove hamusoku sidebar

Array.prototype.slice.call(document.querySelectorAll('#sub, #extra')).forEach((function(elem){ele...

scanbridgeの申し込みフォーム自動入力(forkして自分の設定にしてprivateにして使う想定)

var filename=1;var ocr=3;var delivered=2;var color=1;var pay=1;var delivery=2;var last_name='姓';...
hokaccha detect_ga_tracking2010-07-27

Google Analyticsの _setCustomVarのトラッキングを検出する

var messages=[];var scripts=document.getElementsByTagName('script');Array.prototype.forEach.call(...
hokaccha QR coder2010-07-07

QRコードつくる。

var url=prompt('input url',location.href);if(url){location.href='http://chart.apis.google.com/cha...
hokaccha amazon shortlen2010-05-23

amazonのURL表示

prompt('amazon URL shortlen','http://amazon.jp/dp/'+document.getElementById('ASIN').value);void 0;