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