微博自动刷新

30s自动刷新。注意,需要在隐身/无痕模式下运行

  1. // ==UserScript==
  2. // @name 微博自动刷新
  3. // @description 30s自动刷新。注意,需要在隐身/无痕模式下运行
  4. // @namespace http://tampermonkey.net/
  5. // @version 0.1.1
  6. // @description try to take over the world!
  7. // @author You
  8. // @license MIT
  9. // @match *://*.weibo.com/*
  10. // @grant none
  11. // ==/UserScript==
  12.  
  13. setTimeout(function(){ location.reload(); }, 30* 1000);

QingJ © 2025

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