Firefox userChrome.js greasemonkeyスクリプトスレ15
■ このスレッドは過去ログ倉庫に格納されています
0733名無しさん@お腹いっぱい。
2011/06/06(月) 12:03:06.49ID:3UOIt+Xj0method : "GET",
url : atag.firstChild.nodeValue,
onload : function (responseDetails) {
link = responseDetails.responseText.replace(/^[\s\S]*(http:\/\/img\d+\.imageporter\.com\/[^"]+)[\s\S]*$/, "$1");
img = document.createElement("img");
img.src = link;
img.height = 200;
atag.replaceChild(img, atag.firstChild);
}
});
■ このスレッドは過去ログ倉庫に格納されています