Highlights VAT, Prices, Sales etc.. For an average consumer.
AliEnhanced by Zhieeadie
Details
AuthorZhieeadie
LicenseNo License
Categoryaliexpress
Created
Updated
Size902 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Please raise issues in github.
Source code
/* ==UserStyle==
@name AliEnhanced
@version 20230504.13.25
@namespace ?
==/UserStyle== */
@-moz-document domain("aliexpress.com") {
.dynamic-shipping-titleLayout * {
color: #ff0008;
}
.uniform-banner-box-discounts, .uniform-banner-box-lot {
color: #63ff63;
font-weight: bold;
font-family: Arial;
}
._3KrBP ._1-aaU ._1ZwH_ ._1-SOk {
background: #f3f4f4;
color: #666;
}
._3KrBP ._1-aaU ._1ZwH_ ._1-SOk.Sk1_X {
background: #ff4747;
color: white;
}
._3KrBP ._24EHh {
width: 30px;
height: 30px;
}
span {
font-weight: bold;
font-family: Arial;
}
.product-price .product-price-mark {
color: orangered;
transform: scale(1.1);
}
.product-vat {
color: #d8d219;
text-shadow: -1px 0 black, 0 1px black, 1px 0 black, 0 -1px black;
font-size: 15px;
}
strong {
color: red;
}
body {
opacity: 1;
transition: opacity 0.5s ease-in-out;
}
body.fade-out {
opacity: 0;
}
}