Pool Live Tour

Editing www.duelovky.cz for game 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         Pool Live Tour
// @namespace    https://greasyfork.org/sk/scripts/22595-pool-live-tour
// @version      1.5
// @description  Editing www.duelovky.cz for game Pool Live Tour.
// @author       achares
// @include      https://www.duelovky.cz/pool-live-tour*
// @run-at       document-start
// @grant        GM_addStyle
// ==/UserScript==

GM_addStyle("html body {color: #116FA9; background: #000d48 url('https://s6.postimg.org/5gww8xtjj/backdrop.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();