diff options
author | anekos | 2013-03-11 22:11:22 +0900 |
---|---|---|
committer | anekos | 2013-03-11 22:12:15 +0900 |
commit | 28acea7b5963ce926c2a813a4f2e7b75904dd94c (patch) | |
tree | fcf49193a12643c5a46ad267ef55b4a662e709e5 /umihara.js | |
parent | d65d04e06585eeaa26bcaa7ea0c40f131d26be54 (diff) | |
download | vimperator-plugins-28acea7b5963ce926c2a813a4f2e7b75904dd94c.tar.bz2 |
Follow yahoo changes
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 = 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://rdsig.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; |