cleanGushiwenCnAds

clean https://so.gushiwen.cn/mingju/juv.aspx?id=5f20170d7269 ads

  1. // ==UserScript==
  2. // @name cleanGushiwenCnAds
  3. // @namespace http://tampermonkey.net/
  4. // @version 0.11
  5. // @description clean https://so.gushiwen.cn/mingju/juv.aspx?id=5f20170d7269 ads
  6. // @author mooring@codernotes.club
  7. // @match *.gushiwen.cn/*
  8. // @icon https://www.google.com/s2/favicons?sz=64&domain=gushiwen.cn
  9. // @grant none
  10. // @license MIT
  11. // @run-at document.body
  12. // ==/UserScript==
  13.  
  14. (function() {
  15. 'use strict';
  16. var css = [
  17. 'div[class*="content"],.right .juzioncont,.right .abcd',
  18. ',div[id^="threeWeixin"]',
  19. '{display:none!important}',
  20. '.maintopbc .maintop .cont{max-width: 100%!important}',
  21. '.maintopbc .maintop .cont .right{width:fit-content!important;}',
  22. '.maintopbc .maintop .cont .right .son2{float:left!important}',
  23. '.main3{max-width: calc(100% - 100px) !important;}',
  24. '.main3 >.left{width: 100% !important}',
  25. '.main3 >.right{display:none!important}',
  26. ].join('')
  27. var style = document.createElement('style'); style.innerText = css;
  28. document.body.previousElementSibling.appendChild(style)
  29. })();

QingJ © 2025

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