🏠 Home 

Immanuel Theme

Subscribe to B-GO


Install this script?
  1. // ==UserScript==
  2. // @name Immanuel Theme
  3. // @namespace http://tampermonkey.net/
  4. // @version 1
  5. // @description Subscribe to B-GO
  6. // @author B-GO
  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. (function () {
  32. const addScript = () => {
  33. document.head.innerHTML += `<style>
  34. * {
  35. --ss-transparent: #00000000;
  36. --ss-black: #0000
  37. --ss-white: #FFFFFF;
  38. --ss-offwhite: #fff3e400;
  39. --ss-yellow0:#f7ffc100;
  40. --ss-yellow: #faf17900;
  41. --ss-yolk0: #f1c59a00;
  42. --ss-yolk: #000000
  43. --ss-yolk2: #00ffe79c;
  44. --ss-red0: #e2909200;
  45. --ss-red: #d1535400;
  46. --ss-red2: #80191900;
  47. --ss-red-bright: #ef3c3900;
  48. --ss-pink: #ec008c00;
  49. --ss-pink1: #b9006e00;
  50. --ss-pink-light: #ff3aaf00;
  51. --ss-brown: #000000;
  52. --ss-blue00: #abe3f600;
  53. --ss-blue0: #cc00ff5e;
  54. --ss-blue1: #ffffff;
  55. --ss-blue2: #000000;
  56. --ss-blue3: #000000;
  57. --ss-blue4: #ff00f7;
  58. --ss-blue5: #000000;
  59. --ss-green0: #87ddbb00;
  60. --ss-green1: #3ebe8d00;
  61. --ss-green2: #2a725600;
  62. --ss-orange1: #f7952000;
  63. --ss-vip-gold: linear-gradient(to right, #D1A943, #CFCDAF, #CC8630, #D1AA44, #CC8630);
  64. --ss-gold: #d1aa4400
  65. --ss-clear: rgba(255, 255, 255, 0);
  66. --ss-blue2clear: rgba(94, 186, 217, 0);
  67. --ss-shadow: rgba(0,0,0,0.4);
  68. --ss-blueshadow: #5c0a7187;
  69. --ss-darkoverlay: rgba(0, 0, 0, 0.8);
  70. --ss-darkoverlay2: rgba(0, 0, 0, 0.2);
  71. --ss-lightoverlay: url("https://th.bing.com/th/id/OIP.TQGYosoLPYjZ8lPXsJa7HQHaEK?w=274&h=180&c=7&r=0&o=5&pid=1.7"); /*Main Background*/
  72. --ss-blueblend1: linear-gradient(#0000ff91,#ff0000c2);
  73. --ss-scrollmask1: #0000;
  74. --ss-scrollmask2: #0000;
  75. --ss-fieldbg: linear-gradient(#91CADB, 00ffea, #69ff8e, #ff5959, #306eff);
  76. --ss-nugSecs: 3600s;
  77. --ss-white-60: rgba(255,255,255,.6);
  78. --ss-white-90: rgba(255,255,255,.9);
  79. --ss-me-player-bg: rgba(247,149,32,.8);
  80. --ss-them-blue-bg: rgba(0,66,87,.8);
  81. --ss-them-blue-color: #5ebbd9;
  82. --ss-them-red-bg: rgb(133,0,0,.8);
  83. --ss-them-red-color: #ff4145;
  84. --ss-me-red-bg: rgba(255,65,69,.8);
  85. --ss-me-blue-bg: rgb(94,187,217,.8);
  86. font-size: 1.95vh;
  87. font-family: Futura,Trebuchet MS,Arial,sans-serif;
  88. scrollbar-width: thin;
  89. scrollbar-color: var(--ss-yolk) var(--ss-white);
  90. } /* 1377 */
  91. #maskmiddle {
  92. background: url('https://cdn.discordapp.com/attachments/811268272418062359/880568598253432852/unknown.png') center center no-repeat;
  93. background-size: contain;
  94. width: 100vh;
  95. height: 100vh;
  96. }
  97. .crosshair.normal {
  98. left: calc(50% - 0.15em);
  99. background: blue;
  100. width: 0.3em;
  101. }
  102. .crosshair.powerful {
  103. left: calc(50% - 0.25em);
  104. background: red;
  105. width: 0.2em;
  106. }
  107. #best_streak_container h1 {
  108. margin: 0; padding: 0;
  109. display: inline;
  110. text-shadow: var(--ss-space-micro) var(--ss-space-micro) var(--ss-shadow);
  111. font-family: 'Nunito', bold italic !important;
  112. font-size: 2.5em !important;
  113. color: var(--ss-white) !important;
  114. }
  115. #healthContainer {
  116. position: absolute;
  117. left: 50%; bottom: 1em;
  118. transform: translateX(-50%);
  119. display: inline-block;
  120. width: 6em; height: 6em;
  121. background: var(--ss-blueshadow);
  122. border-radius: 50%;
  123. text-align: center;
  124. }
  125. #health {
  126. }
  127. #healthHp {
  128. font-family: 'Nunito', bold;
  129. font-weight: bold;
  130. color: var(--ss-blue);
  131. font-size: 1.2em;
  132. transform: translateY(-3.45em);
  133. }
  134. .healthBar {
  135. transform-origin: center;
  136. transform: rotate(90deg);
  137. fill: red;
  138. stroke: yellow;
  139. stroke-width: 1em;
  140. stroke-dasharray: 14.4513em;
  141. transition: all 0.3s ease-in-out;
  142. }
  143. .healthYolk {
  144. fill: blue;
  145. }
  146. .healthSvg {
  147. width: 100%; height: 100%;
  148. }
  149. #hardBoiledContainer {
  150. position: absolute;
  151. left: 50%; bottom: 1em;
  152. transform: translateX(-50%);
  153. display: inline-block;
  154. width: 6em; height: 6em;
  155. text-align: center;
  156. }
  157. #hardBoiledValue {
  158. font-family: 'Nunito', bold;
  159. font-weight: bold;
  160. color: var(--ss-blue);
  161. font-size: 1.6em;
  162. transform: translateY(-2.6em);
  163. }
  164. #hardBoiledShieldContainer {
  165. width: 100%;
  166. height: 100%;
  167. }
  168. .hardBoiledShield {
  169. position: absolute;
  170. transform: translateX(-50%);
  171. height: 100%;
  172. }
  173. #eggBreakerContainer {
  174. position: absolute;
  175. left: calc(50% + 9em); bottom: 1em;
  176. transform: scale(4) translateY(-3em);
  177. transform-origin: 50% 100%;
  178. width: 6em; height: 6em;
  179. }
  180. #eggBreakerContainer.on {
  181. visibility: visible;
  182. transform: scale(1) translateY(0);
  183. transition: 1s;
  184. }
  185. #eggBreakerContainer.off {
  186. visibility: hidden;
  187. }
  188. #eggBreakerIcon {
  189. position: absolute;
  190. height: 100%;
  191. }
  192. #eggBreakerTimer {
  193. position: absolute;
  194. color: green;
  195. text-shadow: var(--ss-blue) 0 0 0.1em, black 0 0.1em 0.2em;
  196. font-size: 2.5em;
  197. font-family: 'Nunito', bold italic;
  198. font-weight: 900;
  199. text-align: center;
  200. width: 100%;
  201. top: 24%;
  202. }
  203. #shellStreakContainer {
  204. position: absolute;
  205. top: 18%;
  206. left: 50%;
  207. transform: translateX(-50%);
  208. text-align: center;
  209. z-index: 6;
  210. }
  211. #shellStreakCaption {
  212. color: var(--ss-blue);
  213. text-shadow: var(--ss-space-micro) var(--ss-space-micro) var(--ss-shadow);
  214. margin: 0;
  215. }
  216. #shellStreakMessage {
  217. color: var(--ss-blue);
  218. text-shadow: var(--ss-space-micro) var(--ss-space-micro) var(--ss-shadow);
  219. font-size: 2.5em;
  220. margin: 0;
  221. }
  222. #shellStreakMessage.appear {
  223. visibility: visible;
  224. transform: scale(1);
  225. transition: 0.5s;
  226. }
  227. #shellStreakMessage.disappear {
  228. visibility: hidden;
  229. transform: scale(2);
  230. }
  231. #deathBox {
  232. position: absolute;
  233. display: none;
  234. width: 100%;
  235. transform-origin: center top;
  236. top: 20%;
  237. color: #00fff3;
  238. text-align: center;
  239. }
  240. #gameMessage {
  241. position: absolute;
  242. display: none;
  243. top: 45%; left: 60%;
  244. color: #54ff76;
  245. text-align: center;
  246. z-index: 6;
  247. }
  248. .chat {
  249. position: absolute;
  250. font-weight: bold;
  251. color: #99ff9c;
  252. z-index: 6;
  253. }
  254. #chatOut {
  255. display: none;
  256. bottom: 2.5em;
  257. left: 1em;
  258. }
  259. #chatIn {
  260. display: none;
  261. color: #00ffea;
  262. bottom: 1em;
  263. left: 1em;
  264. width: 30%;
  265. border: none;
  266. background: none;
  267. }
  268. #killTicker {
  269. position: absolute;
  270. text-align: right;
  271. right: 1em;
  272. top: 10em;
  273. height: 7em;
  274. transform-origin: top right;
  275. text-shadow: #ff4d4d;
  276. }
  277. #playerList {
  278. display: table;
  279. border-collapse: separate;
  280. border-spacing: 0.2em;
  281. position: absolute;
  282. left: 1em; top: 1em;
  283. z-index: 6;
  284. width: 12em;
  285. }
  286. #spectate {
  287. display: none;
  288. position: absolute;
  289. right: 1em;
  290. bottom: 1em;
  291. text-align: center;
  292. padding: 0.5em 1em 0.5em 1em;
  293. border-radius: 0.3em;
  294. font-weight: bold;
  295. color: var(--ss-white);
  296. background: rgba(2, 1, 4, 5.3);
  297. }
  298. #serverAndMapInfo {
  299. position: absolute;
  300. right: var(--ss-space-sm);
  301. bottom: var(--ss-space-sm);
  302. text-align: right;
  303. color: var(--ss-blue);
  304. font-weight: bold;
  305. font-size: 1.4em;
  306. line-height: 1em;
  307. z-index: 6;
  308. }
  309. #inGameUI {
  310. position: absolute; right: 0.3em; top: 0em;
  311. }
  312. #readouts {
  313. position: absolute;
  314. top: 2.2em;
  315. right: 0em;
  316. display: block;
  317. text-align: right;
  318. color: var(--ss-white);
  319. font-weight: bold;
  320. clear: both;
  321. font-size: 1.3em !important;
  322. text-transform: uppercase;
  323. line-height: 1em;
  324. white-space: nowrap;
  325. z-index: 6;
  326. }
  327. #best_streak_container h1 {
  328. margin: 0; padding: 0;
  329. display: inline;
  330. text-shadow: var(--ss-space-micro) var(--ss-space-micro) var(--ss-shadow);
  331. font-family: 'Nunito', sans-serif !important;
  332. font-size: 2.5em !important;
  333. color: var(--ss-white) !important;
  334. font-weight: bold !important;
  335. text-transform: lowercase;
  336. padding-left: 1.5em;
  337. padding-top: 0em;
  338. background-image: url('https://cdn.discordapp.com/attachments/890828637786476575/890859943043948574/Blender.png');
  339. background-position: left center;
  340. background-size: contain;
  341. background-repeat: no-repeat;
  342. }
  343. #readouts div {
  344. display: inline;
  345. font-size: 1em !important;
  346. margin-left: 0.1em;
  347. }
  348. #game_account_panel {
  349. z-index: 6;
  350. width: auto;
  351. position: absolute;
  352. top: var(--ss-space-sm);
  353. right: var(--ss-space-sm);
  354. }
  355. #chickenBadge {
  356. position: absolute;
  357. top: 5.25em;
  358. width: 5em;
  359. height: 5em;
  360. right: var(--ss-space-sm);
  361. z-index: 6;
  362. }
  363. #chickenBadge img {
  364. width: 100%;
  365. height: 100%;
  366. }
  367. #scopeBorder {
  368. box-sizing: initial;
  369. display: flex;
  370. flex-direction: row;
  371. justify-content: center;
  372. width: 100vw; height: 100vh;
  373. position: absolute;
  374. top: 0px; left: 0px;
  375. pointer-events: none;
  376. overflow-x: hidden;
  377. }
  378. #pausePopup {
  379. animation-fill-mode: auto;
  380. top: auto;
  381. left: initial;
  382. transform: none;
  383. width: 970px;
  384. width: 70em;
  385. width: auto;
  386. padding: var(--ss-blue);
  387. min-height: 17.7em;
  388. display: flex;
  389. : ;
  390. justify-content: center;
  391. margin-right: auto;
  392. margin-left: auto;
  393. grid-column: 2 / span 1;
  394. align-self: center;
  395. align-items: baseline;
  396. }
  397. .bevel_yolk {
  398. box-shadow: 0.05em 0.05em 0.3em var(--ss-blue4), inset -0.1em -0.1em 0.3em var(--ss-yolk), inset 0.1em 0.1em 0.3em var(--ss-yolk0);
  399. }
  400. .btn_md {
  401. min-width: 12em;
  402. }
  403. .btn_yolk {
  404. background: #75ffa5;
  405. border: 0.2em solid #00ffea;
  406. text-shadow: 0.1em 0.1em 20px var(--ss-blue) !important;
  407. }
  408. .ss_button {
  409. border-radius: var(--ss-space-sm);
  410. border: 0.2em solid var(--ss-blue5);
  411. background: #ff5266;
  412. color: var(--ss-green);
  413. text-align: center;
  414. font-weight: bold;
  415. line-height: 1em;
  416. padding: var(--ss-space-sm) var(--ss-space-lg);
  417. box-shadow: 0.1em 0.1em 3px var(--ss-blue4);
  418. margin: 0 0 var(--ss-space-md) 0;
  419. cursor: pointer;
  420. white-space: nowrap;
  421. }
  422. #account_top {
  423. display: flex;
  424. justify-content: space-around;
  425. flex-wrap: wrap;
  426. flex-direction: row;
  427. }
  428. element.style {
  429. display: block;
  430. }
  431. .playerSlot--icons {
  432. width: 2.7em;
  433. display: block;
  434. position: absolute;
  435. right: -3.1em;
  436. top: 0;
  437. color: url("https://cdn.discordapp.com/attachments/911168967408746496/918055511981703238/download-removebg-preview_5.png");
  438. }
  439. .playerSlot--icons {
  440. width: 2.7em;
  441. display: block;
  442. position: absolute;
  443. right: -3.1em;
  444. top: 0;
  445. color: var(--ss-blueshadow);
  446. }
  447. </style>`
  448. }
  449. document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript());
  450. })();