@Metaferssance My usage is consistently stable on any number of servers, meaning I use Server 1 with 100 threads. When I run a second server, it distributes the load between the two servers so that the total is 200. Also, I have an automatic problem from BAS, as the maximum running limit I have is 100 threads on one server or more; I will only get 100 threads. Is this because I am using the same key for fingerprints? Do I need a separate key for each 100 threads on two servers, or what?
Mute sound?
-
Use this code in "Browser >> Execute on every page load in browser"
var mute=function(tag){ var elems = document.getElementsByTagName(tag); for(var i = 0; i < elems.length; i++){ elems[i].muted=true; } } mute("video"); mute("audio"); document.addEventListener("DOMSubtreeModified", function(event) { mute("video"); mute("audio"); }); -
@rekaa0251 This code is work!
Check it!
0_1512410772840_sound_off.xmlAlso, You can use Volume Mixer :D
