diff options
author | anekos | 2012-08-16 20:50:06 +0900 |
---|---|---|
committer | anekos | 2012-08-16 20:50:06 +0900 |
commit | f26331eaed724e6983f02a9f1d94b1b3eeaac7d9 (patch) | |
tree | 5dcf4eb6a31eda37a2e658205cfa8a6add584628 /umihara.js | |
parent | d764299ad6c50731affd8f67cf54fe864fef48f1 (diff) | |
download | vimperator-plugins-f26331eaed724e6983f02a9f1d94b1b3eeaac7d9.tar.bz2 |
Nyaaaps
Diffstat (limited to 'umihara.js')
-rw-r--r-- | umihara.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -162,7 +162,7 @@ let PLUGIN_INFO = let tr = a.parentNode.parentNode; liberator.__tr = tr; let toValue = tr.querySelectorAll('td')[3].textContent; - let rateTime = tr.querySelectorAll('td')[2].textContent.match(/([\d,]+\.[\d,]+).*(\d+:\d+)/); + let rateTime = tr.querySelectorAll('td')[2].textContent.match(/([\d,]+\.[\d,]+)[^\d]*(\d+:\d+)/); let rate = rateTime[1]; let time = rateTime[2]; let text = from + ' -> ' + to + |