Greasy Fork Theme figuccio

Greasy Fork pagina di colore violet

As of 2021-05-21. See the latest version.

// ==UserScript==
// @name        Greasy Fork Theme figuccio
// @namespace https://greasyfork.org/users/237458
// @description Greasy Fork pagina di colore violet
// @include     http*://*greasyfork.org*
// @include     https*://sleazyfork.org*
// @version     0.4
// @noframes
// @author      figuccio
// @run-at document-start
// @grant       GM_addStyle
// ==/UserScript==

GM_addStyle(' body {background-color:violet!important;}');//cambio colore pagina
GM_addStyle('.script-list{background-color:olive!important;}');
//mostra risultato per tutte le lingue
if (document.URL == "https://greasyfork.org/it/scripts") window.location.href = "https://greasyfork.org/it/scripts?filter_locale=0";