XNXX Dark Theme

XNXX Dark them.

You will need to install an extension such as Tampermonkey, Greasemonkey or Violentmonkey to install this script.

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

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

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

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

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

(I already have a user script manager, let me install it!)

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.

ستحتاج إلى تثبيت إضافة مثل Stylus لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتتمكن من تثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

ستحتاج إلى تثبيت إضافة لإدارة أنماط المستخدم لتثبيت هذا النمط.

(لدي بالفعل مثبت أنماط للمستخدم، دعني أقم بتثبيته!)

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