This commit is contained in:
2020-10-04 18:00:16 +02:00
parent 0a0202977e
commit 00381cfcd7
4 changed files with 30 additions and 9 deletions
+1
View File
@@ -56692,6 +56692,7 @@ const vd = (function() {
player._oldRequestFullscreen = player.requestFullscreen;
player.requestFullscreen = () => {
console.log("yo");
player._oldRequestFullscreen(...arguments);
setTimeout(() => {
if (screen.orientation) {