Hides Discord behind a screen when tabbed out.
@import url("https://minidiscordthemes.github.io/Snippets/PrivacyScreen/main.css");
https://minidiscordthemes.github.io/Snippets/PrivacyScreen/main.css
Paste the following at the end of Custom / Quick CSS, then edit the values:
:root {
--privacy-bg-image: var(--privacy-discord-icon);
--privacy-bg-color: var(--background-primary);
--privacy-bg-blend: difference;
}