NOTICE: By continued use of this site you understand and agree to the binding Terms of Service and Privacy Policy.
// ==UserScript==
// @name Hide Image Gallery
// @namespace http://aceguild.shivtr.com/
// @version 0.2
// @description Keep the ACE page PG!
// @author cbortz / Dasch
// @match http://aceguild.shivtr.com/*
// @grant none
// ==/UserScript==
(function() {
'use strict';
document.getElementById("block_2076761").remove();
})();