diff options
| author | anekos | 2013-02-26 20:02:44 +0900 |
|---|---|---|
| committer | anekos | 2013-02-26 20:02:44 +0900 |
| commit | e97b0e006fcb5ef30db3960f1d96d052a3b2add3 (patch) | |
| tree | 007e66375d143f504fc75d9d61e3ba53c1333bbd | |
| parent | 6920a58523ac71619d953fcfc4bad8ac96703870 (diff) | |
| download | vimperator-plugins-e97b0e006fcb5ef30db3960f1d96d052a3b2add3.tar.bz2 | |
Follow yahoo changes
| -rw-r--r-- | umihara.js | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |
