11/12/23 00:55:28.03 obQlreSY0
>>464
>>459ままだが、BBSごとならこれでいいんじゃね
function getDownloadNewImagesLimit(th,ov) {
if (th.bbs.is2ch || th.bbs.shitaraba || th.bbs.is2cheq || th.bbs.machi) {
ov.maxdays = 2; // 2日前まで
ov.maximgs = 100; // 100枚まで
} else if (th.bbs.twitter) {
ov.maxdays = 0;
}
}