您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Hides your IP, Ray ID and adds dark mode to the CloudFlare Error Message
当前为
/* ==UserStyle== @name CloudFlare Error - HIDE YOUR IP @namespace https://gf.qytechs.cn/en/users/124677-pabli @version 1.0.3 @description Hides your IP, Ray ID and adds dark mode to the CloudFlare Error Message @author Pabli @license CC-BY-SA-4.0 @homepageURL https://github.com/pabli24/CloudFlareError @supportURL https://github.com/pabli24/CloudFlareError/issues @preprocessor stylus @var checkbox hideip "Hide IP" 1 @var checkbox darkmode "Dark Mode" 1 @var checkbox blank "Blank Page" 0 ==/UserStyle== */ @-moz-document regexp(".*") { if hideip { #cf-wrapper #cf-error-details .cf-error-footer, #cf-wrapper #cf-error-details > header > span { display: none !important } } if blank { #cf-wrapper #cf-error-details { display: none !important } } if darkmode { #cf-wrapper #cf-error-details { background: #000 !important } #cf-wrapper { background: #000 !important color: #eee !important position: absolute !important padding: 0 !important margin: 0 !important top: 0 !important left: 0 !important width: 100% !important height: 100% !important } #cf-wrapper #cf-error-details .cf-status-item.cf-error-source:after { border-bottom: 18px solid #000 !important } #cf-wrapper #cf-error-details .cf-error-source::after { background-color: #000 !important box-shadow: none !important } #cf-wrapper #cf-error-details .cf-highlight, #cf-wrapper #cf-error-details .bg-gradient-gray { background: #151515 !important } #cf-wrapper h1, #cf-wrapper h2, #cf-wrapper h3, #cf-wrapper h4, #cf-wrapper h5, #cf-wrapper h6, #cf-wrapper p { color: #ddd !important } #cf-wrapper #cf-error-details .cf-error-footer { border-top: 1px #151515 solid !important } } }
QingJ © 2025
镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址