It’s getting pretty annoying isn’t it?
Well here's a Classic browser macro that you can add to your macro menu that will instantly play the video full screen and with no ads… because a user-programmable browser has the answer to EVERY problem that websites may present either now or in the future!
MEDIA - Play Youtube video with no ads
HEAD
L=W.contentWindow.document.location.toString();
if(L.indexOf('www.youtube.com')===-1){Message('This macro is for Youtube only!');} else {
L=L.replace('https','http').replace('watch?v=','v/'); W.style.backgroundColor='black';
W.srcdoc='<title>Ad-less Video</title><iframe type="text/html" width="'+(W.offsetWidth-20)+'" height="'+(W.offsetHeight-20)+'" src="'+L+'" frameborder="0"></iframe>';
}
NB: If you're not clear about how to use user macros ask here and/or read through this page...
http://theclassictools.com/Scripts.htm