From 981a7c8f38a4cbc042e35669e4d01880a5da4b2a Mon Sep 17 00:00:00 2001 From: anekos Date: Thu, 18 Oct 2012 05:28:29 +0900 Subject: Remember The Push --- umihara.js | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'umihara.js') 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; -- cgit v1.2.3