Skip to content

Instantly share code, notes, and snippets.

@aohorodnyk
Last active October 11, 2015 00:38
Show Gist options
  • Save aohorodnyk/3775487 to your computer and use it in GitHub Desktop.
Save aohorodnyk/3775487 to your computer and use it in GitHub Desktop.
window.__attemptCheck = 0;
window.__interval = setInterval(function(){
if(window.__attemptCheck > 60){
clearInterval(window.__interval());
}
window.__attemptCheck++;
var content = document.getElementById('google_ads_iframe_/4767388/NUR_Rabota_728x200_0').contentWindow.document.body.innerHTML;
if(content.length > 0){
$("#div-gpt-ad-1333638251319-0").show();
$(".logo-cross-platform").height(172);
}
}, 500);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment