mirror of
https://github.com/tcsenpai/Zundler.git
synced 2025-06-06 11:35:40 +00:00

It confuses scripts when it is triggered twice. Instead of passing the global context, we simply write it into the HTML of the iframe. We need to encode it in base64 to avoid context confusion (e.g. `</script>` inside the JSON of the global context).