Blizzard Theme (Shellshock.io)

Become a Blizzard!

  1. // ==UserScript==
  2. // @name Blizzard Theme (Shellshock.io)
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.42
  5. // @description Become a Blizzard!
  6. // @author Blizzard
  7. // @match https://shellshock.io/
  8. // @match https://algebra.best/
  9. // @match https://eggcombat.com/*
  10. // @match https://shellshock.io/*
  11. // @match https://eggfacts.fun/*
  12. // @match https://biologyclass.club/*
  13. // @match https://egghead.institute/*
  14. // @match https://egg.dance/*
  15. // @match https://eggisthenewblack.com/*
  16. // @match https://mathfun.rocks/*
  17. // @match https://hardboiled.life/*
  18. // @match https://overeasy.club/*
  19. // @match https://zygote.cafe/*
  20. // @match https://mathdrills.info
  21. // @match https://eggsarecool.com/*
  22. // @match https://deadlyegg.com/*
  23. // @match https://mathgames.world/*
  24. // @match https://hardshell.life/*
  25. // @match https://violentegg.club/*
  26. // @match https://yolk.life/*
  27. // @match https://softboiled.club/*
  28. // @match https://scrambled.world/*
  29. // @match https://deathegg.world/*
  30. // @match https://violentegg.fun/*
  31. // @icon data:file:///Users/nicolasmg/Blizzard.jpg
  32. // @grant none
  33. // @lisense MIT
  34. // ==/UserScript==
  35.  
  36. (function () {
  37. const addScript = () => {
  38. document.head.innerHTML += `<style>
  39. * {
  40. --ss-transparent: #00000000;
  41. --ss-black: #000;
  42. --ss-white: #8cb8ff; /*White Text*/
  43. --ss-offwhite: #FFF3E4;
  44. --ss-yellow0:#000000;
  45. --ss-yellow: #171717;
  46. --ss-yolk0: #171717;
  47. --ss-yolk: #000000; /*Yellow Buttons*/
  48. --ss-yolk2: #0044b3;
  49. --ss-red0: #000000;
  50. --ss-red: #000000;
  51. --ss-red2: #000000;
  52. --ss-red-bright: #000000;
  53. --ss-pink: #000000;
  54. --ss-pink1: #000000;
  55. --ss-pink-light: #000000;
  56. --ss-brown: #000147;
  57. --ss-blue00: #4313ab;
  58. --ss-blue0: #ffffff;
  59. --ss-blue1: #0407b8;
  60. --ss-blue2: #4313ab;
  61. --ss-blue3: #2f025e; /*Lighter Box Borders*/
  62. --ss-blue4: #4313ab; /*Blue Subtitles, Darker Box Borders*/
  63. --ss-blue5: #171717;
  64. --ss-green0: #000000;
  65. --ss-green1: #000000;
  66. --ss-green2: #000000;
  67. --ss-orange1: #595959;
  68. --ss-vip-gold: linear-gradient(to right, #0004ff, #0003c9, #0002a1, #000170, #000147);
  69. --ss-clear: rgba(255, 255, 255, 0);
  70. --ss-blue2clear: rgba(94, 186, 217, 0);
  71. --ss-shadow: rgba(0,0,0,0.4);
  72. --ss-blueshadow: #4a4dff;
  73. --ss-darkoverlay: rgba(0, 0, 0, 0.8);
  74. --ss-darkoverlay2: rgba(0, 0, 0, 0.2);
  75. --ss-lightoverlay: url("https://wallpaperaccess.com/full/52447.jpg"); /*Main Background*/
  76. --ss-lightbackground: linear-gradient(var(--ss-blue1), var(--ss-blue2));
  77. --ss-blueblend1: linear-gradient(#349ec1, #5fbad8); /*Some Box fill colors*/
  78. --ss-scrollmask1: linear-gradient(var(--ss-blue2clear), var(--ss-blue2));
  79. --ss-scrollmask2: linear-gradient(rgba(56, 158, 192, 0), #389EC0);
  80. --ss-fieldbg: linear-gradient(#91CADB, #000000, #000000, #000000, #000000);
  81. --ss-white-60: rgba(255,255,255,.6);
  82. --ss-white-90: rgba(255,255,255,.9);
  83.  
  84. --ss-me-player-bg: url(https://mir-s3-cdn-cf.behance.net/project_modules/disp/67d89460550773.5a512c466d624.gif);
  85. --ss-them-blue-bg: rgba(0,66,87,.8);
  86. --ss-them-blue-color: #003b75;
  87. --ss-them-red-bg: rgb(133,0,0,.8);
  88. --ss-them-red-color: #ff4145
  89. --ss-me-red-bg: rgba(255,65,69,.8);
  90. --ss-me-blue-bg: rgb(94,187,217,.8);
  91. }
  92.  
  93. #healthContainer {
  94. position: absolute;
  95. left: 50%; bottom: 1em;
  96. transform: translateX(-50%);
  97. display: inline-block;
  98. width: 6em; height: 6em;
  99. background: var(--ss-blueshadow);
  100. border-radius: 50%;
  101. text-align: center;
  102. }
  103.  
  104. #health {
  105. }
  106.  
  107. #healthHp {
  108. font-family: 'Nunito', bold italic;
  109. font-weight: bold;
  110. color: var(--ss-green);
  111. font-size: 1.2em;
  112. transform: translateY(-3.45em);
  113. }
  114.  
  115. .healthBar {
  116. transform-origin: center;
  117. transform: rotate(90deg);
  118. fill: yellow;
  119. stroke: black;
  120. stroke-width: 1em;
  121. stroke-dasharray: 14.4513em;
  122. transition: all 0.3s ease-in-out;
  123. }
  124.  
  125. .healthYolk {
  126. fill: blue;
  127. }
  128.  
  129. .healthSvg {
  130. width: 100%; height: 100%;
  131. }
  132.  
  133. .crosshair {
  134. position: absolute;
  135. transform-origin: 50% top;
  136. top: 50%;
  137. border: solid 0.05em ;
  138. height: 0.8em;
  139. margin-bottom: 0.12em;
  140. opacity: 1;
  141.  
  142. left: calc(50% - 0.15em);
  143. background: blue;
  144. width: 0.3em;
  145. }
  146. .crosshair.normal {
  147. left: calc(50% - 0.15em);
  148. background: blue;
  149. width: 0.3em;
  150. }
  151.  
  152. .crosshair.powerful {
  153. left: calc(50% - 0.25em);
  154. background: blue;
  155. width: 0.2em;
  156. }
  157.  
  158. #maskmiddle {
  159. background: url('https://media.discordapp.net/attachments/961825060463706112/965492443061579776/Blizzard.png?width=950&height=950') center center no-repeat;
  160. background-size: contain;
  161. width: 100vh;
  162. height: 100vh;
  163. }
  164.  
  165. #best_streak_container h1 {
  166. margin: 0; padding: 0;
  167. display: inline;
  168.  
  169. text-shadow: var(--ss-space-micro) var(--ss-space-micro) var(--ss-shadow);
  170.  
  171. font-family: 'Nunito', sans-serif !important;
  172. font-size: 2.5em !important;
  173. color: var(--ss-white) !important;
  174. font-weight: bold !important;
  175. text-transform: lowercase;
  176.  
  177. padding-left: 1.5em;
  178. padding-top: 0em;
  179.  
  180. background-image: url('https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTL0z1nJCEKmF8UnmkELq0vBIig8XnkHj_JAA&usqp=CAU');
  181. background-position: left center;
  182. background-size: contain;
  183. background-repeat: no-repeat;
  184. }
  185.  
  186. .egg_icon {
  187. height: 2em;
  188. margin: var(--ss-space-micro) var(--ss-space-sm) 0 0;
  189. content: url(https://shellshock.io/img/eggPose05.png);
  190. }
  191.  
  192. </style>`
  193. }
  194. document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript());
  195. })();