Akaz Posted March 31, 2020 Report Posted March 31, 2020 Hey, you'll probably notice since you use it and I could probably come up to a fix by myself but it's just to point that your userscript doesn't works anymore since your current Steam name is now displayed at the top right of the screen instead of your steam account name, leading to an incorrect request url to the server Quote
Dr. McKay Posted April 1, 2020 Report Posted April 1, 2020 You're correct. I'll update that now. vrtgn 1 Quote
Akaz Posted April 1, 2020 Author Report Posted April 1, 2020 Wow that was a quick fix, thanks a lot Dr. McKay 1 Quote
Akaz Posted August 29, 2022 Author Report Posted August 29, 2022 Bump, it broke again since the rework of the login page by Steam, it doesn't automatically request for 2FA code anymore Quote
Dr. McKay Posted September 3, 2022 Report Posted September 3, 2022 It's fixed now. Robert Lutece and Akaz 2 Quote
Akaz Posted June 6, 2023 Author Report Posted June 6, 2023 Bumping this, an issue has been opened on github: https://github.com/DoctorMcKay/steam-twofactor-server/issues/6 I tried to fix it myself but couldn't find a way to submit the 2FA code after filling the field. It looks like they removed most of the javascript functions which make it more difficult. Quote
Dr. McKay Posted June 7, 2023 Report Posted June 7, 2023 Fixed again, they changed a class name. Akaz and Robert Lutece 2 Quote
Akaz Posted June 22, 2023 Author Report Posted June 22, 2023 Hey McKay, thanks for your work fixing this project quickly. However the solution you released using https://doctormckay.github.io/steam-twofactor-server/ doesn't seem to work with multiple session, would it have an update? To make it more clean, I'm handling multiple accounts via a session manager browser extension where each tab is a dedicated session. Let's say I log my main account A normally, then open B and C from dedicated tabs with sessions. Everything works fine so far, but when the userscript redirect to https://doctormckay.github.io/steam-twofactor-server/, it always show me logged in as A, no matter if I'm confirming a trade from A, B or C. Do you have any idea on the issue and potential fix? Thanks Quote
Dr. McKay Posted June 22, 2023 Report Posted June 22, 2023 I assume you're talking about Firefox's container tabs or some such feature in another browser. I'm not aware of any way to work nicely with that; cross-origin userscript requests originate from the userscript manager's background page, which doesn't run in any tab context. Sorry. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.