Penguins Instead Of ShellShockers Logo!

Changes The ShellShockers Logo, Into Penguins!!!!

  1. // ==UserScript==
  2. // @name Penguins Instead Of ShellShockers Logo!
  3. // @namespace http://tampermonkey.net/
  4. // @version 1
  5. // @description Changes The ShellShockers Logo, Into Penguins!!!!
  6. // @author NoahOfTech
  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. // @icon https://media.discordapp.net/attachments/896318037316231278/957556666449154048/111925035_penguino.jpg
  30. // @grant none
  31. // ==/UserScript==
  32.  
  33. document.title="(Penguin Theme In Use!) shellshock.io-alt url: geometry.best";
  34. setTimeout(function(){
  35. document.getElementById("logo").innerHTML = "<img src='https://media.discordapp.net/attachments/896318037316231278/957556666449154048/111925035_penguino.jpg'>";
  36. }, 2000);
  37. let style = document.createElement('link');
  38. style.rel = 'stylesheet';
  39. style.href = 'https://media.discordapp.net/attachments/896318037316231278/957556666449154048/111925035_penguino.jpg';
  40. document.head.appendChild(style);

QingJ © 2025

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