Vencord / Installer

A cross platform gui/cli app for installing Vencord
GNU General Public License v3.0
516 stars 84 forks source link

make it so that if you uninstall vencord, the css shit resets and deletes everything on it. my discord fully breaks with vencord is installed because some imbecile cant code for shit and his code fully broke my discord #53

Closed pancakes111213123432453254235 closed 1 year ago

Vendicated commented 1 year ago

open the dev tools with CTRL + Shift + i and click on the "console" tab at the top. Then paste and run (with enter) the following code.

It will

(() => {
    Vencord.Settings.useQuickCss = false
    copy(Vencord.Settings.themeLinks.join("\n"))
    Vencord.Settings.themeLinks = []
})()