Если на все товары скидка - значит все товары без скидки
Удалить бесполезные "скидки" by userXinos

Details
AuthoruserXinos
LicenseNo License
Categoryozon.ru
Created
Updated
Code size620 B
Code checksum9e315c0e
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Удалить бесполезные "скидки"
@version 20250327.07.16
@namespace https://userstyles.world/user/userXinos
@description Если на все товары скидка - значит все товары без скидки
@author userXinos
@license No License
==/UserStyle== */
@-moz-document domain("ozon.ru") {
[class*="tsBodyControl"]:is([class*="-a1"], [class*="-a6"]) {
display: none;
}
[class*="tsHeadline"]:is([class*="-a6"]) {
background-image: none !important;
-webkit-text-fill-color: black !important;
color: black;
}
}