Always Start With 100000 Resources

Start with 100000 resources in moomoo.io

// ==UserScript==
// @name         Always Start With 100000 Resources
// @author       EmersonxD
// @description  Start with 100000 resources in moomoo.io
// @match        *://moomoo.io/*
// @match        *://sandbox.moomoo.io/*
// @match        *://dev.moomoo.io/*
// @grant        none
// @run-at       document-start
// @version      0.0.1
// @namespace    https://greasyfork.org/pt-BR/users/305931-emerson-bardusco
// @license      MIT
// ==/UserScript==

localStorage.setItem("res", 100000);