Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SOLUTION] To fix the 401 error, install this fixed version of UnDiscord. (version 5.2.3.with.fixes) #653

Open
gaveitatry2 opened this issue Aug 4, 2024 · 2 comments

Comments

@gaveitatry2
Copy link

gaveitatry2 commented Aug 4, 2024

Install the new, fixed Undiscord here (version 5.2.3.with.fixes):

https://greasyfork.org/en/scripts/502561-undiscord

Undiscord, created by victornpb, seems to have been abandoned. The latest version was 5.2.3.

Users are unable to use Undiscord because of 401 errors. These errors are caused by autofill. Undiscord is taking the user's Discord password and replacing the Authentication Token with it, and that is the cause of the 401 errors.

I have applied the fixes suggested here: #627 (comment)

I also modified Line 101. There was a problem where if my browser window was too small, anytime I clicked on the Undiscord button the popup Undiscord window would be mostly off-screen. So I changed the position attribute and set it to right:44px, which means the right edge of the Undiscord window will always be 44px from the right edge of the browser no matter how small the browser window might be.

If you want to see all the changes that were made, just go to https://www.diffchecker.com/K6r82sEa and click "web version". It will compare the original Undiscord 5.2.3 with this fixed version.

DISCLAIMER: This fix has nothing to do with 403 errors or index.json files. So if you need help with 403 errors or index.json files, please try elsewhere. Thank you.

@nukadelic
Copy link

https://www.diffchecker.com/K6r82sEa/

here is the diff of the actual changes

@gaveitatry2
Copy link
Author

https://www.diffchecker.com/K6r82sEa/

here is the diff of the actual changes

That's a nice website. If you click it, be sure to select "web version". It will show all the differences between the original Undiscord 5.2.3 and the fixed version. Thanks for that, nukadelic.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants