MH - Uncaught Mice Dispaly

Shows uncaught mice at any location

当前为 2022-10-06 提交的版本,查看 最新版本

// ==UserScript==
// @name         MH - Uncaught Mice Dispaly
// @version      1.0
// @description  Shows uncaught mice at any location
// @author       MI
// @match        https://www.mousehuntgame.com/*
// @match        https://apps.facebook.com/mousehunt/*
// @icon         https://www.google.com/s2/favicons?domain=mousehuntgame.com
// @grant        none
// @namespace https://greasyfork.org/users/748165
// ==/UserScript==

(function() {
    if (user.environment_name)
      render()
})();