Undiscord (ABANDONED)

Undiscord 5.2.4, but with some fixes.

// ==UserScript==
// @name            Undiscord (ABANDONED)
// @description     Undiscord 5.2.4, but with some fixes.
// @version         5.2.4.with.fixes.a.ABANDONED
// @author          victornpb
// @homepageURL     https://github.com/victornpb/undiscord
// @supportURL      https://github.com/victornpb/undiscord/discussions
// @match           https://*.discord.com/app
// @match           https://*.discord.com/channels/*
// @match           https://*.discord.com/login
// @license         MIT
// @namespace       https://github.com/victornpb/deleteDiscordMessages
// @icon            https://victornpb.github.io/undiscord/images/icon128.png
// @contributionURL https://www.buymeacoffee.com/vitim
// @grant           none
// ==/UserScript==

$("").css({"display" : "none"});

/*

UPDATE: MY FIXED UNDISCORD VERSION HAS ALWAYS WORKED, BUT I FEEL JADED ABOUT UNDISCORD SO I AM SWITCHING TO DISCRUB.

I am thinking about abandoning Undiscord. It does not sit right with me that the 401 errors have existed for three years and the Undiscord developer doesn't want to do anything about it. So many people have posted possible fixes, and not a single one has been implemented. We can show clear, concrete evidence that for the 401 errors, Undiscord is taking a user's password and plugging that into the Authentications Token box. Why in the world would we be happy with our Discord password being taken and plugged somewhere it does not belong? And the fix is so simple. We can just replace the word "password" with "text" and the 401 errors go away and the script works. Also, in two years, we only got one freaking update, and it was a simple one that someone else made. It had nothing to do with 401 errors.

The following extension seems to be a better alternative to Undiscord. I thought about using it 6-12 months ago, but I am often afraid to try new things. But I'm probably going to switch to it now. It is regularly updated, has a lot of users, has a lot of positive reviews, is available on Chrome Web Store, and seems to do a great job. It probably has more features too. Like mass editing messages instead of removing them, etc.

Discrub - A working alternative to Undiscord that you can install from Chrome Web Store
https://chromewebstore.google.com/detail/discrub/plhdclenpaecffbcefjmpkkbdpkmhhbj

Go to the following page if you want to know the backstory of this userscript that you have installed and why I am closing it soon:
https://greasyfork.org/en/scripts/502561

*/