diff --git a/src/ext/lib/video-data/PlayerData.js b/src/ext/lib/video-data/PlayerData.js index 1b654bf..a3633f4 100644 --- a/src/ext/lib/video-data/PlayerData.js +++ b/src/ext/lib/video-data/PlayerData.js @@ -236,6 +236,7 @@ class PlayerData { getPlayer(isFullScreen) { const host = window.location.host; let element = this.video.parentNode; + const videoWidth = this.video.offsetWidth, videoHeight = this.video.offsetHeight; if(! element ){ if(Debug.debug) { @@ -274,18 +275,11 @@ class PlayerData { } } + const elementQ = []; + let scorePenalty = 0; + let score; - var trustCandidateAfterGrows = 2; // if candidate_width or candidate_height increases in either dimensions this many - // times, we say we found our player. (This number ignores weird elements) - // in case our