We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ab602e0 commit 17a8d76Copy full SHA for 17a8d76
src/clientMods.ts
@@ -386,7 +386,7 @@ const loadParentFrameModsIfRequested = async (): Promise<Set<string>> => {
386
for (const rawMod of modsFromParent) {
387
try {
388
const normalizedMod = normalizeParentMod(rawMod)
389
- await saveClientModData(normalizedMod)
+ // Don't save parent frame mods - only activate for current session
390
const activated = await activateMod(normalizedMod, 'parent-frame')
391
if (activated) {
392
activatedModNames.add(normalizedMod.name)
0 commit comments