Removes fake deals only showing the real price while removing an unconscious stressor
Aliexpress.com no marketing psychology by svx13581
Details
Authorsvx13581
LicenseNo License
Categoryuserstyles
Created
Updated
Size2.9 kB
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Also used in the preview is "Aliexpress dark mode"
https://userstyles.world/style/4531/aliexpress-dark-mode
Recommended to use with "Aliexpress no clutter no distractions"
https://userstyles.world/style/4655/aliexpress-no-clutter-no-distractions
Source code
/* ==UserStyle==
@name Aliexpress.com no marketing psychology
@version 20220511.21.18
@namespace userstyles.world/user/svx13581
@description Removes fake deals only showing the real price while removing an unconscious stressor
@author svx13581
@license No License
==/UserStyle== */
.slick-slide div div div span:nth-child(3),
html body div div div div div a div:nth-child(3),
.container div div ul li a section div:nth-child(2),
.product-price-del, .product-price-mark,
.cost-old,
.discount,
.cost-extend,
.container li a span,
.item-price-row.big-sale,
.pc-original__price,
.pc-discount,
.rax-view-v2.rax-scrollview-webcontainer .rax-view .rax-view .rax-view .rax-view .rax-view .rax-view:nth-child(2),
.rax-view-v2.rax-scrollview-webcontainer .rax-view .rax-view .rax-view .rax-view .rax-view:nth-child(2) .rax-view:nth-child(3) span.rax-text:nth-child(2)
{
/* No anchoring:
"Use of the anchoring effect in marketing takes advantage of a flaw within the human mind which means we do not consider the value of an option based on its intrinsic value. Rather, we compare different offers against one another; we make decisions based on comparative values. In short, through the anchoring effect, we ‘anchor’ our decision making process to the surrounding situation, rather than thinking rationally to make the best decision overall." */
display:none !important;
}
.sale-space,
.banner-main,
.ranking-main ._1r8bG
{
/* No ads */
visibility:hidden;
}
.f-filter-list label em
{
/* Attention */
color:orange !important;
}
.product-price-value,
.product-shipping-price,
.shoppingcart-price dd,
.total-price dd,
.cost-main.normal,
.logistics-cost,
.product-detail > div:nth-child(3) span,
.product-detail + div:nth-child(2) span,
.store-container div span
{
/* Caution */
color:red !important;
}
#checkout-button{
/* Caution */
background-color:red !important;
}
.logo-base
{
filter: grayscale(1);
}
@-moz-document url-prefix("https://www.aliexpress.com"), url-prefix("https://www.aliexpress.ru"), url-prefix("https://trade.aliexpress.com"), url-prefix("https://trade.aliexpress.ru"), url-prefix("https://best.aliexpress.ru"), url-prefix("https://best.aliexpress.com"), url-prefix("https://message.aliexpress.com"), url-prefix("https://message.aliexpress.ru"), url-prefix("https://aliexpress.com"), url-prefix("https://aliexpress.ru"), domain("i.alicdn.com"), domain("i.alicdn.ru"), domain("g.alicdn.com"), domain("g.alicdn.ru"), domain("aliexpress.com"), domain("aliexpress.ru"), domain("passport.aliexpress.com"), domain("passport.aliexpress.ru"), domain("message.aliexpress.com"), domain("message.aliexpress.ru"), domain("best.aliexpress.com"), domain("best.aliexpress.ru"), domain("trade.aliexpress.com"), domain("trade.aliexpress.ru") {
}