From e97b0e006fcb5ef30db3960f1d96d052a3b2add3 Mon Sep 17 00:00:00 2001 From: anekos Date: Tue, 26 Feb 2013 20:02:44 +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 d3ca884..5c1fc36 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://rd.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