Greasy Fork is available in English.

Coolors.co Pallette Generator ad blocker

Hides annoying ads shown on the coolors.co palette generator.

/* ==UserStyle==
@name Coolors.co Pallette Generator ad blocker
@version 0.2
@description Hides annoying ads shown on the coolors.co palette generator.
@author atKing
@license MIT
@match https://coolors.co/*
@include https://coolors.co/*
@namespace https://greasyfork.org/users/956118
==/UserStyle== */
#modal-fabrizio{
display: none !important; }
header a:nth-of-type(2){
display: none !important; }
div[style="position:absolute;top:20px;right:20px;z-index:2"]{
display: none !important; }
a[target=_blank][style="display: flex; width: auto;"]{
display: none !important; }