CloudFlare Error - HIDE YOUR IP

Hides your IP, Ray ID and adds dark mode to the CloudFlare Error Message

当前为 2020-11-18 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name CloudFlare Error - HIDE YOUR IP
  3. @namespace https://gf.qytechs.cn/en/users/124677-pabli
  4. @version 1.0.0
  5. @description Hides your IP, Ray ID and adds dark mode to the CloudFlare Error Message
  6. @author Pabli
  7. @preprocessor stylus
  8. @var checkbox hideip "Hide IP" 1
  9. @var checkbox darkmode "Dark Mode" 1
  10. ==/UserStyle== */
  11. @-moz-document regexp(".*") {
  12. if hideip {
  13. #cf-wrapper #cf-error-details .cf-footer-item, #cf-wrapper #cf-error-details .cf-footer-separator,
  14. #cf-wrapper #cf-error-details .heading-ray-id {
  15. display: none !important;
  16. }
  17. }
  18. if darkmode {
  19. #cf-wrapper #cf-error-details {
  20. height: 100% !important;
  21. }
  22. #cf-wrapper #cf-error-details {
  23. background: #000 !important;
  24. }
  25. #cf-wrapper {
  26. background: #000 !important;
  27. color: #eee !important;
  28. height: 100vh !important;
  29. }
  30. #cf-wrapper #cf-error-details .cf-status-item.cf-error-source:after {
  31. border-bottom: 18px solid #000 !important;
  32. }
  33. #cf-wrapper #cf-error-details .cf-highlight {
  34. background: #151515 !important;
  35. }
  36. #cf-wrapper h1, #cf-wrapper h2, #cf-wrapper h3, #cf-wrapper h4, #cf-wrapper h5, #cf-wrapper h6, #cf-wrapper p {
  37. color: #ddd !important;
  38. }
  39. #cf-wrapper #cf-error-details .cf-error-footer {
  40. border-top: 1px #151515 solid !important;
  41. }
  42. }
  43. }

QingJ © 2025

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