I like to use a variation of this in vim to quickly see if an html doc I'm working on contains weird characters that I might want to replace with &html; entities:
$('.blurred_answer_wrapper').removeClass('blurred_answer_wrapper');
$('.with_signup').removeClass('with_signup');
$('.signup_cta_on_answer').remove();