CloudFlare Error - HIDE YOUR IP

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

当前为 2021-08-11 提交的版本,查看 最新版本

  1. /* ==UserStyle==
  2. @name CloudFlare Error - HIDE YOUR IP
  3. @namespace https://gf.qytechs.cn/en/users/124677-pabli
  4. @version 1.0.3
  5. @description Hides your IP, Ray ID and adds dark mode to the CloudFlare Error Message
  6. @author Pabli
  7. @license CC-BY-SA-4.0
  8. @homepageURL https://github.com/pabli24/CloudFlareError
  9. @supportURL https://github.com/pabli24/CloudFlareError/issues
  10. @preprocessor stylus
  11. @var checkbox hideip "Hide IP" 1
  12. @var checkbox darkmode "Dark Mode" 1
  13. @var checkbox blank "Blank Page" 0
  14. ==/UserStyle== */
  15. @-moz-document regexp(".*") {
  16. if hideip {
  17. #cf-wrapper #cf-error-details .cf-error-footer,
  18. #cf-wrapper #cf-error-details > header > span {
  19. display: none !important
  20. }
  21. }
  22. if blank {
  23. #cf-wrapper #cf-error-details {
  24. display: none !important
  25. }
  26. }
  27. if darkmode {
  28. #cf-wrapper #cf-error-details {
  29. background: #000 !important
  30. }
  31. #cf-wrapper {
  32. background: #000 !important
  33. color: #eee !important
  34. position: absolute !important
  35. padding: 0 !important
  36. margin: 0 !important
  37. top: 0 !important
  38. left: 0 !important
  39. width: 100% !important
  40. height: 100% !important
  41. }
  42. #cf-wrapper #cf-error-details .cf-status-item.cf-error-source:after {
  43. border-bottom: 18px solid #000 !important
  44. }
  45. #cf-wrapper #cf-error-details .cf-error-source::after {
  46. background-color: #000 !important
  47. box-shadow: none !important
  48. }
  49. #cf-wrapper #cf-error-details .cf-highlight,
  50. #cf-wrapper #cf-error-details .bg-gradient-gray {
  51. background: #151515 !important
  52. }
  53. #cf-wrapper h1,
  54. #cf-wrapper h2,
  55. #cf-wrapper h3,
  56. #cf-wrapper h4,
  57. #cf-wrapper h5,
  58. #cf-wrapper h6,
  59. #cf-wrapper p {
  60. color: #ddd !important
  61. }
  62. #cf-wrapper #cf-error-details .cf-error-footer {
  63. border-top: 1px #151515 solid !important
  64. }
  65. }
  66. }

QingJ © 2025

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