Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Hello, I have an account creator bot, but it uses a lot of data from the proxy and slows down because it loads unnecessary images etc. Is there a browser setting to solve this?
I think cache mask deny can do this for you.. you could use for example *.png which would block any .png file from opening
Couldn't replicate it, everything works as it should. Here's the video: 123.webm Perhaps I'm doing something wrong?
@manuelacosta98
Yeah, and BAS closed unexpectedly. I experienced the same thing too. I believe it happened because of multithreading.
@Fox said in Enable Mic Access:
@fair21taylor Try to replace this file in the BAS folder. Or add these lines to the chrome_command_line.txt file --disable-gpu --disable-gpu-compositing --enable-widevine-cdm --use-fake-ui-for-media-stream —use-fake-device-for-media-stream —use-file-for-fake-video-capture=C:\test.y4m —use-file-for-fake-audio-capture=C:\3285.wav fake-video-capture for camera emulation fake-audio-capture for microphone emulation
@fair21taylor Try to replace this file in the BAS folder. Or add these lines to the chrome_command_line.txt file
fake-video-capture for camera emulation fake-audio-capture for microphone emulation
is there a way to really allow mic to work and not a fake audio capture?