Skip to content

Instantly share code, notes, and snippets.

@mrkskwsnck
Forked from kwasmich/EvilMouse.js
Created May 1, 2024 20:38
Show Gist options
  • Save mrkskwsnck/641ec7b226de60f285ef8a1be934724e to your computer and use it in GitHub Desktop.
Save mrkskwsnck/641ec7b226de60f285ef8a1be934724e 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 });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment