An OSS version of the "AWS console regions color" extension, a browser extension that changes the color of the AWS navbar depending on the region
- Other extension was broken by an update on AWS' side
- Adds new regions that were missing (including gov)
- Fixed support for Firefox
All the extension code is kept extremely simple in order to allow anyone to contribute easily, this means:
- Uses no transpilation tools, only basic HTML and Javascript
- Only include minimal number of files
- Keep code extremely simple
On Firefox:
- Open the Debugging page by navigating to
about:debugging#/runtime/this-firefox
. - Click on the "Load Temporary Add-on..." button and select the extension directory.
On Chrome (untested, likely to be broken):
- Open the Extension Management page by navigating to
chrome://extensions
. - Enable Developer Mode by clicking the toggle switch next to Developer mode.
- Click the LOAD UNPACKED button and select the extension directory.
MIT
- Thanks to u/Geeno2 for coming up with the idea and building it.
- Thanks to u/thehandsomezebra for fixing the script for the new ribbon behaviour
- Modified it from sleep to mutation observer as, sleep takes too long on fast connection
- Added additional AWS regions (including GOV)
- Added flag emojis on the pop-up UI
- Revamped the Icon/added dark theme