Greasy Fork镜像 支持简体中文。

隐藏colamanhua广告

隐藏colamanhua网站上的广告

  1. // ==UserScript==
  2. // @name 隐藏colamanhua广告
  3. // @namespace ChatGPT
  4. // @version 1.3
  5. // @description 隐藏colamanhua网站上的广告
  6. // @match https://www.colamanhua.com/*
  7. // @grant none
  8. // ==/UserScript==
  9.  
  10. let style = document.createElement('style');
  11. style.innerHTML = `[style='display: block; width: 100%; height: 132px; background: rgb(170, 170, 170);'],[style='bottom: 132px;'],body > DIV[style*='height: 33px'][style*='132px !important;'],body > DIV[class][style^='bottom: '][style$='vw; display: block;'],[style*='z-index: 214748364'],.mlad,[class$='_b'],[style*='8.5vw;background: #000;opacity:0.01;'] {display: none !important;visibility: hidden; opacity: 0; z-index: -999; width: 0; height: 0; pointer-events: none; position: absolute; left: -9999px; top: -9999px;}`;
  12. document.head.appendChild(style);
  13. if (window.location.href.includes(".html")) {
  14. window.addEventListener('beforeunload', function (e) {
  15. e.preventDefault();
  16. e.returnValue = '';
  17.  
  18. // 根据需要定制弹窗的内容
  19. var message = '您确定要离开当前页面吗?';
  20.  
  21. return message;
  22. });
  23. }

QingJ © 2025

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