Luv-Burrito Theme

Subscribe to B-Go and Luv-Burrito

  1. // ==UserScript==
  2. // @name Luv-Burrito Theme
  3. // @namespace http://tampermonkey.net/
  4. // @version 1
  5. // @description Subscribe to B-Go and Luv-Burrito
  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://mathdrills.info
  19. // @match https://eggsarecool.com/*
  20. // @match https://deadlyegg.com/*
  21. // @match https://mathgames.world/*
  22. // @match https://hardshell.life/*
  23. // @match https://violentegg.club/*
  24. // @match https://yolk.life/*
  25. // @match https://softboiled.club/*
  26. // @match https://scrambled.world/*
  27. // @match https://deathegg.world/*
  28. // @match https://violentegg.fun/*
  29. // @match https://krunker.io/*
  30. // @grant none
  31. // ==/UserScript==
  32.  
  33. (function () {
  34. const addScript = () => {
  35. document.head.innerHTML += `<style>
  36. * {
  37. --ss-transparent: #00000000;
  38. --ss-black: #000;
  39. --ss-white: #FFFFFF;
  40. --ss-offwhite: #fff3e400;
  41. --ss-yellow0:#f7ffc100;
  42. --ss-yellow: #faf17900;
  43. --ss-yolk0: #d89af1;
  44. --ss-yolk: #f7952000;
  45. --ss-yolk2: #d911a5;
  46. --ss-red0: #e2909200;
  47. --ss-red: #d1535400;
  48. --ss-red2: #80191900;
  49. --ss-red-bright: #ef3c3900;
  50. --ss-pink: #ec008c00;
  51. --ss-pink1: #b9006e00;
  52. --ss-pink-light: #ff3aaf00;
  53. --ss-brown: #924e0c00;
  54. --ss-blue00: #000000;
  55. --ss-blue0: #000000;
  56. --ss-blue1: #ffffff;
  57. --ss-blue2: #570084;
  58. --ss-blue3: #000000;
  59. --ss-blue4: #fb00ff94;
  60. --ss-blue5: #1c008c;
  61. --ss-green0: #ff00e0;
  62. --ss-green1: #00000033;
  63. --ss-green2: #82007e;
  64. --ss-orange1: #f7952000;
  65. --ss-vip-gold: linear-gradient(to right, #D1A943, #CFCDAF, #CC8630, #D1AA44, #CC8630);
  66. --ss-gold: #d1aa4400;
  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: #0a577187;
  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/938295753279930408/945586660089921596/Image.7.PNG"); /*Main Background*/
  74. --ss-lightbackground: linear-gradient(var(--ss-blue1), var(--ss-blue2) );
  75. --ss-blueblend1: linear-gradient(45deg, #000000d1, #310071c4);
  76. --ss-scrollmask1: #0000;
  77. --ss-scrollmask2: #0000;
  78. --ss-fieldbg: linear-gradient(#91CADB, #ffffff, #ffffff, #ffffff, #ffffff);
  79. --ss-nugSecs: 3600s;
  80. --ss-white-60: rgba(255,255,255,.6);
  81. --ss-white-90: rgba(255,255,255,.9);
  82.  
  83. --ss-me-player-bg: rgba(247,149,32,.8);
  84.  
  85. --ss-them-blue-bg: rgba(0,66,87,.8);
  86. --ss-them-blue-color: #5ebbd9;
  87. --ss-them-red-bg: rgb(133,0,0,.8);
  88. --ss-them-red-color: #ff4145;
  89.  
  90. --ss-me-red-bg: rgba(255,65,69,.8);
  91. --ss-me-blue-bg: rgb(94,187,217,.8);
  92.  
  93. font-size: 1.95vh;
  94. font-family: Bold;
  95.  
  96. scrollbar-width: thin;
  97. scrollbar-color: var(--ss-yolk) var(--ss-white);
  98. }
  99. /* 1377 */
  100.  
  101. #maskmiddle {
  102. background: url('https://cdn.discordapp.com/attachments/938295753279930408/945587581058441296/images_8.png') center center no-repeat;
  103. background-size: contain;
  104. width: 100vh;
  105. height: 100vh;
  106. }
  107. .crosshair {
  108. position: absolute;
  109. transform-origin: 50% top;
  110. top: 50%;
  111. border: solid 0.05em ;
  112. height: 0.8em;
  113. margin-bottom: 0.12em;
  114. opacity: 1;
  115.  
  116. left: calc(50% - 0.15em);
  117. background: orange;
  118. width: 0.3em;
  119. }
  120. .crosshair.normal {
  121. left: calc(50% - 0.15em);
  122. background: orange;
  123. width: 0.3em;
  124. }
  125.  
  126. .crosshair.powerful {
  127. left: calc(50% - 0.25em);
  128. background: red;
  129. width: 0.2em;
  130. }
  131.  
  132. #best_streak_container h1 {
  133. margin: 0; padding: 0;
  134. display: inline;
  135.  
  136. text-shadow: var(--ss-space-micro) var(--ss-space-micro) var(--ss-shadow);
  137.  
  138. font-family: 'Nunito', bold italic !important;
  139. font-size: 2.5em !important;
  140. color: var(--ss-white) !important;
  141. }
  142.  
  143. #healthContainer {
  144. position: absolute;
  145. left: 50%; bottom: 1em;
  146. transform: translateX(-50%);
  147. display: inline-block;
  148. width: 6em; height: 6em;
  149. background: var(--ss-redshadow);
  150. border-radius: 50%;
  151. text-align: center;
  152. }
  153.  
  154. #health {
  155. }
  156.  
  157. #healthHp {
  158. font-family: 'Nunito', bold italic;
  159. font-weight: bold;
  160. color: var(--ss-yellow);
  161. font-size: 1.2em;
  162. transform: translateY(-3.45em);
  163. }
  164.  
  165. .healthBar {
  166. transform-origin: center;
  167. transform: rotate(90deg);
  168. fill: orange;
  169. stroke: blue;
  170. stroke-width: 1em;
  171. stroke-dasharray: 14.4513em;
  172. transition: all 0.3s ease-in-out;
  173. }
  174.  
  175. .healthYolk {
  176. fill: red;
  177. }
  178.  
  179. .healthSvg {
  180. width: 100%; height: 100%;
  181. }
  182.  
  183. #hardBoiledContainer {
  184. position: absolute;
  185. left: 50%; bottom: 1em;
  186. transform: translateX(-50%);
  187. display: inline-block;
  188. width: 6em; height: 6em;
  189. text-align: center;
  190. }
  191.  
  192. #hardBoiledValue {
  193. font-family: 'Nunito', bold;
  194. font-weight: bold;
  195. color: var(--ss-blue);
  196. font-size: 1.6em;
  197. transform: translateY(-2.6em);
  198. }
  199.  
  200. #hardBoiledShieldContainer {
  201. width: 100%;
  202. height: 100%;
  203. }
  204.  
  205. .hardBoiledShield {
  206. position: absolute;
  207. transform: translateX(-50%);
  208. height: 100%;
  209. }
  210.  
  211. #eggBreakerContainer {
  212. position: absolute;
  213. left: calc(50% + 9em); bottom: 1em;
  214. transform: scale(4) translateY(-3em);
  215. transform-origin: 50% 100%;
  216. width: 6em; height: 6em;
  217. }
  218.  
  219. #eggBreakerContainer.on {
  220. visibility: visible;
  221. transform: scale(1) translateY(0);
  222. transition: 1s;
  223. }
  224.  
  225. #eggBreakerContainer.off {
  226. visibility: hidden;
  227. }
  228.  
  229. #eggBreakerIcon {
  230. position: absolute;
  231. height: 100%;
  232. }
  233.  
  234. #eggBreakerTimer {
  235. position: absolute;
  236. color: white;
  237. text-shadow: var(--ss-green) 0 0 0.1em, black 0 0.1em 0.2em;
  238. font-size: 2.5em;
  239. font-family: 'Nunito', bold italic;
  240. font-weight: 900;
  241. text-align: center;
  242. width: 100%;
  243. top: 24%;
  244. }
  245.  
  246. #shellStreakContainer {
  247. position: absolute;
  248. top: 18%;
  249. left: 50%;
  250. transform: translateX(-50%);
  251. text-align: center;
  252. z-index: 6;
  253. }
  254.  
  255. #shellStreakCaption {
  256. color: var(--ss-blue);
  257. text-shadow: var(--ss-space-micro) var(--ss-space-micro) var(--ss-shadow);
  258. margin: 0;
  259. }
  260.  
  261. #shellStreakMessage {
  262. color: var(--ss-blue);
  263. text-shadow: var(--ss-space-micro) var(--ss-space-micro) var(--ss-shadow);
  264. font-size: 2.5em;
  265. margin: 0;
  266. }
  267.  
  268. #shellStreakMessage.appear {
  269. visibility: visible;
  270. transform: scale(1);
  271. transition: 0.5s;
  272. }
  273.  
  274. #shellStreakMessage.disappear {
  275. visibility: hidden;
  276. transform: scale(2);
  277. }
  278.  
  279. #deathBox {
  280. position: absolute;
  281. display: none;
  282. width: 100%;
  283. transform-origin: center top;
  284. top: 20%;
  285. color: #00fff3;
  286. text-align: center;
  287. }
  288.  
  289. #gameMessage {
  290. position: absolute;
  291. display: none;
  292. top: 45%; left: 60%;
  293. color: #54ff76;
  294. text-align: center;
  295. z-index: 6;
  296. }
  297.  
  298. .chat {
  299. position: absolute;
  300. font-weight: bold;
  301. color: #99ff9c;
  302. z-index: 6;
  303. }
  304.  
  305. #chatOut {
  306. display: none;
  307. bottom: 2.5em;
  308. left: 1em;
  309.  
  310. }
  311.  
  312. #chatIn {
  313. display: none;
  314. color: #00ffea;
  315. bottom: 1em;
  316. left: 1em;
  317. width: 30%;
  318. border: none;
  319. background: none;
  320. }
  321.  
  322. #killTicker {
  323. position: absolute;
  324. text-align: right;
  325. right: 1em;
  326. top: 10em;
  327. height: 7em;
  328. transform-origin: top right;
  329. text-shadow: #ff4d4d;
  330. }
  331.  
  332. #playerList {
  333. display: table;
  334. border-collapse: separate;
  335. border-spacing: 0.2em;
  336. position: absolute;
  337. left: 1em; top: 1em;
  338. z-index: 6;
  339. width: 12em;
  340. }
  341.  
  342. #spectate {
  343. display: none;
  344. position: absolute;
  345. right: 1em;
  346. bottom: 1em;
  347. text-align: center;
  348. padding: 0.5em 1em 0.5em 1em;
  349. border-radius: 0.3em;
  350. font-weight: bold;
  351. color: var(--ss-white);
  352. background: rgba(2, 1, 4, 5.3);
  353. }
  354.  
  355. #serverAndMapInfo {
  356. position: absolute;
  357. right: var(--ss-space-sm);
  358. bottom: var(--ss-space-sm);
  359. text-align: right;
  360. color: var(--ss-blue);
  361. font-weight: bold;
  362. font-size: 1.4em;
  363. line-height: 1em;
  364. z-index: 6;
  365. }
  366.  
  367. #inGameUI {
  368. position: absolute; right: 0.3em; top: 0em;
  369. }
  370.  
  371. #readouts {
  372. position: absolute;
  373. top: 2.2em;
  374. right: 0em;
  375. display: block;
  376. text-align: right;
  377. color: var(--ss-white);
  378. font-weight: bold;
  379. clear: both;
  380. font-size: 1.3em !important;
  381. text-transform: uppercase;
  382. line-height: 1em;
  383. white-space: nowrap;
  384. z-index: 6;
  385. }
  386.  
  387. #best_streak_container h1 {
  388. margin: 0; padding: 0;
  389. display: inline;
  390.  
  391. text-shadow: var(--ss-space-micro) var(--ss-space-micro) var(--ss-shadow);
  392.  
  393. font-family: 'Nunito', sans-serif !important;
  394. font-size: 2.5em !important;
  395. color: var(--ss-white) !important;
  396. font-weight: bold !important;
  397. text-transform: lowercase;
  398.  
  399. padding-left: 1.5em;
  400. padding-top: 0em;
  401.  
  402. background-image: url('https://cdn.discordapp.com/attachments/938295753279930408/945588166851690496/download__17_-removebg-preview.png');
  403. background-position: left center;
  404. background-size: contain;
  405. background-repeat: no-repeat;
  406. }
  407.  
  408. .egg_icon {
  409. height: 2em;
  410. margin: var(--ss-space-micro) var(--ss-space-sm) 0 0;
  411. content: url(https://cdn.discordapp.com/attachments/938295753279930408/945588683539632178/download__18_-removebg-preview.png);
  412. }
  413.  
  414. </style>`
  415. }
  416. document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript());
  417. })();

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址