Reddit-Stream Auto-Refresh

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

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

// ==UserScript==
// @name         Reddit-Stream Auto-Refresh 
// @namespace    nick2bad4u
// @description  Auto-Refreshes your Reddit-Stream.com page every 30 seconds. Modify the script and change to any time you want.
// @author       Nick2bad4u
// @match        https://reddit-stream.com/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=reddit-stream.com
// @version      2.1
// @grant        none
// @homepage     https://github.com/Nick2bad4u/RedditCommentStreamRefresh
// @homepageURL  https://github.com/Nick2bad4u/RedditCommentStreamRefresh
// @supportURL   https://github.com/Nick2bad4u/RedditCommentStreamRefresh/issues
// @license CC-BY-SA-3.0; http://creativecommons.org/licenses/by-sa/3.0/
// @license MIT
// ==/UserScript==

(function () {
    'use strict';
    setTimeout(function () {
        location.reload();
    }, 30 * 1000);
})();

QingJ © 2025

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