aboutsummaryrefslogtreecommitdiffstats
path: root/umihara.js
diff options
context:
space:
mode:
authoranekos2013-04-06 18:22:02 +0900
committeranekos2013-04-06 18:22:02 +0900
commit37f3071e579fbe36deaf17c2513a6619707eab45 (patch)
tree90b6134fff349ec45ebaf48b4a25e5b31c92fba8 /umihara.js
parent862198772d1b50822d888bae4d13d3ee8aa69740 (diff)
parent443904bbc0d49e6da3c80319e063e0c8bb258c4c (diff)
downloadvimperator-plugins-37f3071e579fbe36deaf17c2513a6619707eab45.tar.bz2
Merge branch 'master' into 3.6
for master updates Conflicts: lo.js twittperator.js
Diffstat (limited to 'umihara.js')
-rw-r--r--umihara.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/umihara.js b/umihara.js
index 075fa90..bba3d2a 100644
--- a/umihara.js
+++ b/umihara.js
@@ -156,7 +156,7 @@ let PLUGIN_INFO = xml`
if (req.readyState == 4 && req.status == 200) {
let html = req.responseText;
let doc = plugins.libly.$U.createHTMLDocument(html);
- let a = doc.querySelector('tbody.yjM > tr > td > a[href^="http://rd.yahoo.co.jp"]');
+ let a = doc.querySelector('tbody.yjM > tr > td > a[href^="http://stocks.finance.yahoo.co.jp"]');
if (a) {
let tr = a.parentNode.parentNode;
liberator.__tr = tr;