From 23bc8e7bc9cf13c0de75d94956ac77b66528ffe4 Mon Sep 17 00:00:00 2001 From: Manuel Martin Date: Thu, 4 Jun 2020 23:05:21 +0200 Subject: [PATCH] Do not override quality on click (#3461) --- app/src/main/assets/web_extensions/webcompat_youtube/main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/main/assets/web_extensions/webcompat_youtube/main.js b/app/src/main/assets/web_extensions/webcompat_youtube/main.js index 93622aaa2..743d90446 100644 --- a/app/src/main/assets/web_extensions/webcompat_youtube/main.js +++ b/app/src/main/assets/web_extensions/webcompat_youtube/main.js @@ -131,7 +131,7 @@ class YoutubeExtension { } overrideClick(event) { - this.playerFixes(); + this.overrideVideoProjection(); const player = this.getPlayer(); if (!this.isWatchingPage() || !this.hasVideoProjection() || document.fullscreenElement || !player) { return; // Only override click in the Youtube watching page for 360 videos.