🏠 Home 

SilverHawkTheme (Shellshock.io)

Become a Hawk with my first theme


Install this script?
  1. // ==UserScript==
  2. // @name SilverHawkTheme (Shellshock.io)
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.43
  5. // @description Become a Hawk with my first theme
  6. // @author SilverHawk
  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 https://cdn.discordapp.com/attachments/1104426900765548554/1104472684152246342/hw4498r_1.png
  32. // @grant none
  33. // @lisense MIT
  34. // ==/UserScript==
  35. (function () {
  36. const addScript = () => {
  37. document.head.innerHTML += `<style>
  38. * {
  39. --ss-transparent: #00000000;
  40. --ss-black: #000;s
  41. --ss-white: #000000; /*White Text*/
  42. --ss-offwhite: #f18f49;
  43. --ss-yellow0:##f18f49;
  44. --ss-yellow: #171717;
  45. --ss-yolk0: #171717;
  46. --ss-yolk: #000080; /*Yellow Buttons*/
  47. --ss-yolk2: #ffae00;
  48. --ss-red0: #f18f49;
  49. --ss-red: #f18f49;
  50. --ss-red2: #f18f49;
  51. --ss-red-bright: #f18f49;
  52. --ss-gold: gold;
  53. --ss-gold1: gold;
  54. --ss-gold-light: gold;
  55. --ss-brown: #f18f49;
  56. --ss-blue00: #800080;
  57. --ss-blue0: #800080;
  58. --ss-blue1: #800080;
  59. --ss-blue2: #800080;
  60. --ss-blue3: #00c0ff; /*Lighter Box Borders*/
  61. --ss-blue4: blue; /*Blue Subtitles, Darker Box Borders*/
  62. --ss-blue5: blue;
  63. --ss-green0: #000000;
  64. --ss-green1: #000000;
  65. --ss-green2: #000000;
  66. --ss-orange1: #595959;
  67. --ss-clear: rgba(255, 255, 255, 0);
  68. --ss-blue2clear: rgba(94, 186, 217, 0);
  69. --ss-shadow: rgba(0,0,0,0.4);
  70. --ss-blueshadow: #f18f49;
  71. --ss-darkoverlay: rgba(0, 0, 0, 0.8);
  72. --ss-darkoverlay2: rgba(0, 0, 0, 0.2);
  73. --ss-lightoverlay: url("https://cdn.discordapp.com/attachments/1104426900765548554/1107169600094863400/Now_Showing.png");/*Main Background*/
  74. --ss-lightbackground: linear-gradient(var(--ss-blue1), var(--ss-blue2));
  75. --ss-blueblend1: linear-gradient(#9ec134, #9ec134); /*Some Box fill colors*/
  76. --ss-scrollmask1: linear-gradient(var(--ss-blue2clear), var(--ss-blue2));
  77. --ss-scrollmask2: linear-gradient(rgba(56, 158, 192, 0), #389EC0);
  78. --ss-fieldbg: linear-gradient(#91CADB, #000000, #000000, #000000, #000000);
  79. --ss-white-60: rgba(255,255,255,.6);
  80. --ss-white-90: rgba(255,255,255,.9);
  81. --ss-them-blue-bg: rgba(255, 255, 0,.8);
  82. --ss-them-blue-color: #003b75;
  83. --ss-them-red-bg: rgb(133,0,0,.8);
  84. --ss-them-red-color: red
  85. --ss-me-red-bg: rgba(255,65,69,.8);
  86. --ss-me-blue-bg: rgb(94,187,217,.8);
  87. --ss-me-player-bg: url("https://cdn.discordapp.com/attachments/1104426900765548554/1106026081145860147/SilverHawkTheme_1.png")
  88. }
  89. #healthContainer {
  90. position: absolute;
  91. left: 50%; bottom: 1em;
  92. transform: translateX(-50%);
  93. display: inline-block;
  94. width: 6em; height: 6em;
  95. background: var(--ss-blueshadow);
  96. border-radius: 50%;
  97. text-align: center;
  98. }
  99. #health {
  100. }
  101. #healthHp {
  102. font-family: 'Nunito', bold italic;
  103. font-weight: bold;
  104. color: var(--ss-green);
  105. font-size: 1.2em;
  106. transform: translateY(-3.45em);
  107. }
  108. .healthBar {
  109. transform-origin: center;
  110. transform: rotate(90deg);
  111. fill: Silver;
  112. stroke: gold;
  113. stroke-width: 1em;
  114. stroke-dasharray: 14.4513em;
  115. transition: all 0.3s ease-in-out;
  116. }
  117. .healthYolk {
  118. fill: white;
  119. }
  120. .healthSvg {
  121. width: 100%; height: 100%;
  122. }
  123. .crosshair {
  124. position: absolute;
  125. transform-origin: 50% top;
  126. top: 50%;
  127. border: solid 0.05em ;
  128. height: 0.8em;
  129. margin-bottom: 0.12em;
  130. opacity: 1;
  131. left: calc(50% - 0.15em);
  132. background: gold;
  133. width: 0.3em;
  134. }
  135. .crosshair.normal {
  136. left: calc(50% - 0.15em);
  137. background: gold;
  138. width: 0.3em;
  139. }
  140. #hardBoiledValue {
  141. font-family: 'Nunito', sans-serif;
  142. font-weight: bold;
  143. color: var(--ss-white);
  144. font-size: 1.6em;
  145. transform: translateY(-2.6em);
  146. }
  147. .hardBoiledShield {
  148. position: absolute;
  149. transform: translateX(-50%);
  150. height: 100%;
  151. content: url('https://cdn.discordapp.com/attachments/1104500998879334521/1104501149991714896/shieldshs.png');
  152. }
  153. .hardBoiledShield {
  154. position: absolute;
  155. transform: translateX(-50%);
  156. height: 100%;
  157. content: url('https://cdn.discordapp.com/attachments/1104500998879334521/1104501149991714896/shieldshs.png');
  158. }
  159. .crosshair.powerful {
  160. left: calc(50% - 0.25em);
  161. background: gold;
  162. width: 0.2em;
  163. }
  164. #maskmiddle {
  165. background: url('https://cdn.discordapp.com/attachments/1104500998879334521/1104501127522811955/shs-custom-scope-02-back.png') center center no-repeat;
  166. background-size: contain;
  167. width: 100vh;
  168. height: 100vh;
  169. }
  170. .playerSlot--icons .vip-egg {
  171. text-shadow: 1px 1px 2px rgb(0 0 0 / 50%);
  172. content: url('https://cdn.discordapp.com/attachments/1104500998879334521/1104501160544583780/vip.png') !important;
  173. max-height: 1.3em;
  174. max-width: 1.3em;
  175. }
  176. #best_streak_container h1 {
  177. margin: 0; padding: 0;
  178. display:inline
  179. text-shadow: var(--ss-space-micro) var(--ss-space-micro) var(--ss-shadow);
  180. font-family: 'Nunito', sans-serif !important;
  181. font-size: 2.5em !important;
  182. color: var(--ss-white) !important;
  183. font-weight: bold !important;
  184. text-transform: lowercase;
  185. padding-left: 1.5em;
  186. padding-top: 0em;
  187. background-image: url('https://cdn.discordapp.com/attachments/1104426900765548554/1104472684152246342/hw4498r_1.png');
  188. background-position: left center;
  189. background-size: contain;
  190. background-repeat: no-repeat;
  191. }
  192. .egg_icon {
  193. height: 2em;
  194. margin: var(--ss-space-micro) var(--ss-space-sm) 0 0;
  195. content: url(https://cdn.discordapp.com/attachments/1104500998879334521/1104501138478333962/egg.png)
  196. }
  197. #killBox::before{
  198. font-size: 1.4em;
  199. font-weight: 900;
  200. content: 'YOU PECKED'!important;
  201. color: yellow;
  202. }
  203. #killBox h3{
  204. display:none;
  205. }
  206. #KILL_STREAK::before{
  207. display: normal !important;
  208. }
  209. #deathBox h3{
  210. display:none;
  211. }
  212. #deathBox::before{
  213. font-size: 1.4em;
  214. font-weight: 900;
  215. content: 'YOU GOT PECKED BY'!important;
  216. color: yellow;
  217. }
  218. .chat {
  219. position: absolute;
  220. font-weight: bold;
  221. color: silver;
  222. z-index: 6;
  223. }
  224. #chatOut {
  225. display: none;
  226. bottom: 2.5em;
  227. left: 1em;
  228. }
  229. #chatIn {
  230. display: none;
  231. color: silver;
  232. bottom: 1em;
  233. left: 1em;
  234. width: 30%;
  235. border: none;
  236. background: none;
  237. }
  238. }
  239. #ammo {
  240. text-align: right;
  241. font-size: 3.25em;
  242. font-family: 'Nunito', sans-serif;
  243. font-weight: bold;
  244. line-height: 1em;
  245. margin: 0;
  246. padding-right: 1.4em;
  247. padding-top: 0em;
  248. margin-bottom: 0.1em;
  249. background-image: url('https://media.discordapp.net/attachments/927072346647429200/949922254853128212/ammo-removebg-preview.png');
  250. background-position: right center;
  251. background-size: contain;
  252. background-repeat: no-repeat;
  253. }
  254. </style>`
  255. }
  256. document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript());
  257. })();