Twitch Un-raid

Go back to the channel where you were a few minutes after a raid

// ==UserScript==
// @name         Twitch Un-raid
// @version      1
// @description  Go back to the channel where you were a few minutes after a raid
// @author       jmatg1
// @match        https://twitch.tv
// @license MIT
// @namespace https://gf.qytechs.cn/users/843476
// ==/UserScript==

(function() {
    function checkPage(){
        if(window.location.href.includes('?referrer=raid')){
            history.back()
        }
    }
    setTimeout(checkPage, 3*1000);
})();

QingJ © 2025

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