This simply removes the Progress Preview at the top Right in the Home Page of Anilist
Anilist: Remove Progress Preview by KaiserinAmy

Details
AuthorKaiserinAmy
LicenseNo License
Categoryanilist.co/
Created
Updated
Code size322 B
Code checksum13954eca
Statistics
Learn how we calculate statistics in the FAQ.
Failed to fetch stats.
Description
Notes
Userstyle doesn't have notes.Source code
/* ==UserStyle==
@name Anilist: Remove Progress Preview
@version 20250222.19.29
@namespace ?
@description This simply removes the Progress Preview at the top Right in the Home Page of Anilist
==/UserStyle== */
@-moz-document url-prefix("https://anilist.co/home") {
.list-previews {
display: none;
}
}