Ad Blocker

Removes ads. the blank spaces in the script let you add in any link you want.(Disclaimer) do Not Post this scripts else ware or you might get banned

  1.  
  2. // ==UserScript==
  3. // @name Ad Blocker
  4. // @namespace Mafia Modder
  5. // @description Removes ads. the blank spaces in the script let you add in any link you want.(Disclaimer) do Not Post this scripts else ware or you might get banned
  6. // @version 1.2
  7. // @author MAFIA MODDER
  8. // @include https://www.yahoo.com/
  9. // @include https://www.bing.com/
  10. // @include https://vex-3.com/*
  11. // @include https://www.google.com/
  12. // @include slither.io
  13. // @include moomoo.io
  14. // @include diep.io
  15. // @include kizi.com
  16. // @include coolmathgames.com
  17. // @include
  18. // @include
  19. // @include
  20. // @include
  21.  
  22. // ==/UserScript==
  23.  
  24. var areplacer = document.getElementsByClassName("areplacer");
  25. var count = areplacer.length;
  26. var i;
  27.  
  28. for(i = 0;i < count;i++)
  29. {
  30. areplacer[0].parentNode.removeChild(areplacer[0]);
  31. }

QingJ © 2025

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