aboutsummaryrefslogtreecommitdiffstats
path: root/umihara.js
diff options
context:
space:
mode:
Diffstat (limited to 'umihara.js')
-rw-r--r--umihara.js3
1 files changed, 1 insertions, 2 deletions
diff --git a/umihara.js b/umihara.js
index 561cf34..d3ca884 100644
--- a/umihara.js
+++ b/umihara.js
@@ -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;