XNXX Dark Theme

XNXX Dark them.

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        XNXX Dark Theme
// @namespace   Violentmonkey Scripts
// @match       *://www.xnxx.com/*
// @include     *://www.xnxx.gold/*
// @grant       none
// @license     MIT
// @version     1.3.6
// @author      Capone
// @description XNXX Dark them.
// @icon        https://cdn3.iconfinder.com/data/icons/weather-575/64/Cloudstar-256.png
// ==/UserScript==


//Simple JQuery to convert the site to dark mode.
$("#content").css("background-color","#000017");
$("#site-nav,#header #site-nav ul,#listing-page-filters-block #filters-list,#mobile-categories #mobile-cat-list li a").css("background-color","#06063A");
$(".form-control,.btn-primary,#side-categories.side-cover,.side-categories-block.side-cover,.thumb-block .thumb-inside,#listing-page-filters-block button.filters-opener").css("background-color","#06063A");