Avabur Dark Mode

Alternative color scheme for Relics of Avabur

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Greasemonkey lub Violentmonkey.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, wymagana jest instalacje jednego z następujących rozszerzeń: Tampermonkey, Violentmonkey.

Aby zainstalować ten skrypt, wymagana będzie instalacja rozszerzenia Tampermonkey lub Userscripts.

You will need to install an extension such as Tampermonkey to install this script.

Aby zainstalować ten skrypt, musisz zainstalować rozszerzenie menedżera skryptów użytkownika.

(Mam już menedżera skryptów użytkownika, pozwól mi to zainstalować!)

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.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Będziesz musiał zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

Musisz zainstalować rozszerzenie menedżera stylów użytkownika, aby zainstalować ten styl.

(Mam już menedżera stylów użytkownika, pozwól mi to zainstalować!)

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