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