diff options
author | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
---|---|---|
committer | Daniel Baumann <daniel.baumann@progress-linux.org> | 2024-06-12 05:35:37 +0000 |
commit | a90a5cba08fdf6c0ceb95101c275108a152a3aed (patch) | |
tree | 532507288f3defd7f4dcf1af49698bcb76034855 /browser/extensions/pictureinpicture/data | |
parent | Adding debian version 126.0.1-1. (diff) | |
download | firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.tar.xz firefox-a90a5cba08fdf6c0ceb95101c275108a152a3aed.zip |
Merging upstream version 127.0.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
Diffstat (limited to 'browser/extensions/pictureinpicture/data')
-rw-r--r-- | browser/extensions/pictureinpicture/data/picture_in_picture_overrides.js | 154 |
1 files changed, 139 insertions, 15 deletions
diff --git a/browser/extensions/pictureinpicture/data/picture_in_picture_overrides.js b/browser/extensions/pictureinpicture/data/picture_in_picture_overrides.js index ecc4945135..e8b690a386 100644 --- a/browser/extensions/pictureinpicture/data/picture_in_picture_overrides.js +++ b/browser/extensions/pictureinpicture/data/picture_in_picture_overrides.js @@ -57,7 +57,7 @@ let AVAILABLE_PIP_OVERRIDES; aol: { "https://*.aol.com/*": { - videoWrapperScriptPath: "video-wrappers/yahoo.js", + videoWrapperScriptPath: "video-wrappers/videojsWrapper.js", }, }, @@ -81,12 +81,41 @@ let AVAILABLE_PIP_OVERRIDES; videoWrapperScriptPath: "video-wrappers/videojsWrapper.js", }, }, + + canalplus: { + "https://*.canalplus.com/live/*": { + videoWrapperScriptPath: "video-wrappers/canalplus.js", + disabledKeyboardControls: KEYBOARD_CONTROLS.LIVE_SEEK, + }, + "https://*.canalplus.com/*": { + videoWrapperScriptPath: "video-wrappers/canalplus.js", + }, + }, + cbc: { "https://*.cbc.ca/*": { videoWrapperScriptPath: "video-wrappers/cbc.js", }, }, + cnbc: { + "https://*.cnbc.com/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + + cpac: { + "https://*.cpac.ca/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + + cspan: { + "https://*.c-span.org/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + dailymotion: { "https://*.dailymotion.com/*": { videoWrapperScriptPath: "video-wrappers/dailymotion.js", @@ -105,6 +134,18 @@ let AVAILABLE_PIP_OVERRIDES; }, }, + fandom: { + "https://*.fandom.com/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + + fastcompany: { + "https://*.fastcompany.com/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + frontendMasters: { "https://*.frontendmasters.com/*": { videoWrapperScriptPath: "video-wrappers/videojsWrapper.js", @@ -117,6 +158,12 @@ let AVAILABLE_PIP_OVERRIDES; }, }, + fuse: { + "https://*.fuse.tv/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + hbomax: { "https://play.hbomax.com/page/*": { policy: TOGGLE_POLICIES.HIDDEN }, "https://play.hbomax.com/player/*": { @@ -136,10 +183,34 @@ let AVAILABLE_PIP_OVERRIDES; }, }, + imdb: { + "https://*.imdb.com/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + + indpendentuk: { + "https://*.independent.co.uk/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + + indy100: { + "https://*.indy100.com/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + instagram: { "https://www.instagram.com/*": { policy: TOGGLE_POLICIES.ONE_QUARTER }, }, + internetArchive: { + "https://*.archive.org/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + laracasts: { "https://*.laracasts.com/*": { policy: TOGGLE_POLICIES.ONE_QUARTER }, }, @@ -149,12 +220,31 @@ let AVAILABLE_PIP_OVERRIDES; visibilityThreshold: 0.7, }, }, + + msnbc: { + "https://*.msnbc.com/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + mxplayer: { "https://*.mxplayer.in/*": { videoWrapperScriptPath: "video-wrappers/videojsWrapper.js", }, }, + nbcnews: { + "https://*.nbcnews.com/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + + nbcUniversal: { + "https://*.nbcuni.com/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + nebula: { "https://*.nebula.app/*": { videoWrapperScriptPath: "video-wrappers/videojsWrapper.js", @@ -197,6 +287,17 @@ let AVAILABLE_PIP_OVERRIDES; }, }, + primeVideo: { + "https://*.primevideo.com/*": { + visibilityThreshold: 0.9, + videoWrapperScriptPath: "video-wrappers/primeVideo.js", + }, + "https://*.amazon.com/*": { + visibilityThreshold: 0.9, + videoWrapperScriptPath: "video-wrappers/primeVideo.js", + }, + }, + radiocanada: { "https://*.ici.radio-canada.ca/*": { videoWrapperScriptPath: "video-wrappers/radiocanada.js", @@ -207,18 +308,46 @@ let AVAILABLE_PIP_OVERRIDES; "https://*.reddit.com/*": { policy: TOGGLE_POLICIES.ONE_QUARTER }, }, + reuters: { + "https://*.reuters.com/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + sonyliv: { "https://*.sonyliv.com/*": { videoWrapperScriptPath: "video-wrappers/sonyliv.js", }, }, + syfy: { + "https://*.syfy.com/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + ted: { "https://*.ted.com/*": { showHiddenTextTracks: true, }, }, + time: { + "https://*.time.com/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + + timvision: { + "https://*.timvision.it/TV/*": { + videoWrapperScriptPath: "video-wrappers/canalplus.js", + disabledKeyboardControls: KEYBOARD_CONTROLS.LIVE_SEEK, + }, + "https://*.timvision.it/*": { + videoWrapperScriptPath: "video-wrappers/canalplus.js", + }, + }, + tubi: { "https://*.tubitv.com/live*": { videoWrapperScriptPath: "video-wrappers/tubilive.js", @@ -256,6 +385,12 @@ let AVAILABLE_PIP_OVERRIDES; }, }, + univision: { + "https://*.univision.com/*": { + videoWrapperScriptPath: "video-wrappers/jwplayerWrapper.js", + }, + }, + viki: { "https://*.viki.com/*": { videoWrapperScriptPath: "video-wrappers/videojsWrapper.js", @@ -274,9 +409,9 @@ let AVAILABLE_PIP_OVERRIDES; }, }, - yahoofinance: { - "https://*.finance.yahoo.com/*": { - videoWrapperScriptPath: "video-wrappers/yahoo.js", + yahoo: { + "https://*.s.yimg.com/*": { + videoWrapperScriptPath: "video-wrappers/videojsWrapper.js", }, }, @@ -301,16 +436,5 @@ let AVAILABLE_PIP_OVERRIDES; videoWrapperScriptPath: "video-wrappers/washingtonpost.js", }, }, - - primeVideo: { - "https://*.primevideo.com/*": { - visibilityThreshold: 0.9, - videoWrapperScriptPath: "video-wrappers/primeVideo.js", - }, - "https://*.amazon.com/*": { - visibilityThreshold: 0.9, - videoWrapperScriptPath: "video-wrappers/primeVideo.js", - }, - }, }; } |