1 2 3 4 5 6 7 8 9 10 11 12 13
<!DOCTYPE html> <html class="reftest-wait"> <head> </head> <body> <video id=a src="1787281.mp4" autoplay="true" controls></video> <script> a.onended = function() { document.documentElement.className = ""; } </script> </body> </html>