From bcac3af416bc43935e18a30ffa983ca173101c6b Mon Sep 17 00:00:00 2001 From: anekos Date: Thu, 19 Dec 2013 19:44:13 +0900 Subject: Fix --- umihara.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'umihara.js') diff --git a/umihara.js b/umihara.js index 045898e..c6657ed 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://rdsig.yahoo.co.jp"]'); + let a = doc.querySelector('tbody > tr > td > a[href^="http://rdsig.yahoo.co.jp"]'); if (a) { let tr = a.parentNode.parentNode; liberator.__tr = tr; -- cgit v1.2.3