// ==UserScript==
// @name           KoL MMG Bouncer
// @description    Refuses access to the eeeevil MMG.
// @namespace      http://www.mrphlip.com/
// @include        http://kingdomofloathing.com/bet.php
// @include        http://*.kingdomofloathing.com/bet.php
// ==/UserScript==

document.body.innerHTML="No.";

