cleanIsraynotarrayAds

clean israynotarray.com google ads

  1. // ==UserScript==
  2. // @name cleanIsraynotarrayAds
  3. // @namespace https://coderntoes.club/sms
  4. // @version 0.11
  5. // @description clean israynotarray.com google ads
  6. // @author mooring@codernotes.club
  7. // @match https://israynotarray.com/*
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=israynotarray.com
  9. // @grant none
  10. // @license MIT
  11. // @run-at document-body
  12. // ==/UserScript==
  13.  
  14. (function() {
  15. 'use strict';
  16. var style = document.createElement('style');
  17. style.innerText = [
  18. '.site-overview-wrap>div:last-child',
  19. '.footer>.footer-inner>.copyright+div',
  20. '.post-meta>div:not(.post-meta-item)',
  21. '.post-footer>div:not([class])',
  22. ':is(ins){display:none!important;}'
  23. ].join(',');
  24. document.body.previousElementSibling.appendChild(style);
  25. })();

QingJ © 2025

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