mirror of
https://codeberg.org/vlw/disneyplus-pip.git
synced 2025-09-14 02:33:41 +02:00
Corrected UserScript namespace
This commit is contained in:
parent
59fd6ca8b5
commit
7877fc425e
1 changed files with 2 additions and 2 deletions
|
@ -1,6 +1,6 @@
|
||||||
// ==UserScript==
|
// ==UserScript==
|
||||||
// @name Disney+ | Picture in Picture
|
// @name Disney+ | Picture in Picture
|
||||||
// @namespace https://disneyplus.com
|
// @namespace https://victorwesterlund.com/
|
||||||
// @version 1.0
|
// @version 1.0
|
||||||
// @description Enable Picture in Picture on Disney+
|
// @description Enable Picture in Picture on Disney+
|
||||||
// @author VictorWesterlund
|
// @author VictorWesterlund
|
||||||
|
@ -71,4 +71,4 @@
|
||||||
page.observe(document.body, {
|
page.observe(document.body, {
|
||||||
childList: true
|
childList: true
|
||||||
});
|
});
|
||||||
})();
|
})();
|
||||||
|
|
Loading…
Add table
Reference in a new issue