antizert / no ads on ANY zertalious script (shell shockers, krunker, 1v1.lol, & more!)

removes ads from any script created by "zertalious". works on shell shockers, krunker.io, digdig.io, surviv.io, 1v1.lol, ev.io, voxiom.io, & paperio!

目前为 2025-01-22 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name antizert / no ads on ANY zertalious script (shell shockers, krunker, 1v1.lol, & more!)
  3. // @description removes ads from any script created by "zertalious". works on shell shockers, krunker.io, digdig.io, surviv.io, 1v1.lol, ev.io, voxiom.io, & paperio!
  4. // @icon https://i.imgur.com/ORAaPzD.png
  5. // @version 5
  6.  
  7. // @author VillainsRule
  8. // @namespace https://villainsrule.xyz
  9.  
  10. // @grant unsafeWindow
  11. // @run-at document-start
  12.  
  13. // @match *://shellshock.io/*
  14. // @match *://algebra.best/*
  15. // @match *://algebra.vip/*
  16. // @match *://biologyclass.club/*
  17. // @match *://deadlyegg.com/*
  18. // @match *://deathegg.world/*
  19. // @match *://eggcombat.com/*
  20. // @match *://egg.dance/*
  21. // @match *://eggfacts.fun/*
  22. // @match *://egghead.institute/*
  23. // @match *://eggisthenewblack.com/*
  24. // @match *://eggsarecool.com/*
  25. // @match *://geometry.best/*
  26. // @match *://geometry.monster/*
  27. // @match *://geometry.pw/*
  28. // @match *://geometry.report/*
  29. // @match *://hardboiled.life/*
  30. // @match *://hardshell.life/*
  31. // @match *://humanorganising.org/*
  32. // @match *://mathdrills.info/*
  33. // @match *://mathfun.rocks/*
  34. // @match *://mathgames.world/*
  35. // @match *://math.international/*
  36. // @match *://mathlete.fun/*
  37. // @match *://mathlete.pro/*
  38. // @match *://overeasy.club/*
  39. // @match *://scrambled.best/*
  40. // @match *://scrambled.tech/*
  41. // @match *://scrambled.today/*
  42. // @match *://scrambled.us/*
  43. // @match *://scrambled.world/*
  44. // @match *://shellshockers.club/*
  45. // @match *://shellshockers.site/*
  46. // @match *://shellshockers.us/*
  47. // @match *://shellshockers.world/*
  48. // @match *://softboiled.club/*
  49. // @match *://violentegg.club/*
  50. // @match *://violentegg.fun/*
  51. // @match *://yolk.best/*
  52. // @match *://yolk.life/*
  53. // @match *://yolk.rocks/*
  54. // @match *://yolk.tech/*
  55. // @match *://zygote.cafe/*
  56.  
  57. // @match *://krunker.io/*
  58. // @match *://browserfps.com/*
  59. // @exclude *://krunker.io/social*
  60. // @exclude *://krunker.io/editor*
  61.  
  62. // @match *://surviv.io/*
  63. // @match *://surviv2.io/*
  64. // @match *://2dbattleroyale.com/*
  65. // @match *://2dbattleroyale.org/*
  66. // @match *://piearesquared.info/*
  67. // @match *://thecircleisclosing.com/*
  68. // @match *://archimedesofsyracuse.info/*
  69. // @match *://secantsecant.com/*
  70. // @match *://parmainitiative.com/*
  71. // @match *://nevelskoygroup.com/*
  72. // @match *://kugahi.com/*
  73. // @match *://chandlertallowmd.com/*
  74. // @match *://ot38.club/*
  75. // @match *://kugaheavyindustry.com/*
  76. // @match *://drchandlertallow.com/*
  77. // @match *://rarepotato.com/*
  78.  
  79. // @match *://1v1.lol/*
  80. // @match *://1v1.school/*
  81.  
  82. // @match *://ev.io/*
  83. // @match *://digdig.io/*
  84. // @match *://voxiom.io/*
  85. // @match *://paper-io.com/*
  86. // ==/UserScript==
  87.  
  88. let url = new URL(unsafeWindow.location.href);
  89. let params = new URLSearchParams(url.search);
  90.  
  91. if (!params.get('showAd')) {
  92. params.append('showAd', (Date.now() - 5 * 60 * 1000).toString(16));
  93. url.search = params.toString();
  94. location.href = url.toString();
  95. }

QingJ © 2025

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