#!/bin/bash launchctl setenv CHROME_HEADLESS 1 defaults write -g NSAutoFillHeuristicControllerEnabled -bool false
It removes the drop-shadow from Chrome and removes an autofill context.
reply
#!/bin/bash launchctl setenv CHROME_HEADLESS 1
defaults write -g NSAutoFillHeuristicControllerEnabled -bool false