Overlay extension unable to load JavaScript functionality

There are a number of issues with your code.

The Twitch Extensions rules disallow the usage of inline JS and JS from a CDN that isn’t the TwitchJS helper (*some exceptions apply see footnote).

So you can’t use jQuery from a cloudfront CDN, you can’t use webfont.js from Google’s CDN

All JS needs to be in script files and loaded locaally, except the Twitch JS Extension helper

See also

Sections

  • 2.5
  • 2.6
  • 2.8
  • 2.9
  • Google CSS Fonts and Google Anlytics is permitted