UserScripts icon indicating copy to clipboard operation
UserScripts copied to clipboard

bing设置页面会强行自动滑到底部,而不能往上拉

Open chengxx-921 opened this issue 1 year ago • 1 comments

出错网站:https://www.bing.com/account/general

chengxx-921 avatar Apr 22 '24 11:04 chengxx-921

匹配到必应主站规则了,加入黑名单就行了

{
    "name": "Bing",
    "url": "^https?://www\\.bing\\.com/[^s]",
    "enable": 0
}

hoothin avatar Apr 24 '24 00:04 hoothin