From f52d5c17c9173431344626d321c8f07926b3335b Mon Sep 17 00:00:00 2001 From: xiu2 <54703944+XIU2@users.noreply.github.com> Date: Mon, 18 Apr 2022 16:41:27 +0800 Subject: [PATCH] =?UTF-8?q?=E8=A1=A5=E5=85=85=20[=E5=BF=85=E5=BA=94?= =?UTF-8?q?=E6=90=9C=E7=B4=A2]=E3=80=81[=E8=B0=B7=E6=AD=8C=E5=AD=A6?= =?UTF-8?q?=E6=9C=AF]=20=E5=85=B6=E4=BB=96=E5=9F=9F=E5=90=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- other/Autopage/rules.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/other/Autopage/rules.json b/other/Autopage/rules.json index e89a1f5..a8470a6 100644 --- a/other/Autopage/rules.json +++ b/other/Autopage/rules.json @@ -60,7 +60,7 @@ } }, "必应搜索 + 手机版": { - "host": ["www.bing.com","cn.bing.com"], + "host": ["www.bing.com","cn.bing.com","www4.bing.com"], "url": "if (fun.lp() == '/search') {if (fun.isMobile() && document.documentElement.lang != 'zh') {return false;} else {return true;}}", "style": "#b_footer, .b_imagePair.square_mp>.inner, .b_msg, #b_results>[class='b_ans'] {display: none !important;}", "history": true, @@ -4214,7 +4214,7 @@ } }, "谷歌学术": { - "host": ["scholar.google.com", "xs2.dailyheadlines.cc"], + "host": ["/^scholar\\.google\\./", "xs2.dailyheadlines.cc"], "history": true, "pager": { "nextL": "//a[./span[contains(@class, 'next')]]", @@ -4239,7 +4239,7 @@ } }, "必应学术": { - "host": ["www.bing.com","cn.bing.com"], + "host": ["www.bing.com","cn.bing.com","www4.bing.com"], "url": "return (fun.lp() == '/academic/search')", "style": "li.aca_algo_count {display: none !important;}", "history": true,