去除微博灰色遮罩

2022/12/1 上午9:45:44

目前为 2022-12-02 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name 去除微博灰色遮罩
  3. // @namespace removeGray-weibo.com
  4. // @match https://weibo.com/
  5. // @grant none
  6. // @version 1.0
  7. // @author 秋刀鱼Bin
  8. // @description 2022/12/1 上午9:45:44
  9. // ==/UserScript==
  10. setTimeout(()=>{
  11. [].forEach.call(document.querySelectorAll(".grayTheme"), function(item){ 
  12. item.classList.remove('grayTheme');
  13. })
  14. },2000)

QingJ © 2025

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