QQ 微信防红代码复制代码加在 body 内
代码示例
<script>
(function () {
const isQQ = () => {
const userAgent = navigator.userAgent.toLowerCase()
return /qq\//.test(userAgent)
}
const isWeChat = () => {
const userAgent = navigator.userAgent.toLowerCase()
return /micromessenger/.test(userAgent)
}
const $body = document.body
if (isQQ() || isWeChat()) {
$body.style.padding = 0
$body.style.margin = 0
$body.innerHTML = `
<div style=”width: 100%; height: 100vh;”>
<img src=”https://demo.xinqixiu.cn/pic.jpg” alt=”picture” style=”width: 100%;”>
</div>
`
document.querySelector(‘title’).textContent = ‘ 请使用浏览器打开 ’
}
})()
</script>

复制一下地址发到 QQ 或者微信测试
演示地址:https://demo.xinqixiu.cn/mimi/
源码下载 :https://pan.xinqixiu.cn/s/QJJZ7jRXtX
备用下载:
Q 群下载:https://qm.qq.com/q/jDKZx0Gmvm
【ZGZink 站长交流群】:321376520(任意赞赏加入)