NoAds For ShellShockers

A Script To Hide Ads On ShellShockers.IO ShellShock.io

  1. // ==UserScript==
  2. // @name NoAds For ShellShockers
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.1
  5. // @description A Script To Hide Ads On ShellShockers.IO ShellShock.io
  6. // @author Taco
  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. console.log("Join My Discord: https://discord.gg/vSExwxrkRk");
  34.  
  35. (function() {
  36. "use strict";
  37.  
  38. Object.defineProperty(Object, "hideAds", {
  39. enumerable: false,
  40. get() {
  41. return true;
  42. },
  43. set(v) {
  44. return v.hideAds;
  45. }
  46. });
  47.  
  48. })();

QingJ © 2025

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