Twitter Time Converter

By yusuke Last update Oct 4, 2008 — Installed 1,686 times.

Archived Comments (locked)

in
Subscribe to Archived Comments 3 posts, 3 voices



Jesse Andrews Admin

The following is an archive of comments made before threaded discussions was implemented (November 16th, 2008)

 
natu_n Scriptwright
ダイレクトメッセージのページだと機能しませんね(/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);
 
phadeb User

Why dont you guys comment your scripts ?

Cross
Presentational HTML allowed.
Use <code> for inline code and <pre> for code blocks. Use &lt; and &gt; for literal < and >.
We help break paragraphs and link your links.
or cancel