// ==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 https://update.greasyfork.icu/scripts/439486/Change%20background-color%20from%20manjaro%20site.user.js // @updateURL https://update.greasyfork.icu/scripts/439486/Change%20background-color%20from%20manjaro%20site.meta.js // ==/UserScript== document.querySelector(".section").style.backgroundColor = "#282a36"