[Index] Make Topaz injection less strict

pull/70/head
Oj 2 years ago
parent 37371b5545
commit d596de4f0a

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

Loading…
Cancel
Save