Greasy Fork pagina di colore violet
目前為
// ==UserScript==
// @name Greasy Fork Theme figuccio
// @namespace https://greasyfork.org/users/237458
// @description Greasy Fork pagina di colore violet
// @include http*://*greasyfork.org*
// @version 0.3
// @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";