cbortz / <ACE> Hide Image Gallery

// ==UserScript==
// @name         <ACE> Hide Image Gallery
// @namespace    http://aceguild.shivtr.com/
// @version      0.3
// @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();
})();