JacePriester / PlayRust.io AdBlocker Nag Screen Remover

// ==UserScript==
// @name         PlayRust.io AdBlocker Nag Screen Remover
// @namespace    http://jacepriester.com
// @version      0.2
// @description  Removes the PlayRust.IO Nag Screen if using an ad blocker.
// @author       Jace Priester
// @match        http://playrust.io/*
// @grant        none
// @updateURL    https://openuserjs.org/meta/JacePriester/PlayRust.io_AdBlocker_Nag_Screen_Remover.meta.js
// ==/UserScript==

(function() {
    'use strict';

    as_notice = function(){};
})();