fuck cnbeta-antiabp

no ads!

  1. // ==UserScript==
  2. // @name fuck cnbeta-antiabp
  3. // @namespace cnbeta-antiabp
  4. // @version 2.2
  5. // @description no ads!
  6. // @author Everyone
  7. // @match http://www.cnbeta.com/articles/*
  8. // @match http://www.cnbeta.com/live/*
  9. // @grant none
  10. // @require http://libs.baidu.com/jquery/1.9.1/jquery.min.js
  11. // ==/UserScript==
  12.  
  13. /*
  14. 可在 Adblock 过滤规则列表内加入如下行
  15.  
  16. www.cnbeta.com##DIV[style="display:block !important;position:fixed;top:0;margin-bottom:10px;width:100%;background:#c44;color:#fff;font-size:15px;z-index:99999"]
  17.  
  18. */
  19. (function() {
  20. 'use strict';
  21. var ss=0;
  22. function fuckAntiABP()
  23. {
  24. var obj=$("body").children("div:has(div)");
  25. //var rogue = document.querySelectorAll("[id*='mask0']");
  26. if (obj.length>0)
  27. {
  28. obj.remove();
  29. clearInterval(ftimer);
  30. }
  31. }
  32. var ftimer = setInterval(function(){fuckAntiABP();},300);
  33. })();
  34.  
  35.  

QingJ © 2025

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