init commit
This commit is contained in:
9
twitch_extension_delete/live/public/helper.js
Normal file
9
twitch_extension_delete/live/public/helper.js
Normal file
@@ -0,0 +1,9 @@
|
||||
window.addEventListener('message', (event) => {
|
||||
console.log(event);
|
||||
});
|
||||
//debugger;
|
||||
//const local = window.frameElement.attributes.getNamedItem('helperUrl');
|
||||
//const online = 'https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js';
|
||||
//const el = document.createElement('script');
|
||||
//el.src = local ? local.value : online;
|
||||
//document.head.appendChild(el);
|
||||
Reference in New Issue
Block a user