1
1

More than 5 years have passed since last update.

Google検索でLDRizeが動かなくなっていたのを修正した

Last updated at Posted at 2015-07-30

Google検索結果のDOM構造が変わっていたので動くように書き換えた

 const SITEINFO = [
 {
   "name":"Google",
-  "paragraph":"id(\"res\")//li[contains(concat(\" \",normalize-space(@class),\" \"),\" g \")]",
+  "paragraph":"id(\"res\")//div[contains(concat(\" \",normalize-space(@class),\" \"),\" g \")]|id(\"res\")//li[contains(concat(\" \",normalize-space(@class),\" \"),\" g \")]",
   "domain":"^https?://(www|encrypted)\\.(?:l\\.)?google\\.(?:[^.]+\\.)?[^./]+/",
   "stripe":"1",
   "link":".//a",
   "exampleUrl":"http://www.google.com/"
}
]

1
1
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
1
1