Mark paid products in red. You can also completely disable them with "display: none;".
Aliexpress Mark ADs by assaf
Details
Authorassaf
LicenseNo License
Categoryaliexpress.com
Created
Updated
Size408 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 Aliexpress Mark ADs
@version 20230205.10.27
@namespace ?
==/UserStyle== */
@-moz-document domain("aliexpress.com") {
a:has([class*="--ad--"]) {
background-color: rgba(255,0,0,0.3);
}
span[class*="--ad--"] {
height: 100%;
width: 100%;
background-color: rgba(0,0,0,0) !important;
font-size: 1400%;
color: rgba(255,0,0,0.3);
}
}