Forked from Last-Order/abema_region_bypass.user.js
Created
November 12, 2022 10:03
-
-
Save Steve-Mr/c0e0502c2e5559c54930afe164f19fa1 to your computer and use it in GitHub Desktop.
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 Abema 区域限制 | |
| // @version 1.0.0 | |
| // @run-at document-end | |
| // @namespace Violentmonkey Scripts | |
| // @match https://abema.tv/* | |
| // @grant none | |
| // ==/UserScript== | |
| Object.defineProperty(__CLIENT_REGION__, 'isAllowed', { | |
| get: () => true | |
| }); | |
| Object.defineProperty(__CLIENT_REGION__, 'status', { | |
| get: () => false | |
| }); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment