B-GO Theme

Subscribe to B-GO

  1. // ==UserScript==
  2. // @name B-GO Theme
  3. // @namespace http://tampermonkey.net/
  4. // @version 1
  5. // @description Subscribe to B-GO
  6. // @author B-GO
  7. // @match httos://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. // @grant none
  29. // ==/UserScript==
  30.  
  31. (function () {
  32. const addScript = () => {
  33. document.head.innerHTML += `<style>
  34. * {
  35. --ss-transparent: #00000000;
  36. --ss-black: #000;
  37. --ss-white: #FFFFFF; /*White Text*/
  38. --ss-offwhite: #94fff6;
  39. --ss-yellow0:#52b0c7;
  40. --ss-yellow: #0acdfc;
  41. --ss-yolk0: #0acdfc;
  42. --ss-yolk: #009ec4; /*Yellow Buttons*/
  43. --ss-yolk2: #0051ff;
  44. --ss-red0: #fcb8ba;
  45. --ss-red: #f59596;
  46. --ss-red2: #f55858;
  47. --ss-red-bright: #f7211e;
  48. --ss-pink: #457df5;
  49. --ss-pink1: #00319c;
  50. --ss-pink-light: #a142ff;
  51. --ss-brown: #debdff;
  52. --ss-blue00: #d9f4fc;
  53. --ss-blue0: #c8edf8;
  54. --ss-blue1: #a2e3fa;
  55. --ss-blue2: #86e0fc;
  56. --ss-blue3: #4dd1fa; /*Lighter Box Borders*/
  57. --ss-blue4: #19c8ff; /*Blue Subtitles, Darker Box Borders*/
  58. --ss-blue5: #24a0c9;
  59. --ss-green0: #b0ffe9;
  60. --ss-green1: #b0fffa;
  61. --ss-green2: #48fad6;
  62. --ss-orange1: #3a00f7;
  63. --ss-vip-gold: linear-gradient(to right, #fce19a, #fcfbe3, #fab969, #ffd363, #f7a33b);
  64. --ss-clear: rgba(255, 255, 255, 0);
  65. --ss-blue2clear: rgba(94, 186, 217, 0);
  66. --ss-shadow: rgba(0,0,0,0.4);
  67. --ss-blueshadow: #0a577187;
  68. --ss-darkoverlay: rgba(0, 0, 0, 0.8);
  69. --ss-darkoverlay2: rgba(0, 0, 0, 0.2);
  70. --ss-lightoverlay: url("https://wallpaperaccess.com/full/1169836.jpg"); /*Main Background*/
  71. --ss-lightbackground: linear-gradient(var(--ss-blue1), var(--ss-blue2));
  72. --ss-blueblend1: linear-gradient(#349ec1, #5fbad8); /*Some Box fill colors*/
  73. --ss-scrollmask1: linear-gradient(var(--ss-blue2clear), var(--ss-blue2));
  74. --ss-scrollmask2: linear-gradient(rgba(56, 158, 192, 0), #389EC0);
  75. --ss-fieldbg: linear-gradient(#91CADB, #ffffff, #ffffff, #ffffff, #ffffff);
  76. --ss-white-60: rgba(255,255,255,.6);
  77. --ss-white-90: rgba(255,255,255,.9);
  78.  
  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. } /* 1377 */
  87.  
  88. #maskmiddle {
  89. background: url('https://cdn.discordapp.com/attachments/811268272418062359/856940530214109244/unknown.png') center center no-repeat;
  90. background-size: contain;
  91. width: 100vh;
  92. height: 100vh;
  93. }
  94. .crosshair {
  95. position: absolute;
  96. transform-origin: 50% top;
  97. top: 50%;
  98. border: solid 0.05em black;
  99. height: 0.8em;
  100. margin-bottom: 0.12em;
  101. opacity: 1;
  102.  
  103. left: calc(50% - 0.15em);
  104. background: white;
  105. width: 0.3em;
  106. }
  107. .crosshair.normal {
  108. left: calc(50% - 0.15em);
  109. background: cyan;
  110. width: 0.3em;
  111. }
  112.  
  113. .crosshair.powerful {
  114. left: calc(50% - 0.25em);
  115. background: black;
  116. width: 0.2em;
  117. }
  118. </style>`
  119. }
  120. document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript());
  121. })();
  122. // ==UserScript==
  123. // @name Multicolor Crosshair
  124. // @version 0.1
  125. // @description Rainbow Crosshar
  126. // @match httos://shellshock.io/*
  127. // @match https://eggcombat.com/*
  128. // @match https://eggfacts.fun/*
  129. // @match https://biologyclass.club/*
  130. // @match https://egghead.institute/*
  131. // @match https://egg.dance/*
  132. // @match https://eggisthenewblack.com/*
  133. // @match https://mathfun.rocks/*
  134. // @match https://hardboiled.life/*
  135. // @match https://overeasy.club/*
  136. // @match https://zygote.cafe/*
  137. // @match https://eggsarecool.com/*
  138. // @match https://deadlyegg.com/*
  139. // @match https://mathgames.world/*
  140. // @match https://hardshell.life/*
  141. // @match https://violentegg.club/*
  142. // @match https://yolk.life/*
  143. // @match https://softboiled.club/*
  144. // @match https://scrambled.world/*
  145. // @match https://deathegg.world/*
  146. // @author Sike
  147. // @run-at document-body
  148. // @grant Math.mod
  149. // @grant window.extern
  150. // ==/UserScript==
  151.  
  152. (function () {
  153. function HSVtoRGB(h, s, v) {
  154. var r, g, b, i, f, p, q, t;
  155. if (arguments.length === 1) {
  156. s = h.s, v = h.v, h = h.h;
  157. }
  158. i = Math.floor(h * 6);
  159. f = h * 6 - i;
  160. p = v * (1 - s);
  161. q = v * (1 - f * s);
  162. t = v * (1 - (1 - f) * s);
  163. switch (i % 6) {
  164. case 0: r = v, g = t, b = p; break;
  165. case 1: r = q, g = v, b = p; break;
  166. case 2: r = p, g = v, b = t; break;
  167. case 3: r = p, g = q, b = v; break;
  168. case 4: r = t, g = p, b = v; break;
  169. case 5: r = v, g = p, b = q; break;
  170. }
  171. return {
  172. r: Math.round(r * 255),
  173. g: Math.round(g * 255),
  174. b: Math.round(b * 255)
  175. };
  176. }
  177.  
  178. const colors = [[], [], []];
  179.  
  180. for (let wl = 0; wl < 100; wl++) {
  181. const {
  182. r,
  183. g,
  184. b
  185. } = HSVtoRGB(wl / 100.0 * 0.85, 1.0, 1.0);
  186.  
  187. colors[0].push(r);
  188. colors[1].push(g);
  189. colors[2].push(b);
  190. }
  191.  
  192. let crosshairs = [];
  193. let crosshairsSet = false;
  194. let colorIdx = 0;
  195. setInterval(function () {
  196. if (!crosshairsSet && typeof crosshair1 === "object") {
  197.  
  198. for (let i = 0; i < 4; i++) {
  199. crosshairs.push(document.getElementById("crosshair" + i));
  200. }
  201. crosshairsSet = true;
  202. }
  203.  
  204. if (typeof extern !== "undefined" && extern.inGame) {
  205. for (let i = 0; i < 4; i++) {
  206. let ch = crosshairs[i];
  207. const idx = Math.mod(Math.floor(colorIdx + 30 * i), 100);
  208. const colorString = `rgb(${colors[0][idx]}, ${colors[1][idx]}, ${colors[2][idx]})`;
  209. ch.style.backgroundColor = colorString;
  210. ch.style.color = colorString;
  211.  
  212. }
  213.  
  214. colorIdx += 0.89;
  215. if (colorIdx >= 100) {
  216. colorIdx = 0;
  217. }
  218. }
  219.  
  220. }, 33);
  221. }())