Kick.com Auto Select 1080p60 Quality [2025 Working!]

Tries full interaction: focus, pointer events, then click to open settings menu and select 1080p60 (or fallback) on kick.com. Restarts on URL change.

< 脚本 Kick.com Auto Select 1080p60 Quality [2025 Working!] 的反馈

评价:好评 - 脚本运行良好

§
发布于:2025-11-29

Works good! But if browser/tab is de-focused/refocused it resets to auto. Or if browser window is moved/resized.
Add code to trigger quality select on those events:


// Trigger select quality on Window Resize
window.addEventListener('resize', function() {
console.log('Window resized!');
startScript();
});

// Trigger select quality on Browser/Tab focus
window.onfocus = function() {
console.log("Browser window/tab is focused.");
startScript();
};

发布留言

登录以发布留言。