chrome

add text to clipboard

filter console

Use regex with a - prefix. For example, exclude any message with foo or bar in it:

javascript
-/(foo|bar)/

run chrome without cors

Command line

css
chrome.exe --disable-web-security

Or in launch.json

json
"runtimeArgs": ["--disable-web-security"]

bluetooth microphone add/remove broken

In Chrome, when a bluetooth microphone is default and selected, perform the following:

  1. Bluetooth microphone selected - works
  2. Remove bluetooth microphone
  3. New default is now system microphone - works
  4. Connect bluetooth microhpone
  5. New default is now bluetooth microphone - broken - system microphone still enabled

See more:

posts