chrome
run chrome without cors
Command line
chrome.exe --disable-web-security
Or in launch.json
"runtimeArgs": ["--disable-web-security"]
filter console
Use regex with a -
prefix. For example, exclude any message with foo
or bar
in it:
-/(foo|bar)/
bluetooth microphone add/remove broken
In Chrome, when a bluetooth microphone is default and selected, perform the following:
- Bluetooth microphone selected - works
- Remove bluetooth microphone
- New default is now system microphone - works
- Connect bluetooth microhpone
- New default is now bluetooth microphone - broken - system microphone still enabled
See more: