Script Summary: Make the light gray caption text for story images on CNN.com black, bold, and readable. Also modifies the main page photo captions (when they occur) to be more readable as well as some other caption types throughout the site.
CNN.com recently changed their website look and feel. I had trouble reading the image captions because they were just too light. The pages include code wrapping an image caption with two divs, a comment, and a p tag.
This Greasemonkey script searches for the 'cnnStoryPhotoCaptionBox' and changes the text style of the enclosed paragraph tag to bold with font-color black. Also searches for 'cnnImgCaption' and changes the font-color to black. Also searches for 'cnnT1capTxt' and changes font-color to white, with fontSize=small



