Red Punda Theme (Shellshock.io)

Become a Cute little Panda!

  1. // ==UserScript==
  2. // @name Red Punda Theme (Shellshock.io)
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.42
  5. // @description Become a Cute little Panda!
  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: #FFFFFF; /*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: #d10c04;
  58. --ss-blue0: #ffffff;
  59. --ss-blue1: #710c04;
  60. --ss-blue2: #710c04;
  61. --ss-blue3: #bc544b; /*Lighter Box Borders*/
  62. --ss-blue4: #710c04; /*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: #bc544b;
  73. --ss-darkoverlay: rgba(0, 0, 0, 0.8);
  74. --ss-darkoverlay2: rgba(0, 0, 0, 0.2);
  75. --ss-lightoverlay: url("https://media.discordapp.net/attachments/967708118534483979/976030723389681724/42090d461b624453927232ac01cf4aef-1920.png?width=1680&height=945"); /*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://imagesvc.meredithcorp.io/v3/mm/image?q=60&c=sc&poi=face&w=2000&h=1000&url=https%3A%2F%2Fstatic.onecms.io%2Fwp-content%2Fuploads%2Fsites%2F24%2F2016%2F11%2Fbamboo_forest-122180080-2000.jpg);
  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. #logo {
  94. background-image: url('https://media.discordapp.net/attachments/967708118534483979/976031066546655302/723b6bc40aefc6f495d03906a83c7ff9-modified.png');
  95. background-position: center;
  96. background-repeat: no-repeat;
  97. width: 100%;
  98. background-size: 9%;
  99. z-index: 5;
  100. min-width: var(--ss-min-width);
  101. height: var(--ss-header-height);
  102. position: absolute;
  103. text-align: center;
  104. top: 5em;
  105. left: 0;
  106. margin: 0 auto;
  107. pointer-events: none;
  108. }
  109.  
  110. #healthContainer {
  111. position: absolute;
  112. left: 50%; bottom: 1em;
  113. transform: translateX(-50%);
  114. display: inline-block;
  115. width: 6em; height: 6em;
  116. background: var(--ss-blueshadow);
  117. border-radius: 50%;
  118. text-align: center;
  119. }
  120.  
  121. #health {
  122. }
  123.  
  124. #healthHp {
  125. font-family: 'Nunito', bold italic;
  126. font-weight: bold;
  127. color: var(--ss-red);
  128. font-size: 1.2em;
  129. transform: translateY(-3.45em);
  130. }
  131.  
  132. .healthBar {
  133. transform-origin: center;
  134. transform: rotate(90deg);
  135. fill: red;
  136. stroke: white;
  137. stroke-width: 1em;
  138. stroke-dasharray: 14.4513em;
  139. transition: all 0.3s ease-in-out;
  140. }
  141.  
  142. .healthYolk {
  143. fill: red;
  144. }
  145.  
  146. .healthSvg {
  147. width: 100%; height: 100%;
  148. }
  149.  
  150. .crosshair {
  151. position: absolute;
  152. transform-origin: 50% top;
  153. top: 50%;
  154. border: solid 0.05em ;
  155. height: 0.8em;
  156. margin-bottom: 0.12em;
  157. opacity: 1;
  158.  
  159. left: calc(50% - 0.15em);
  160. background: red;
  161. width: 0.3em;
  162. }
  163. .crosshair.normal {
  164. left: calc(50% - 0.15em);
  165. background: red;
  166. width: 0.3em;
  167. }
  168.  
  169. .crosshair.powerful {
  170. left: calc(50% - 0.25em);
  171. background: red;
  172. width: 0.2em;
  173. }
  174.  
  175. #maskmiddle {
  176. background: url('https://media.discordapp.net/attachments/967708118534483979/976287415306182719/red_punda_sp.png?width=946&height=946') center center no-repeat;
  177. background-size: contain;
  178. width: 100vh;
  179. height: 100vh;
  180. }
  181.  
  182. .playerSlot--icons .vip-egg {
  183. text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  184. content: url('https://media.discordapp.net/attachments/967708118534483979/976113836945989702/8f3e1b61cbfa719577edee3e446ccec1-modified.png') !important;
  185. max-height: 1.3em;
  186. max-width: 1.3em;
  187. }
  188.  
  189. #best_streak_container h1 {
  190. margin: 0; padding: 0;
  191. display: inline;
  192.  
  193. text-shadow: var(--ss-space-micro) var(--ss-space-micro) var(--ss-shadow);
  194.  
  195. font-family: 'Nunito', sans-serif !important;
  196. font-size: 2.5em !important;
  197. color: var(--ss-white) !important;
  198. font-weight: bold !important;
  199. text-transform: lowercase;
  200.  
  201. padding-left: 1.5em;
  202. padding-top: 0em;
  203.  
  204. background-image: url('https://media.discordapp.net/attachments/967708118534483979/976031335162445824/download-1-modified.png');
  205. background-position: left center;
  206. background-size: contain;
  207. background-repeat: no-repeat;
  208. }
  209.  
  210. .egg_icon {
  211. height: 2em;
  212. margin: var(--ss-space-micro) var(--ss-space-sm) 0 0;
  213. content: url(https://media.discordapp.net/attachments/967708118534483979/976031066546655302/723b6bc40aefc6f495d03906a83c7ff9-modified.png);
  214. }
  215.  
  216. #killBox::before{
  217. font-size: 1.4em;
  218. font-weight: 900;
  219. content: '🎋 YOU BOOPED 🎋 '!important;
  220. color: green;
  221. }
  222. #killBox h3{
  223. display:none;
  224. }
  225. #KILL_STREAK::before{
  226. display: normal !important;
  227. }
  228. #deathBox h3{
  229. display:none;
  230. }
  231.  
  232. #deathBox::before{
  233. font-size: 1.4em;
  234. font-weight: 900;
  235. content: '🎋 YOU WERE BOOPED BY 🎋 '!important;
  236. color: Green;
  237. }
  238.  
  239. </style>`
  240. }
  241. document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript());
  242. })();