Last active
May 1, 2024 20:38
-
-
Save kwasmich/3984f832d7e63c3115b5b0193551d3b3 to your computer and use it in GitHub Desktop.
UserScript for browser to enable Disney Plus on Linux
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
// ==UserScript== | |
// @name Enable Disney Plus on Linux | |
// @description This is your new file, start writing code | |
// @match *://*.disneyplus.com/* | |
// ==/UserScript== | |
Object.defineProperty(navigator, "userAgent", { value: "Mozilla/5.0 (Macintosh; Intel Mac OS X 10_14_6) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/107.0.0.0 Safari/537.36", configurable: true, enumerable: true, writable: true }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Known to NOT work with Greasemonkey.