服务器支撑不起 Scout Search 的可以这样做,前提是你的网站被必应收录。
<script>
setInterval(function() {
if(window.location.href.includes("https://nodeloc.com/?q=")) {
let text = window.location.href.split("https://nodeloc.com/?q=")[1];
window.location.href = "https://cn.bing.com/search?q=site:nodeloc.com%20" + text;
}
}, 1000);
</script>
把 nodeloc.com 换成自己的论坛域名。