diff options
author | anekos | 2012-10-18 05:28:29 +0900 |
---|---|---|
committer | anekos | 2012-10-18 05:28:29 +0900 |
commit | 981a7c8f38a4cbc042e35669e4d01880a5da4b2a (patch) | |
tree | 421a5d3ddaeff6113b705ad56b291d6d240dbb3b /umihara.js | |
parent | c69921d28f04bfd47af8585ee433149ff58fd57e (diff) | |
download | vimperator-plugins-981a7c8f38a4cbc042e35669e4d01880a5da4b2a.tar.bz2 |
Remember The Push
Diffstat (limited to 'umihara.js')
-rw-r--r-- | umihara.js | 3 |
1 files changed, 1 insertions, 2 deletions
@@ -156,8 +156,7 @@ let PLUGIN_INFO = if (req.readyState == 4 && req.status == 200) { let html = req.responseText; let doc = plugins.libly.$U.createHTMLDocument(html); - liberator.log(doc); - let a = doc.querySelector('tbody.yjM > tr > td > a[href^="http://stocks"]'); + let a = doc.querySelector('tbody.yjM > tr > td > a[href^="http://rd.yahoo.co.jp"]'); if (a) { let tr = a.parentNode.parentNode; liberator.__tr = tr; |