disabled autostart
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user