Created
May 18, 2012 14:24
-
-
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.)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// 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