Skip to content

Commit

Permalink
Create iframeplus.js
Browse files Browse the repository at this point in the history
iframe+ is an extension that adds to the iframe extension
wiki: https://github.com/kilgorezer/turbowarpIframeplus/wiki
  • Loading branch information
kilgorezer authored Jan 4, 2025
1 parent c791aef commit a41a68f
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions extensions/kilgorezer/iframeplus.js
Original file line number Diff line number Diff line change
@@ -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)

0 comments on commit a41a68f

Please sign in to comment.