remove inline scripts from the_content() produced by plugins?

Not tested, but I imagine

add_filter('the_content', 'wp_kses_post');

will scrub it good. Might need playing with priority.