Skip to content

Instantly share code, notes, and snippets.

@roablep
Last active March 2, 2016 15:46
Show Gist options
  • Save roablep/9073716ee43299d15660 to your computer and use it in GitHub Desktop.
Save roablep/9073716ee43299d15660 to your computer and use it in GitHub Desktop.
for (var key in myd) {
if (myd.hasOwnProperty(key)) {
var siteProp = myd[key];
if (siteProp.hasOwnProperty('plugins'))
{
var pluginsProp = siteProp.plugins;
if (pluginsProp.hasOwnProperty('mobileAdInjector'))
{console.log(key, "-->" , 'Interval - ', pluginsProp.mobileAdInjector.interval, 'Max Injections - ', pluginsProp.mobileAdInjector.maxInjections);}
}
}
}
http://cnads.condenastdigital.com/sample/ads/cn.dartconfig.js
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment