From 31477925a2e1125386b9af50375afad6056c4704 Mon Sep 17 00:00:00 2001 From: anekos Date: Sat, 14 Sep 2013 20:53:51 +0900 Subject: らばーあくしょん --- umihara.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'umihara.js') diff --git a/umihara.js b/umihara.js index c076524..045898e 100644 --- a/umihara.js +++ b/umihara.js @@ -156,7 +156,7 @@ let PLUGIN_INFO = xml` 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://stocks.finance.yahoo.co.jp"]'); + let a = doc.querySelector('tbody.yjM > tr > td > a[href^="http://rdsig.yahoo.co.jp"]'); if (a) { let tr = a.parentNode.parentNode; liberator.__tr = tr; -- cgit v1.2.3