08/05/20 13:01:23 yrZIqvLz0
ちなみに584行目を
if(this._kakoDatDownload){
if (this.dat.datFile.exists()) {
this.write(this.converter.getFooter("dat_down"));
} else {
var template = this._bbs2chService.readLocalURI("chrome://bbs2chreader/content/res/thread-error.txt");
template = template.replace(/%URL%/g, this.dat.threadURL.spec).replace(/%STATUS%/g, "dat_down");
this.write(template);
}
this.close();
}
のように書き換え、thread-error.txtは従来通り。
DATのないスレを開くと結構な時間がかかったあとに真っ白な画面。
Fx新規インストールです。