Shows uncaught mice at any location
当前为
// ==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()
})();