您需要先安装一个扩展,例如 篡改猴、Greasemonkey 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 暴力猴,之后才能安装此脚本。
您需要先安装一个扩展,例如 篡改猴 或 Userscripts ,之后才能安装此脚本。
您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey,才能安装此脚本。
您需要先安装用户脚本管理器扩展后才能安装此脚本。
Editing www.duelovky.cz for game Pool Live Tour.
// ==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();