Advertisement
Guest User

Untitled

a guest
Oct 25th, 2018
126
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <!DOCTYPE html>
  2. <html>
  3. <head>
  4. <meta charset="UTF-8" />
  5. <meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
  6. <script src="https://extension-files.twitch.tv/helper/v1/twitch-ext.min.js"></script>
  7. </head>
  8. <body>
  9. <script>
  10. window.document.body.innerHTML += 'Mobile/Panel.html: <br><br><br><br><br><br>'
  11. window.document.body.innerHTML += 'window.Twitch.ext: ' + JSON.stringify(window.Twitch.ext)
  12.  
  13. window.Twitch.ext.configuration.onChanged(() => {
  14. window.document.body.innerHTML += '<br><br><br><br><br><br>' + 'window.Twitch.ext.configuration: ' + JSON.stringify(window.Twitch.ext.configuration)
  15. })
  16.  
  17. </script>
  18. </body>
  19. </html>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement