Make QuickCSS work

This commit is contained in:
Vendicated
2023-04-05 20:01:31 +02:00
parent 1980606e03
commit 19c43289f6
6 changed files with 31 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
export const localStorage = window.localStorage;
export const localStorage = window.vcdLS = window.localStorage;
export const isFirstRun = (() => {
const key = "VCD_FIRST_RUN";