示例地址:https://status.thebigpicture.top/server/13
开启和关闭梯子分别进入查看不同效果。
<script>
const url = new URL(window.location.href);
const params = url.searchParams;
const r18Param = params.get('r18');
let r18 = false;
if (r18Param === "true") {
r18 = true;
}
let videoUrls;
if (r18) {
videoUrls = [
自己找
];
} else {
videoUrls = [
自己找
];
}
</script>
视频背景参考:https://www.nodeseek.com/post-224199-1
parameters使用的cloudflare-Rules-Redirect Rules