« See all FAQs for WordPress Tooltips Ultimate & Image Hotspot
How can I remove vimeo and youtube scripts?
If you do not plan to use youtube or vimeo tooltips, you can remove the relevant code. Just add the following code inside functions.php:
add_filter('wpcmtt_enqueue_youtube', '__return_false');
add_filter('wpcmtt_enqueue_vimeo', '__return_false');