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