Plesk Beautify

Plesk menu color is not ok. This is for the better

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         Plesk Beautify
// @namespace    https://apstraccion.nl
// @version      0.2
// @description  Plesk menu color is not ok. This is for the better
// @author       Deinfreund
// @match        https://YOURDOMAIN.COM/*
// @icon         https://www.google.com/s2/favicons?domain=plesk.com
// @grant        GM_addStyle
// ==/UserScript==

GM_addStyle(".pul-layout__sidebar-inner{background-color:#006dff!important}.page-sidebar-menu .sub-menu .active>a,.page-sidebar-menu .sub-menu .active>a:hover{background:rgba(0,0,0,0)!important}.page-sidebar-menu a:focus,.page-sidebar-menu a:hover,.page-sidebar-menu a:visited{outline:0;color:#fff;background:rgba(0,0,0,0)!important}");