393 B
393 B
var box2 = document.getElementsByTagName('meta');
for (var i=0;i<box2.length;i++)
{
console.log(box2[i])
if(box2[i].getAttribute('apple-mobile-web-app-capable'){
box2[i]
}
}
var box2 = document.getElementsByTagName('meta'); for (var i=0;i<box2.length;i++) { console.log(box2[i]) if(box2[i].getAttribute('apple-mobile-web-app-capable'){ box2[i]getAttributecontent } }