mathsisfun.com - Remove ads

Hide ads on mathsisfun.com and mathopolis.com

  1. // ==UserScript==
  2. // @name mathsisfun.com - Remove ads
  3. // @description Hide ads on mathsisfun.com and mathopolis.com
  4. // @namespace griffi-gh
  5. // @match *://www.mathsisfun.com/*
  6. // @match *://www.mathopolis.com/*
  7. // @match *://mathsisfun.com/*
  8. // @match *://mathopolis.com/*
  9. // @grant GM_addStyle
  10. // @version 1.0
  11. // @license MIT
  12. // @author griffi-gh
  13. // @description 17.03.2023, 01:12:25
  14. // ==/UserScript==
  15.  
  16. if (window.adsHide) adsHide();
  17. if (window.hideads) hideads();
  18. GM_addStyle(`
  19. #adsShow1, #showads1 {
  20. display:none !important;
  21. }
  22. `);

QingJ © 2025

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