Скрывает заглушку «Товары для взрослых» на странице «Заказы»
OZON - Убрать заглушку «Товары для взрослых» by sad_comrade
Details
Authorsad_comrade
LicenseGNU GPLv3
Categoryozon.ru
Created
Updated
Size362 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 OZON
@version 20230309.21.54
@namespace ?
==/UserStyle== */
@-moz-document domain("ozon.ru") {
/* Скрыть заглушку «Товары для взрослых» */
[data-test-id="18-placeholder"] {
display: none
}
[data-test-id="18-placeholder"] + img {
filter: none !important;
}
}