Skip to content

Instantly share code, notes, and snippets.

@judy-zz
Created May 18, 2012 14:24
Show Gist options
  • Save judy-zz/2725523 to your computer and use it in GitHub Desktop.
Save judy-zz/2725523 to your computer and use it in GitHub Desktop.
Cleans up the CDT! Removes comments (which are disgusting), and the ads (which are annoying and detract from the content.)
// Clean up the CDT!
// Comments
$("#commentingStage").hide();
// Ads
$("#wgt_fnscombo").hide();
$("#widget_bundle").hide();
$(".ad").hide();
$("#header_r1").hide();
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment