(async function () {
const r = await fetch(
"https://raw.githubusercontent.com/Weilbyte/PVEDiscordDark/master/PVEDiscordDark/sass/PVEDiscordDark.css"
);
const s = document.createElement("style");
s.innerHTML = await r.text();
document.head.appendChild(s);
})();
nativefier https://myproxmoxinstance.example.org:8006 -i "proxmox.png" --inject "proxmox.js" --background-color '#23272a' --overwrite