Space and Time

Look up, what do you see?

  1. // ==UserScript==
  2. // @name Space and Time
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Look up, what do you see?
  6. // @author austin_is_cool_23
  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://st4.depositphotos.com/1000451/30856/i/1600/depositphotos_308568652-stock-photo-golden-egg-with-gold-crown.jpg
  32. // @grant none
  33. // ==/UserScript==
  34. (function () {
  35. const addScript = () => {
  36. document.head.innerHTML += `<style>
  37. * {
  38. --ss-transparent: #00000000;
  39. --ss-black: #000;
  40. --ss-white: #8cb8ff; /*White Text*/
  41. --ss-offwhite: #FFF3E4;
  42. --ss-yellow0:#000000;
  43. --ss-yellow: #171717;
  44. --ss-yolk0: #171717;
  45. --ss-yolk: #000000; /*Yellow Buttons*/
  46. --ss-yolk2: #0044b3;
  47. --ss-red0: #000000;
  48. --ss-red: #000000;
  49. --ss-red2: #000000;
  50. --ss-red-bright: #000000;
  51. --ss-pink: #000000;
  52. --ss-pink1: #000000;
  53. --ss-pink-light: #000000;
  54. --ss-brown: #000147;
  55. --ss-blue00: #003b75;
  56. --ss-blue0: #ffffff;
  57. --ss-blue1: #0407b8;
  58. --ss-blue2: #003b75;
  59. --ss-blue3: #000123; /*Lighter Box Borders*/
  60. --ss-blue4: #003b75; /*Blue Subtitles, Darker Box Borders*/
  61. --ss-blue5: #171717;
  62. --ss-green0: #000000;
  63. --ss-green1: #000000;
  64. --ss-green2: #000000;
  65. --ss-orange1: #595959;
  66. --ss-vip-gold: linear-gradient(to right, #0004ff, #0003c9, #0002a1, #000170, #000147);
  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: #4a4dff;
  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/947546062615351327/967020457092067398/build-wallpaper.jpg"); /*Main Background*/
  74. --ss-lightbackground: linear-gradient(var(--ss-blue1), var(--ss-blue2));
  75. --ss-blueblend1: linear-gradient(#349ec1, #5fbad8); /*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-me-player-bg: rgba(247,149,32,.8);
  82. --ss-them-blue-bg: rgba(0,66,87,.8);
  83. --ss-them-blue-color: #003b75;
  84. --ss-them-red-bg: rgb(133,0,0,.8);
  85. --ss-them-red-color: #ff4145
  86. --ss-me-red-bg: rgba(255,65,69,.8);
  87. --ss-me-blue-bg: rgb(94,187,217,.8);
  88. }
  89. </style>`
  90. }
  91. document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript());
  92. })();

QingJ © 2025

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