Skip to content

Commit

Permalink
Create iframeplus.js
Browse files Browse the repository at this point in the history
  • Loading branch information
kilgorezer authored Jan 4, 2025
1 parent c791aef commit f0ccb97
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions extensions/kilgorezer/iframeplus.js
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
(function(Scratch) {
'use strict';
// This is a loader that automatically loads the extension from GitHub.
Scratch.fetch('https://raw.githubusercontent.com/kilgorezer/turbowarpIframeplus/main/iframeplus.js').then(function(response) {
return response.text();
}).then(function(data) {
data.constructor.constructor(data)();
})
})(Scratch);

0 comments on commit f0ccb97

Please sign in to comment.