I downloaded the current stable and changed line 173 in YouTubeService.php from
$current_url = Director::currentURLSegment(); to $current_url = Controller::curr()->URLSegment;
This means I can still have side navigation, and it doesn't load up full screen because the JavaScript includes are busted on the later versions.