Just noticed that the "LastVersion" file in the profile folder, as the name suggests, gets updated when the profile is opened with (another version of) BAS e.g. from 114.0.5735.91 to 117.0.5938.63. Therefore it's not suitable for our need to determine the original version of which a profile was created.
But at least can be said what was the latest BAS version that worked with it ;)
Anyway to turn off sound in BAS instances?
-
Other than using windows volume fixer?
-
use this code, proof link
var mute=function(tag){ var elems = document.getElementsByTagName(tag); for(var i = 0; i < elems.length; i++){ elems[i].muted=true; } } document.addEventListener("DOMSubtreeModified", function(event){mute("video");mute("audio");});I did not fully understand, but I was told that I still needed to work at the plant. Works without it.
-
@yourfriendkarol
"plant" is not a garden, "plant" - a manufactory.
this is a local prank. I laughed.
Sorry, English is not my language. I speak only Russian, Swahili and Perl. -
@yourfriendkarol
This code contains an event handler. It should be added to the page before it is downloaded (preferably). Use "Browser -> execute every time the page loads". From "Tools -> execute the code" access to the root object "windows" is not. From this error there is - no "windows.document"
