mwalcott3 / Ark-Mtl Distraction remover

// ==UserScript==
// @name         Ark-Mtl Distraction remover 
// @namespace    http://tampermonkey.net/
// @version      0.0.1
// @description  Gets rid of the distrackting images on arkmachinetranslations.com
// @author       mwalcott3
// @match        *://arkmachinetranslations.com/*
// @grant        none
// @license      MIT; https://opensource.org/licenses/MIT
// ==/UserScript==

document.body.classList.remove('custom-background');
document.getElementsByClassName('header-image')[0].remove();