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

View File

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