Go to Browser/Browser Settings scroll down and there are profile settings
Screenshot 2026-07-10 at 6.58.44 PM.png
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.xml
Also, You can use Volume Mixer :D
