BeautifulDiscord icon indicating copy to clipboard operation
BeautifulDiscord copied to clipboard

Adds custom CSS support to Discord.

Results 34 BeautifulDiscord issues
Sort by recently updated
recently updated
newest added

```bash $ sudo python3.5 beautifuldiscord --css /home/arc/Documents/discord.css Found Discord under /usr/share/discord Done! You may now edit your /home/arc/Documents/discord.css file, which will be reloaded whenever it's saved. Relaunching Discord now... ```...

Add an batch file or any file that can make the install easier, because my friends have a lot of trouble installing beautifuldiscord

Using Linux Mint, running `❯ beautifuldiscord --css ~/discord.css` produces the following output: ``` Found Discord under /usr/share/discord info: preload script has already been injected, skipping CSP already bypassed, skipping. Done!...

add sudo to the installation command because in the examples above you are running `beautifuldiscord` not using `python` and its assumed that the user installed the script without sudo, as...