disabled autostart

This commit is contained in:
2025-12-11 13:11:38 -05:00
parent c833462a9a
commit 3efe5bb97b
2 changed files with 2 additions and 7 deletions

View File

@@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name cams // @name cams
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @version 1.2.2 // @version 1.2.3
// @description Set maxDockedCamsForUser, keep-alive, and multi-poke // @description Set maxDockedCamsForUser, keep-alive, and multi-poke
// @author You // @author You
// @match https://chat.fabswingers.com/* // @match https://chat.fabswingers.com/*
@@ -759,11 +759,6 @@
updateMultiPokeButtonState(); updateMultiPokeButtonState();
console.log('MultiPoke button created'); console.log('MultiPoke button created');
// Auto-start keep-alive
setTimeout(function() {
startKeepAlive();
}, 2000);
// Initialize multi-poke if enabled // Initialize multi-poke if enabled
setTimeout(function() { setTimeout(function() {
if (multiPokeEnabled) { if (multiPokeEnabled) {

View File

@@ -1,7 +1,7 @@
// ==UserScript== // ==UserScript==
// @name cams // @name cams
// @namespace http://tampermonkey.net/ // @namespace http://tampermonkey.net/
// @version 1.2.2 // @version 1.2.3
// @description Set maxDockedCamsForUser, keep-alive, and multi-poke // @description Set maxDockedCamsForUser, keep-alive, and multi-poke
// @author You // @author You
// @match https://chat.fabswingers.com/* // @match https://chat.fabswingers.com/*