Greasy Fork镜像 支持简体中文。

FrostPanda Theme

Frost Panda YT's theme

  1. // ==UserScript==
  2. // @name FrostPanda Theme
  3. // @namespace http://tampermonkey.net/
  4. // @version 1
  5. // @description Frost Panda YT's theme
  6. // @author Galeggy
  7. // @match https://shellshock.io/*
  8. // @match https://eggcombat.com/*
  9. // @match https://eggfacts.fun/*
  10. // @match https://biologyclass.club/*
  11. // @match https://egghead.institute/*
  12. // @match https://egg.dance/*
  13. // @match https://eggisthenewblack.com/*
  14. // @match https://mathfun.rocks/*
  15. // @match https://hardboiled.life/*
  16. // @match https://overeasy.club/*
  17. // @match https://zygote.cafe/*
  18. // @match https://eggsarecool.com/*
  19. // @match https://deadlyegg.com/*
  20. // @match https://mathgames.world/*
  21. // @match https://hardshell.life/*
  22. // @match https://violentegg.club/*
  23. // @match https://yolk.life/*
  24. // @match https://softboiled.club/*
  25. // @match https://scrambled.world/*
  26. // @match https://deathegg.world/*
  27. // @match https://violentegg.fun/*
  28. // @match https://krunker.io/*
  29. // @grant none
  30. // ==/UserScript==
  31.  
  32. (function () {
  33. const addScript = () => {
  34. document.head.innerHTML += `<style>
  35. * {
  36. --ss-transparent: #00000000;
  37. --ss-black: #000;
  38. --ss-white: #FFFFFF;
  39. --ss-offwhite: #FFF3E4;
  40. --ss-yellow0:#F7FFC1;
  41. --ss-yellow: #FAF179;
  42. --ss-yolk0: #f1c59a00;
  43. --ss-yolk: #000000;
  44. --ss-yolk2: #d9761100;
  45. --ss-red0: #e2909200;
  46. --ss-red: #000000;
  47. --ss-red2: #80191900;
  48. --ss-red-bright: #EF3C39;
  49. --ss-pink: #EC008C;
  50. --ss-pink1: #b9006e;
  51. --ss-pink-light: #ff3aaf;
  52. --ss-brown: #ffffff;
  53. --ss-blue00: #000000;
  54. --ss-blue0: #dd00ff;
  55. --ss-blue1: #dd00ff;
  56. --ss-blue2: #00fff7;
  57. --ss-blue3: #000000;
  58. --ss-blue4: #000000;
  59. --ss-blue5: #000000;
  60. --ss-green0: #87ddbb00;
  61. --ss-green1: #000000;
  62. --ss-green2: #2a725600;
  63. --ss-orange1: #F79520;
  64. --ss-vip-gold: linear-gradient(to right, #D1A943, #CFCDAF, #CC8630, #D1AA44, #CC8630);
  65. --ss-gold: #D1AA44;
  66. --ss-blue2clear: rgba(94, 186, 217, 0);
  67. --ss-shadow: rgba(0,0,0,0.4);
  68. --ss-blueshadow: #0a577187;
  69. --ss-darkoverlay: rgba(0, 0, 0, 0.8);
  70. --ss-darkoverlay2: rgba(0, 0, 0, 0.2);
  71. --ss-lightoverlay: url("https://cdn.discordapp.com/attachments/913020191917625344/928922318468685824/unknown.png"); /*Main Background*/
  72. --ss-lightbackground: url("https://cdn.discordapp.com/attachments/913020191917625344/928922318468685824/unknown.png")
  73. --ss-blueblend1: linear-gradient(#0000ff91,#ff0000c2);
  74. --ss-scrollmask1: #0000;
  75. --ss-scrollmask2: #0000;
  76. --ss-fieldbg: linear-gradient(#91CADB, 00ffea, #69ff8e, #ff5959, #306eff);
  77. --ss-nugSecs: 3600s;
  78. --ss-white-60: rgba(255,255,255,.6);
  79. --ss-white-90: rgba(255,255,255,.9);
  80.  
  81. --ss-me-player-bg: rgba(247,149,32,.8);
  82.  
  83. --ss-them-blue-bg: rgba(0,66,87,.8);
  84. --ss-them-blue-color: #5ebbd9;
  85. --ss-them-red-bg: rgb(133,0,0,.8);
  86. --ss-them-red-color: #ff4145;
  87.  
  88. --ss-me-red-bg: rgba(255,65,69,.8);
  89. --ss-me-blue-bg: rgb(94,187,217,.8);
  90.  
  91. font-size: 1.95vh;
  92.  
  93. scrollbar-width: thin;
  94. scrollbar-color: var(--ss-yolk) var(--ss-white);
  95. } /* 1377 */
  96.  
  97. #maskmiddle {
  98. background: url('https://cdn.discordapp.com/attachments/366644989650010113/917761977495994378/Remix_scope.png') center center no-repeat;
  99. background-size: contain;
  100. width: 100vh;
  101. height: 100vh;
  102. }
  103. .crosshair {
  104. position: absolute;
  105. transform-origin: 50% top;
  106. top: 50%;
  107. border: solid 0.05em ;
  108. height: 0.8em;
  109. margin-bottom: 0.12em;
  110. opacity: 1;
  111.  
  112. left: calc(50% - 0.15em);
  113. background: orange;
  114. width: 0.3em;
  115. }
  116. .crosshair.normal {
  117. left: calc(50% - 0.15em);
  118. background: orange;
  119. width: 0.3em;
  120. }
  121.  
  122. .crosshair.powerful {
  123. left: calc(50% - 0.25em);
  124. background: multicolour;
  125. width: 0.2em;
  126. }
  127.  
  128. #best_streak_container h1 {
  129. margin: 0; padding: 0;
  130. display: inline;
  131.  
  132. text-shadow: var(--ss-space-micro) var(--ss-space-micro) var(--ss-shadow);
  133.  
  134. font-family: 'Nunito', sans-serif !important;
  135. font-size: 2.5em !important;
  136. color: var(--ss-white) !important;
  137. font-weight: bold !important;
  138. text-transform: lowercase;
  139.  
  140. padding-left: 1.5em;
  141. padding-top: 0em;
  142.  
  143. background-image: url('https://cdn.discordapp.com/attachments/928619502789328896/929000142772768768/channels4_profile-modified.png');
  144. background-position: left center;
  145. background-size: contain;
  146. background-repeat: no-repeat;
  147. }
  148.  
  149. #healthContainer {
  150. position: absolute;
  151. left: 50%; bottom: 1em;
  152. transform: translateX(-50%);
  153. display: inline-block;
  154. width: 6em; height: 6em;
  155. background: url("ttps://cdn.discordapp.com/attachments/928619502789328896/929000142772768768/channels4_profile-modified.png");
  156. background-position: bottom center;
  157. border-radius: 50%;
  158. text-align: center;
  159. }
  160.  
  161. #health {
  162. }
  163.  
  164. #healthHp {
  165. font-family: 'Nunito', bold italic;
  166. font-weight: bold;
  167. color: var(--ss-yellow);
  168. font-size: 1.2em;
  169. transform: translateY(-3.45em);
  170. }
  171.  
  172. .healthBar {
  173. transform-origin: center;
  174. transform: rotate(90deg);
  175. fill: yellow;
  176. stroke: blue;
  177. stroke-width: 1em;
  178. stroke-dasharray: 14.4513em;
  179. transition: all 0.3s ease-in-out;
  180. }
  181.  
  182. .healthYolk {
  183. fill: green;
  184. }
  185. .egg_icon {
  186. height: 2em;
  187. margin: var(--ss-space-micro) var(--ss-space-sm) 0 0;
  188. content: url(https://cdn.discordapp.com/attachments/909790661916651530/925290665636691968/038.png);
  189. }
  190.  
  191. </style>`
  192. }
  193. document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript());
  194. })();

QingJ © 2025

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