[Index] Add Topaz storage flag

pull/70/head
Oj 2 years ago
parent 48bf4a5132
commit d019880f8d

@ -252,6 +252,9 @@ const init = async function () {
this.storage.set('goosemodOOTB', true);
}
if (this.storage.get('goosemodTopaz') === 'true') setTimeout(() => {
eval(await (await fetch('https://goosemod.github.io/topaz/out.js', { cache: 'no-store' })).text());
}, 1000);
ProfileStoreInit();
@ -259,4 +262,4 @@ const init = async function () {
};
window.goosemod = {};
init.bind(window.goosemod)();
init.bind(window.goosemod)();

Loading…
Cancel
Save