Java+Swingによる2chブラウザ V2C_R38

このエントリーをはてなブックマークに追加
107名無しさん@お腹いっぱい。
やってみた
threadld.jsでscript\systemに保存して再読み込み

function threadUpdated(th, cx) {
egnoreNewNGRes(th, cx);
}
function egnoreNewNGRes(th,cx)
{
var newResi = th.localResCount - cx.numNewRes;
for (var i = newResi; i < th.localResCount; i++) {
var res = th.getRes(i);
if (res && !res.ng) {
return;
}
}
th.resetUnread();
}