Archived Comments (locked)
|
|
The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008) |
|
|
ダイレクトメッセージのページだと機能しませんね(/direct_messages This page is not working) これを(before)
var x = document.evaluate('//a[@class="entry-date"]/span', document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);
こうかしら(after)
var x = document.evaluate('//a[@class="entry-date"]/span | //a[@class="entry-date"]/abbr', document, null, XPathResult.ORDERED_NODE_SNAPSHOT_TYPE, null);
|
|
|
Why dont you guys comment your scripts ? |