Squirp Theme

Theme for Squirp

  1. // ==UserScript==
  2. // @name Squirp Theme
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description Theme for Squirp
  6. // @author Little Boy
  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://algebra.best/*
  27. // @match https://scrambled.today/*
  28. // @match https://deathegg.world/*
  29. // @match https://violentegg.fun/*
  30. // @grant none
  31. // ==/UserScript==
  32.  
  33. (function() {
  34. const addScript=()=>{
  35. document.title = 'Squirp';
  36. var style = document.createElement('link');
  37. style.rel = 'stylesheet';
  38. style.href = 'https://sample-1.sikepeople.repl.co/shell-themes/style.css';
  39. document.head.appendChild(style);
  40. }
  41. if(document.body){
  42. addScript();
  43. }else{
  44. document.addEventListener('DOMContentLoaded', function(e){
  45. addScript();
  46. })
  47. }
  48. })();

QingJ © 2025

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