The product name isn't all shown by default, this just overrides that styling.
AliExpress - Full product title on search results by emsixteen
Details
Authoremsixteen
LicenseNo License
Categoryaliexpress.com
Created
Updated
Size428 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 - Show full product title on search results
@version 20231026.07.55
@namespace ?
==/UserStyle== */
@-moz-document domain("www.aliexpress.com") {
[class^="multi--title--"],
[class^="manhattan--title--"],
[clk_trigger][data-href] > * {
-webkit-line-clamp: none!important;
line-clamp: none!important;
overflow: visible!important;
height: max-content!important;
}
}