Indeed, Firefox preloads the next post when it finds “link rel=’next'”.
I am currently using a different plugin, but the problem might be solved if you remove the “next” and “previous” links using this in your functions.php:
remove_action( ‘wp_head’, ‘adjacent_posts_rel_link_wp_head’, 10, 0 );