You can do it without any plugins, as I just changed one line in wp-include/taxonomy.php :
$termlink = $wp_rewrite->get_extra_permastruct($taxonomy);
to
$termlink = preg_replace("/category\//","",$wp_rewrite->get_extra_permastruct($taxonomy));
No problems at all.