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 bypass tiktok block | |
// @namespace http://tampermonkey.net/ | |
// @version 2025-01-19 | |
// @description replaces the `store-country-code` cookie with a non-US one | |
// @author jj | |
// @match https://www.tiktok.com/* | |
// @icon https://www.google.com/s2/favicons?sz=64&domain=tiktok.com | |
// @grant GM_cookie | |
// ==/UserScript== |