Skip to content

Instantly share code, notes, and snippets.

@rinsuki
Last active January 4, 2016 23:11
Show Gist options
  • Save rinsuki/f6bad7283a59b737d664 to your computer and use it in GitHub Desktop.
Save rinsuki/f6bad7283a59b737d664 to your computer and use it in GitHub Desktop.
nodisp(1,document.getElementById("fc2_bottom_bnr"));
nodisp(0,document.getElementById("fc2_ad_box"));
nodisp(1,document.getElementById("fc2_qr_code_header"));
nodisp(1,document.getElementById("fc2_footer"));
var d = document.createElement("script");
d.innerHTML="window.addEventListener('load',function(){setTimeout(function(){document.getElementById('fc2_web_header_ad_close').click();},500);})";
document.body.appendChild(d);
function nodisp(f,dom){
if(!dom) return;
dom.style.display="none";
if(f) dom.innerHTML="";
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment