From e8013c0ea1f7c45b5a5a9c05fe49c69f65d5ea63 Mon Sep 17 00:00:00 2001 From: Victor Westerlund Date: Sun, 31 Jan 2021 19:10:50 +0100 Subject: [PATCH] Create disneyplus_pip.js Initial code commit. --- disneyplus_pip.js | 74 +++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 74 insertions(+) create mode 100644 disneyplus_pip.js diff --git a/disneyplus_pip.js b/disneyplus_pip.js new file mode 100644 index 0000000..9c252f5 --- /dev/null +++ b/disneyplus_pip.js @@ -0,0 +1,74 @@ +// ==UserScript== +// @name Disney+ | Picture in Picture +// @namespace https://disneyplus.com +// @version 1.0 +// @description Enable Picture in Picture on Disney+ +// @author VictorWesterlund +// @match https://www.disneyplus.com/* +// @grant none +// ==/UserScript== + +(function() { + 'use strict'; + // PIP SVG - Copied from Full Screen