bbs2chreaderスキンスレッド part4

このエントリーをはてなブックマークに追加
385名無しさん@お腹いっぱい。
smorgas-lego-ex-20100125が出たので>>218も新しくしました。
mac用2chBrowserであるThousandのskinのcolle風です。
smorgas-lego-ex-20100125のスクリプトをいじってあります。smorgas-lego-ex内で切り替えて使うスキンとしては使えません。
ttp://www1.axfc.net/uploader/Sc/so/85088.zip
DLキーワード:colle

>>202を一応解決しました。この機能を使っているスキンは少ないとは思いますが、書いておきます。ダメな点のご指摘お願いします。
[NewMarkがたまらないようにする試み]
//general.js 内1154行目付近
this.date = now;
if (Nodes.newMark)//←追加
      Nodes.newMark.id = "hidden NewMark";//←追加
if (!background)
//general.js 内1167行目付近
var content = ResNodes.getContent(divTemp);
content.id = "new";//←newを追加
var resItems = ResNodes.getContainers(divTemp);
//general.js 内1179行目付近
this.setStatus(true);
Nodes.content.lastChild.id ="";//←追加
return;
//general.js 内1196行目付近
this.setStatus(true);
Nodes.content.lastChild.id ="";//←追加
Nodes.content.appendChild(content);

/*css 内*/
#content > div[id="NewMark"],
#content > div[id="new"] > div[id="NewMark"] {backgroundなど}
#content > DIV:last-child[id="NewMark"] {visibility: hidden;}