XNXX Dark Theme

XNXX Dark them.

K instalaci tototo skriptu si budete muset nainstalovat rozšíření jako Tampermonkey, Greasemonkey nebo Violentmonkey.

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

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Violentmonkey.

K instalaci tohoto skriptu si budete muset nainstalovat rozšíření jako Tampermonkey nebo Userscripts.

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

K instalaci tohoto skriptu si budete muset nainstalovat manažer uživatelských skriptů.

(Už mám manažer uživatelských skriptů, nechte mě ho nainstalovat!)

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.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

You will need to install a user style manager extension to install this style.

(Už mám manažer uživatelských stylů, nechte mě ho nainstalovat!)

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