Closed chrisgilbert closed 3 days ago
@chrisgilbert Thanks for letting me know! Looks like they made some slight tweaks, I'll have a fix out soon.
There were some subtle HTML changes to the AWS console menu that messed up how I'm scraping the account info. Some pages use the updated HTML and some still use the old format.
Let me know if you see anything else odd.
AWS Seem to have changed the styling today, just as I was trying to get your extension to work!
It's not changing the AWS menu for me - I get the following error in the console:
I think it's this line:
https://github.com/WTFender/aws-sso-extender/blob/5846ebea2c1d67f331d1904c39056e9fe543f46f/src/entry/aws-console.ts#L111
#menu--account
probably needs to be switched to#nav-usernameMenu
I guess.