Greasy Fork is available in English.

Undiscord

Undiscord 5.2.3, but with some fixes.

作者のサイトでサポートを受ける。または、このスクリプトの質問や評価の投稿はこちら通報はこちらへお寄せください。
作者
gaveitatry
1日のインストール数
3
累計インストール数
541
評価
0 0 0
バージョン
5.2.3.with.fixes.b
作成日
2024/08/04
更新日
2024/08/07
大きさ
64.3KB
ライセンス
MIT
対象サイト

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:
https://github.com/victornpb/undiscord/discussions/627#discussioncomment-10232854

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.