Skip to content

Instantly share code, notes, and snippets.

@cookpete
cookpete / iframe_api.js
Created April 19, 2020 12:40
YouTube iframe API with script fetching commented out
if (!window['YT']) {
var YT = {
loading: 0,
loaded: 0
};
}
if (!window['YTConfig']) {
var YTConfig = {
'host': 'http://www.youtube.com'
};