雪球增强

隐藏登录(不可用)弹窗

目前為 2024-11-10 提交的版本,檢視 最新版本

  1. // ==UserScript==
  2. // @name 雪球增强
  3. // @namespace https://xueqiu.com/
  4. // @version 2024-11-10
  5. // @description 隐藏登录(不可用)弹窗
  6. // @author zyco
  7. // @match https://xueqiu.com/*
  8. // @icon https://xqimg.imedao.com/17af5fe80fb1844b3fd48941.png
  9. // @grant none
  10. // @license GPL-3.0 License
  11. // ==/UserScript==
  12.  
  13. (function() {
  14. 'use strict';
  15.  
  16. const dialogLogin = document.querySelector(".modals.dimmer.js-shown");
  17.  
  18. dialogLogin.style.setProperty("display","none","important");
  19. document.body.classList.remove('scroll-no');
  20.  
  21. })();

QingJ © 2025

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