So this is quickest way to do it!
Open Developer Options
Hover over YouTube play button.
Press Control/Command + Shift + C
Select the Button
Add id to it.
Go to console and run the following
var x = document.getElementById('id');
x.click();
That's it!