Hide annoying suggestions on Casa OS.
No suggestions - Casa OS by m1n-4d316e
Details
Authorm1n-4d316e
LicenseGPL-3.0 license
CategoryCasaOS
Created
Updated
Size297 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 No suggestions
@version 20230619.15.28
@namespace github.com/M1n-4d316e/CSS-Tweaks
==/UserStyle== */
@-moz-document url("http://casaos.local/#/") {
.swiper-container.swiper-container-initialized.swiper-container-horizontal {
display: none;
}
}