Skip to content

Instantly share code, notes, and snippets.

@tanabe
Created June 26, 2012 04:06
Show Gist options
  • Save tanabe/2993217 to your computer and use it in GitHub Desktop.
Save tanabe/2993217 to your computer and use it in GitHub Desktop.
display off cnet splash ad
(function() {
document.getElementById('block_elu').style.display = 'block';
document.getElementById('splash').style.display = 'none';
})();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment