Skip to content

Commit 41a43e4

Browse files
committed
优化 [必应搜索] 规则
1 parent 6a28edf commit 41a43e4

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

other/Autopage/rules.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,12 +57,12 @@
5757
"必应搜索 + 手机版": {
5858
"host": ["www.bing.com","cn.bing.com","www4.bing.com"],
5959
"url": "if (fun.lp() == '/search') {if (fun.isMobile() && document.documentElement.lang != 'zh') {return false;} else {return true;}}",
60-
"style": "#b_footer, .b_imagePair.square_mp>.inner, .b_msg, #b_results>[class='b_ans'] {display: none !important;}",
60+
"style": "#b_footer, .b_msg {display: none !important;}",
6161
"history": true,
6262
"pager": {
6363
"nextL": "a.sb_pagN, a.sb_halfnext, a.sb_fullnpl",
6464
"pageE": "#b_results>li.b_algo",
65-
"replaceE": "#b_results>.b_pag"
65+
"replaceE": "#b_results>.b_pag, #b_PagAboveFooter"
6666
},
6767
"function": {
6868
"bF": "if (!fun.getCSS('.b_title>a.sh_favicon')) {fun.insStyle('.b_title>a.sh_favicon {display: none !important;}');return pageE;}; pageE.forEach(function (one) {fun.getAllCSS('div.rms_iac[data-src]',one).forEach(function (one1) {one1.outerHTML = `<img src=\"${one1.dataset.src}\" height=\"16\" width=\"16\" alt=\"全球 Web 图标\" role=\"presentation\" class=\"rms_img\">`;})});return pageE"

0 commit comments

Comments
 (0)