Skip to content

Skroutz - Ad products by diiiscon

Details

Authordiiiscon

LicenseNo License

Categorywww.skroutz.gr

Created

Updated

Size533 B

Statistics

Learn how we calculate statistics in the FAQ.

Failed to fetch stats.

Description

Fade out promoted products by default. Hover to show them.

Notes

Userstyle doesn't have notes.

Source code

/* ==UserStyle==
@name         Skroutz - Ad products
@version      20240708.09.43
@namespace    https://userstyles.world/user/diiiscon
@description  Fade out promoted products by default. Hover to show them.
@author       diiiscon
@license      No License
==/UserStyle== */

@-moz-document url-prefix("https://www.skroutz.gr/") {
li.labeled-item.labeled-product {
	transition: opacity 0.2s;
}
li.labeled-item.labeled-product:not(:hover) {
	opacity: 0.2;
}
span.shop-promoter,
span.shop-promoter .label-text {
	background: wheat;
}

}

Reviews

No reviews yet.