NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==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(){}; })();