it just simply hides the footer
AniList Hide Footer by linked
Details
Authorlinked
LicenseNo License
Categoryanilist
Created
Updated
Size306 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 anilist.co - 27/02/2022, 21:53:12
@namespace github.com/openstyles/stylus
@version 1.0.0
@description A new userstyle
@author Me
==/UserStyle== */
@-moz-document domain("anilist.co") {
.wrap > .footer {
display: none;
}
}