Pool Live Tour

Editing www.duelovky.cz for game Pool Live Tour.

您需要先安裝使用者腳本管理器擴展,如 TampermonkeyGreasemonkeyViolentmonkey 之後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyViolentmonkey 後才能安裝該腳本。

您需要先安裝使用者腳本管理器擴充功能,如 TampermonkeyUserscripts 後才能安裝該腳本。

你需要先安裝一款使用者腳本管理器擴展,比如 Tampermonkey,才能安裝此腳本

您需要先安裝使用者腳本管理器擴充功能後才能安裝該腳本。

(我已經安裝了使用者腳本管理器,讓我安裝!)

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展,比如 Stylus,才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

你需要先安裝一款使用者樣式管理器擴展後才能安裝此樣式

(我已經安裝了使用者樣式管理器,讓我安裝!)

// ==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();