Munzee Map Remove Alert

Remove Message on Munzee Map.

当前为 2018-10-01 提交的版本,查看 最新版本

// ==UserScript==
// @name         Munzee Map Remove Alert
// @namespace    MOBlox
// @version      1.0
// @description  Remove Message on Munzee Map.
// @author       MOBlox
// @match        https://www.munzee.com/map
// @grant        none
// ==/UserScript==
$('div.alert:contains(Dear Munzee players)').hide();