Additionally, bing.com forcibly redirects requests from mainland China IP addresses to cn.bing.com.
You can change line 24 in your code: // @include http*://www.bing.com/* to // @include http*://*.bing.com/* to resolve the issue of mainland China users being unable to use the script.
Thank you for your prompt reply. I successfully resolved the issue after adding the code. The script in the link in your reply is (http://greasyfork.icu/en/scripts/419215-autopager?locale_override=1).
Additionally, bing.com forcibly redirects requests from mainland China IP addresses to cn.bing.com.
You can change line 24 in your code: // @include http*://www.bing.com/* to // @include http*://*.bing.com/* to resolve the issue of mainland China users being unable to use the script.