Disable Chat

Disable the in-game chat

  1. // ==UserScript==
  2. // @name Disable Chat
  3. // @version 0.1
  4. // @description Disable the in-game chat
  5. // @author Quacky
  6. // @match https://shellshock.io/*
  7. // @match https://dev.shellshock.io/*
  8. // @match https://staging.shellshock.io/*
  9. // @match https://algebra.best/*
  10. // @match https://algebra.vip/*
  11. // @match https://biologyclass.club/*
  12. // @match https://deadlyegg.com/*
  13. // @match https://deathegg.world/*
  14. // @match https://egg.dance/*
  15. // @match https://eggboy.club/*
  16. // @match https://eggboy.xyz/*
  17. // @match https://eggcombat.com/*
  18. // @match https://eggfacts.fun/*
  19. // @match https://egghead.institute/*
  20. // @match https://eggisthenewblack.com/*
  21. // @match https://eggsarecool.com/*
  22. // @match https://eggshooter.best/*
  23. // @match https://geometry.best/*
  24. // @match https://geometry.monster/*
  25. // @match https://geometry.pw/*
  26. // @match https://geometry.report/*
  27. // @match https://hardboiled.life/*
  28. // @match https://hardshell.life/*
  29. // @match https://humanorganising.org/*
  30. // @match https://mathactivity.xyz/*
  31. // @match https://mathdrills.info/*
  32. // @match https://mathdrills.life/*
  33. // @match https://mathfun.rocks/*
  34. // @match https://mathgames.world/*
  35. // @match https://math.international/*
  36. // @match https://mathlete.fun/*
  37. // @match https://mathlete.pro/*
  38. // @match https://new.shellshock.io/*
  39. // @match https://overeasy.club/*
  40. // @match https://scrambled.best/*
  41. // @match https://scrambled.tech/*
  42. // @match https://scrambled.today/*
  43. // @match https://scrambled.us/*
  44. // @match https://scrambled.world/*
  45. // @match https://shellsocks.com/*
  46. // @match https://shellshockers.club/*
  47. // @match https://shellshockers.site/*
  48. // @match https://shellshockers.us/*
  49. // @match https://shellshockers.world/*
  50. // @match https://shellshockers.xyz/*
  51. // @match https://softboiled.club/*
  52. // @match https://urbanegger.com/*
  53. // @match https://violentegg.club/*
  54. // @match https://violentegg.fun/*
  55. // @match https://yolk.best/*
  56. // @match https://yolk.life/*
  57. // @match https://yolk.quest/*
  58. // @match https://yolk.rocks/*
  59. // @match https://yolk.tech/*
  60. // @match https://yolk.today/*
  61. // @match https://zygote.cafe/*
  62. // @icon https://media.discordapp.net/attachments/1045062015279955968/1186896137047777310/block_message_block_chat_message_communication_conversation_text-512.png
  63. // @grant none
  64. // @namespace https://gf.qytechs.cn/users/1085301
  65. // ==/UserScript==
  66.  
  67. (function () {
  68. const addScript = () => {
  69. document.head.innerHTML += `<style>
  70.  
  71. .pause-ui-element {
  72. display: none;
  73. }
  74.  
  75. </style>`
  76. }
  77. document.body ? addScript() : document.addEventListener("DOMContentLoaded", e => addScript());
  78. })();

QingJ © 2025

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