Fade out promoted products by default. Hover to show them.
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
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;
}
}