Greasy Fork is available in English.

Immanuel Theme

Subscribe to B-GO

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