[Index] Fix Topaz injection being in strict mode

pull/70/head
CanadaHonk 2 years ago committed by GitHub
parent 521cf981c2
commit 52006247fe
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save