Adblock - cuberealm.io

Remove cuberealm ads :D Works with Ublock Origin / adblocker enabled

  1. // ==UserScript==
  2. // @name Adblock - cuberealm.io
  3. // @namespace https://github.com/Thibb1
  4. // @match https://cuberealm.io/*
  5. // @grant none
  6. // @version 1.2
  7. // @author Thibb1
  8. // @description Remove cuberealm ads :D Works with Ublock Origin / adblocker enabled
  9. // @license GPL
  10. // ==/UserScript==
  11.  
  12. // Disable ads for cuberealm.io
  13. window.adSDKType = '';
  14. setInterval(() => {
  15. // Unlock loading when ads are blocked
  16. try {window.adsLoadedPromiseResolve()} catch {}
  17. // delete FCCDCF cookie
  18. document.cookie = 'FCCDCF=;domain=cuberealm.io;path=/;expires=Thu, 01 Jan 1970 00:00:00 GMT';
  19. }, 500);

QingJ © 2025

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