快眼看书去广告

移除快眼看书广告

  1. // ==UserScript==
  2. // @name 快眼看书去广告
  3. // @namespace http://www.wandhi.com/
  4. // @version 1.0.0
  5. // @description 移除快眼看书广告
  6. // @author Wandhi
  7. // @icon https://www.wandhi.com/favicon.ico
  8. // @include https://www.kuaiyankanshu.net/*/read_*.html
  9. // ==/UserScript==
  10.  
  11. (function() {
  12. function closeAd(){
  13. document.querySelector("#note").previousElementSibling&&document.querySelector("#note").previousElementSibling.remove();
  14. document.querySelector("#note")&&document.querySelector("#note").remove();
  15. }
  16. var adSwitch= setInterval(function(){
  17. closeAd();
  18. },1000);
  19. })();

QingJ © 2025

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