withgodyou / New Userscript

// ==UserScript==
// @license      MIT
// @name         New Userscript
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       You
// @include      https://mahjongsoul.game.yo-star.com/*
// @grant        none
// ==/UserScript==

function func() {
    GameMgr.country= 'US';
};
setTimeout(func, 10000);
setTimeout(func, 15000);
setTimeout(func, 20000);