Code to mask the credentials from the AWS Console
Install Tamper Monkey on your browser. This is an extension available for all major browsers and you should be able to easily find it on the browser's add-ons/extension stores.
- on the URl bar type about:config
- search for security.csp
- change the value of security.csp to False
- reload the AWS Console page and you should see the script working if it wasn't before (no need to close and reopen the browser)
Download and install TamperMonkey on your browser: https://www.tampermonkey.net/
Click on the extension icon in your browser then choose "Create a new script..." Screenshot 1
Copy/paste the contents of hide_aws_credentials.js into the TamperMonkey script window replacing the default generated code and save
You should now see both the main account info as well as the account details when expanding the menu replaced the word DEMO. Screenshot 2
Personally, I like to have my name and social handle instead of just saying DEMO, so I replace it with Matheus | @codingmatheus. Feel free to experiment :)