KRL Theme

KRL theme for shellshock.io

  1. // ==UserScript==
  2. // @name KRL Theme
  3. // @namespace http://tampermonkey.net/
  4. // @version 1
  5. // @description KRL theme for shellshock.io
  6. // @author Akai
  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/941970447535317022/944511071291600926/killers.png
  30. // @grant none
  31. // ==/UserScript==
  32.  
  33. document.title="ƙŁƦ Server Clan Theme";
  34. setTimeout(function(){
  35. document.getElementById("logo").innerHTML = "<img src='https://media.discordapp.net/attachments/941970447535317022/944511071291600926/killers.png'>";
  36. }, 2000);
  37. let style = document.createElement('link');
  38. style.rel = 'stylesheet';
  39. style.href = 'https://krl-1.minh-quanquan27.repl.co/style.css';
  40. document.head.appendChild(style);