Avabur Dark Mode

Alternative color scheme for Relics of Avabur

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Greasemonkey 油猴子Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Violentmonkey 暴力猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴Userscripts ,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展,例如 Tampermonkey 篡改猴,才能安装此脚本。

您需要先安装一款用户脚本管理器扩展后才能安装此脚本。

(我已经安装了用户脚本管理器,让我安装!)

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展,比如 Stylus,才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

您需要先安装一款用户样式管理器扩展后才能安装此样式。

(我已经安装了用户样式管理器,让我安装!)

// ==UserScript==
// @name        Avabur Dark Mode
// @namespace   https://greasyfork.org/en/scripts/16313-avabur-dark-mode/
// @description Alternative color scheme for Relics of Avabur
// @include     https://avabur.com/game.php
// @version     1.1
// @grant       GM_addStyle
// ==/UserScript==
GM_addStyle(".ui-element { background: transparent linear-gradient(to bottom, #000 0%, #000 100%) repeat scroll 0% 0% !important} body{background: transparent linear-gradient(to bottom, #000 0%, #000 100%) repeat scroll 0% 0%} #PlayerHPFill{background-image: linear-gradient(to bottom, #004708 0%, #004708 100%)} .currentPage {border: 1px solid #000844} .border2 {border: 1px solid #000844} .border1 {border: 1px solid #000844} .bt1 {border-top: 1px solid #000844} #xpFill{background-image:linear-gradient(to right, rgb(24, 35, 0) 0%, rgb(46, 51, 0) 100%)} #tradeskillXPFill{background-image:linear-gradient(to right, rgb(24, 35, 0) 0%, rgb(46, 51, 0) 100%)} h1,h2,h3,h4,h5,h6{background:linear-gradient(to bottom, #000 0%, #00052A 100%)} #helpSection a{background: transparent linear-gradient(to bottom, #0F0F0F 0%, #000 100%) repeat scroll 0% 0%; border-top: 1px solid #000} .navSection a{background: transparent linear-gradient(to bottom, #0F0F0F 0%, #000 100%) repeat scroll 0% 0%; border-top: 1px solid #000} .toprounder{box-shadow: 0px 0px 0px 1px #000} .toprounder15{box-shadow: 0px 0px 0px 1px #000} #accountLinks a{background: transparent linear-gradient(to bottom, #0F0F0F 0%, #000 100%) repeat scroll 0% 0%; border: 1px solid #000} #gameStatList li{background: transparent linear-gradient(to bottom, #0F0F0F 0%, #000 100%) repeat scroll 0% 0%; border: 1px solid #000} #moreStatsLinkWrapper{background: transparent linear-gradient(to bottom, #0F0F0F 0%, #000 100%) repeat scroll 0% 0%} .chat_invert{background-color: #14193E}");