07/06/11 14:19:57 KAom2mlN0
>>705
後半の方は foxage2ch.js 292行目
foxage2chData.setProperty(aThreadRes, "title", RegExp.$1);
↓
var title = RegExp.$1;
title = title.replace(/■|◆|●|★|☆/g, " ");
title = title.replace(/\s\s+/g, " ");
foxage2chData.setProperty(aThreadRes, "title", title);
foxage2ch.trace(foxage2ch.STRING.getString("SUCCEED"));
の方がいいかもです