From 28acea7b5963ce926c2a813a4f2e7b75904dd94c Mon Sep 17 00:00:00 2001 From: anekos Date: Mon, 11 Mar 2013 22:11:22 +0900 Subject: Follow yahoo changes --- umihara.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'umihara.js') diff --git a/umihara.js b/umihara.js index 5c1fc36..fc8f946 100644 --- a/umihara.js +++ b/umihara.js @@ -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; -- cgit v1.2.3