じぶん銀行の数値表の自動入力も作った
振り込むのに、乱数表入れてると、どうも面倒くさい。
乱数表を作るくらいなら、利用者側で100文字くらいのパスワードを定期的に変更できるようにして欲しいもんだ。。。
乱数表を自動で入力するように作っておいた
$=function(){ return Array.apply(null,document.querySelectorAll.apply(document,arguments)) } a=[ "1234567890",//数字表 1行 "1234567890",//数字表 2行 "1234567890",//数字表 3行 "1234567890",//数字表 4行 "1234567890",//数字表 5行 "1234567890",//数字表 6行 "1234567890",//数字表 7行 "1234567890",//数字表 8行 "1234567890",//数字表 9行 "1234567890",//数字表10行 ] x=$(".Randomtable tr td:nth-child(1)").map(function(e){return e.className.match(/hi/)!=null}).indexOf(true)-1 y=$(".Randomtable tr:nth-child(1) td").map(function(e){return e.className.match(/hi/)!=null}).indexOf(true)-1 if($("#content .post strong:last-child")[0].textContent.match(/下/)){ dx=1,dy=0 }else{ dx=0,dy=1 } pass=[1,1,1,1].map(function(e,i){return a[x+dx*i][y+dy*i]; }).join("") input = $("[type=password]")[0] input.value=pass input.form.submit()
au ウォレットカードで何度も・・・
au ウォレットカードの上乗せキャンペーン時にチャージするときに、何度も何度も乱数表から値を拾うのに面倒だから作った。
月10回を、家族分の複数枚ウォレットカードでチャージしてたら発狂しそうになった。