電気分解部パッチ適用後foxage2ch.js compareThreadsToSubjectの8行目〜 var datName = foxage2chUtils.parseToDAT(threadRes.Value); if (datName in aSubject) { // ----- 追加ここから ----- var title = foxage2chUtils.getRealTitle(foxage2chData.getProperty(threadRes, "title")); if (title == threadRes.Value.replace("urn:foxage2ch:","")) { title = aSubject[datName][0]; title = title.replace(/■|◆|●|★|☆/g, " "); title = title.replace(/\s\s+/g, " "); foxage2chData.setProperty(threadRes, "title", title); } // ----- 追加ここまで ----- var lastNum; if ( foxage2ch.prefs.bbs2chreader ) {
(10行省略)
if (newNum > lastNum) { foxage2chData.setProperty(threadRes, "status", "updated"); // ----- 削除ここから ----- var title = foxage2chUtils.getRealTitle(foxage2chData.getProperty(threadRes, "title")); // ----- 削除ここまで ----- var readNum; if ( foxage2ch.prefs.bbs2chreader ) {