Greasy Fork is available in English.

Change background-color from manjaro site

Changing background color from manjaro website to the dracula one

// ==UserScript==
// @name        Change background-color from manjaro site
// @namespace   https://greasyfork.org/en/users/787028
// @match       https://manjaro.org/*
// @grant       none
// @version     1.0
// @author      Roc3221337
// @license     MIT
// @description Changing background color from manjaro website to the dracula one
// ==/UserScript==


document.querySelector(".section").style.backgroundColor = "#282a36"