diff options
author | anekos | 2013-04-06 18:22:02 +0900 |
---|---|---|
committer | anekos | 2013-04-06 18:22:02 +0900 |
commit | 37f3071e579fbe36deaf17c2513a6619707eab45 (patch) | |
tree | 90b6134fff349ec45ebaf48b4a25e5b31c92fba8 /umihara.js | |
parent | 862198772d1b50822d888bae4d13d3ee8aa69740 (diff) | |
parent | 443904bbc0d49e6da3c80319e063e0c8bb258c4c (diff) | |
download | vimperator-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.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |