That worked great. Thank you very much.
Jeherve on #wordpress told me to try adding this to functions.php:
add_filter(
'jetpack_comments_allow_oembed', '__return_false' );
I just pasted it in somewhere random where it didnt look like it would interfer with another function, by looking at indentations, i don’t really understand PHP.
But as far I saw it didnt really do anything.