diff --git a/extensions/kilgorezer/iframeplus.js b/extensions/kilgorezer/iframeplus.js new file mode 100644 index 0000000000..7b21114ffa --- /dev/null +++ b/extensions/kilgorezer/iframeplus.js @@ -0,0 +1,5 @@ +// This is a loader that automatically loads the extension from GitHub. +(async function(Scratch) { + var code = await (await fetch('https://raw.githubusercontent.com/kilgorezer/turbowarpIframeplus/main/iframeplus.js')).text(); + Function(code)(); +})(Scratch)