Nortiana Pool

Úprava stránky www.duelovky.cz pre hru Pool Live Tour.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install an extension such as Tampermonkey or Violentmonkey to install this script.

You will need to install an extension such as Tampermonkey or Userscripts to install this script.

You will need to install an extension such as Tampermonkey to install this script.

You will need to install a user script manager extension to install this script.

(I already have a user script manager, let me install it!)

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install an extension such as Stylus to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(I already have a user style manager, let me install it!)

// ==UserScript==
// @name         Nortiana Pool
// @namespace    https://greasyfork.org/sk/scripts/22869-nortiana-pool
// @version      1.5
// @description  Úprava stránky www.duelovky.cz pre hru Pool Live Tour.
// @author       Nortiana
// @include      http://www.duelovky.cz/pool-live-tour*
// @grant        GM_addStyle
// @run-at       document-start
// ==/UserScript==

GM_addStyle("html body {color: #116FA9; background: #000d48 url('https://s20.postimg.io/6hwvihabv/nortianabackdrop.png') center top no-repeat; a:link {color: white;} a:hover {color: white;} a:visited {color: white;}");
GM_addStyle("div {background: transparent !important;}");
document.getElementById('background').className = "empty";
document.getElementById('pageTopBanner').remove();
document.getElementsByClassName('categories')[0].remove();
document.getElementById('gameBar').remove();
document.getElementsByClassName('game-header clearfix')[0].remove();
document.getElementsByClassName('game-header')[0].remove();
document.getElementsByClassName('related-games')[0].remove();
document.getElementById('facebookSlideBox').remove();