dimas735821 / OGame forum fix bg-image

// ==UserScript==
// @name         OGame forum fix bg-image
// @namespace    http://tampermonkey.net/
// @version      0.1
// @description  try to take over the world!
// @author       Deimos
// @match        https://board.ru.ogame.gameforge.com/*
// @grant        none
// @license      MIT
// ==/UserScript==

(function() {
    'use strict';
    document.body.style.backgroundImage = "none";
})();