Reddit-Stream Auto-Refresh-Faster

Auto-Refreshes your Reddit-Stream.com page every 30 seconds. Modify the script and change to any time you want.

目前为 2024-10-29 提交的版本。查看 最新版本

  1. // ==UserScript==
  2. // @name Reddit-Stream Auto-Refresh-Faster
  3. // @namespace nick2bad4u
  4. // @description Auto-Refreshes your Reddit-Stream.com page every 30 seconds. Modify the script and change to any time you want.
  5. // @author Nick2bad4u
  6. // @match https://reddit-stream.com/*
  7. // @icon https://www.google.com/s2/favicons?sz=64&domain=reddit-stream.com
  8. // @version 2.0
  9. // @grant none
  10. // @homepage https://github.com/Nick2bad4u/RedditCommentStreamRefresh
  11. // @homepageURL https://github.com/Nick2bad4u/RedditCommentStreamRefresh
  12. // @supportURL https://github.com/Nick2bad4u/RedditCommentStreamRefresh/issues
  13. // @license CC-BY-SA-3.0; http://creativecommons.org/licenses/by-sa/3.0/
  14. // @license MIT
  15. // ==/UserScript==
  16.  
  17. (function () {
  18. 'use strict';
  19. setTimeout(function () {
  20. location.reload();
  21. }, 10 * 1000);
  22. })();

QingJ © 2025

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