Anti Cloudflare Block (Zombs.io)

Automatically reloads the page when the "You have been blocked" screen appears.

// ==UserScript==
// @name         Anti Cloudflare Block (Zombs.io)
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  Automatically reloads the page when the "You have been blocked" screen appears.
// @author       You
// @match        *://zombs.io/*
// @icon         https://cdn-icons-png.flaticon.com/512/5969/5969044.png
// @grant        none
// @license      MIT
// ==/UserScript==

if (document.getElementById("cf-wrapper")) {
    location.href = location.href
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址