Removes unnecessary product placement. Save time and money!
Aliexpress no clutter no distractions by svx13581
Details
Authorsvx13581
LicenseNo License
Categoryuserstyles
Created
Updated
Size2.1 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 marketing psychology"
https://userstyles.world/style/4654/aliexpress-com-no-marketing-psychology
Source code
/* ==UserStyle==
@name Aliexpress no clutter no distractions
@version 20220511.21.24
@namespace userstyles.world/user/svx13581
@description Removes unnecessary product placement. Save time and money!
@author svx13581
@license No License
==/UserStyle== */
.p4p,
.f-wrapper,
.may-like,
.top-sell,
.module.m-sop.m-sop-top-selling,
.instore-info-rcmds,
.store-banner.product-store-banner,
.card-container.recommend-container,
.bottom-recommendation,
.container div[biz_code=FeaturedCategory], /* FeaturedCategory list on homepage */
.container .container-shadow[biz_code=SuperDeals], /* SuperDeals list on homepage */
._2jK6B, /* Big product list on homepage */
.ranking-main,
.slick-slider.slick-initialized,
.channel-main div:nth-child(1),
.hot-words,
.sub-brand-list,
.sale-space,
.clearfix.bottom-show-list
{
/* Products */
display:none !important;
}
.keywordArea,
.header-desc-context-hide,
.header-desc-context,
#seo-category-teletext,
.fold-title-box,
.sf-download-app,
.site-footer,
.footer-copywrite,
.Pd-zt.container,
.site-server-box,
.user-helper-footer,
.relatedKeywords.refine-block
{
/* Misc */
display:none !important;
}
@-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") {
}