// ==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 // @downloadURL none // ==/UserScript== document.querySelector(".section").style.backgroundColor = "#282a36"