Skip to content

Instantly share code, notes, and snippets.

@kwasmich
Last active May 1, 2024 20:38
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save kwasmich/3984f832d7e63c3115b5b0193551d3b3 to your computer and use it in GitHub Desktop.
Save kwasmich/3984f832d7e63c3115b5b0193551d3b3 to your computer and use it in GitHub Desktop.
UserScript for browser to enable Disney Plus on Linux
// ==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 });
@kwasmich
Copy link
Author

kwasmich commented Nov 3, 2022

Known to NOT work with Greasemonkey.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment