Makes site use the full browser window, enlarging everything
temu.com Fullscreen by jremi
Details
Authorjremi
LicenseNo License
Categorywww.temu.com -> userstyles
Created
Updated
Size248 B
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Larger photos/video on the main page
Source code
/* ==UserStyle==
@name temu.com Fullscreen
@version 20230731.16.59
@namespace ?
==/UserStyle== */
@-moz-document domain("www.temu.com") {
.main_scale .mainContent {
width: 100vw !important;
max-width: 100vw !important;
}
}