discord-javascript-injector
This is a rust library which allows you to inject javascript into the discord desktop client!
With this project you can inject any kind of javascript you want into the discord client, the javascript code is attached to the renderer process, so you have access to the DOM etc
example usage
use inject;
use eject;
use check_installed_clients;