您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Úprava stránky www.duelovky.cz pre hru Pool Live Tour.
当前为
// ==UserScript== // @name Pool Live Tour // @namespace https://greasyfork.org/sk/users/62228-achares // @version 1.0 // @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-end // ==/UserScript== // opravene pozadie: GM_addStyle("html body {color: #116FA9; background: #000d48 url('https://s6.postimg.io/aaze98kgv/backdrop.png') center top no-repeat; a:link {color: white;} a:hover {color: white;} a:visited {color: white;}"); 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('related-games')[0].remove(); document.getElementById('facebookSlideBox').remove();