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 ;)
How Can I Change My Location In BAS ?
-
Hi, i wanna change my location with Devtools sensor but i don't know how to do this. I found i javascript code but I'm not sure it works and i wanna enable location permission always. Can you help me ?
Javascript code :
navigator.geolocation.getCurrentPosition = function(success, failure) { success({ coords: { latitude: 30, longitude: 105, }, timestamp: Date.now() }); }