Larvata / abema fake location

// ==UserScript==
// @name         abema fake location
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       Larvata
// @match        https://abema.tv/video/episode/*
// @icon         https://www.google.com/s2/favicons?sz=64&domain=abema.tv
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    // tested on 2022.03.03
    
    'use strict';
    window.__CLIENT_REGION__.isAllowed = true;
})();