MAL Season = Just A List, Please
by Atario
Details
Author Atario
License CC0
Category myanimelist.net
Created 2 years, 1 month ago
Updated 2 years, 1 month ago
Code size 1.1 kB
Code checksum feb15ad9
Statistics
Learn how we calculate statistics in the FAQ .
Failed to fetch stats.
Description
MyAnimeList "season" pages: gets rid of all the collapsed scrolling subpanel hover mystery-meat nonsense and un-grid-ifies into a normal scrolling list with everything just showing. Most thumbnails end up bigger too.
Probably not exhaustively tested, but it looks okay to me right now. Feel free to fork.
Notes
Userstyle doesn't have notes.
Source code
/* ==UserStyle==
@name MAL Season = Just A List, Please
@version 20230402.08.43
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://myanimelist.net/anime/season") {
.seasonal-anime-list {
display: block;
}
.seasonal-anime-list .seasonal-anime,
.seasonal-anime-list .seasonal-anime .title .title-text,
.seasonal-anime-list .seasonal-anime .genres,
.seasonal-anime-list .seasonal-anime .title,
.seasonal-anime-list .seasonal-anime .genres .genres-inner,
.seasonal-anime-list .seasonal-anime .synopsis {
width: inherit;
height: auto;
overflow-x: auto;
overflow-y: auto;
display: block;
}
.seasonal-anime-list .seasonal-anime .information {
width: inherit;
bottom: auto;
position: relative;
clear: both;
}
.seasonal-anime-list .seasonal-anime .image {
width: auto;
height: auto;
}
img.lazyloaded {
width: fit-content;
height: fit-content;
}
.seasonal-anime-list .seasonal-anime .image .link-image,
.js-toggle-text {
display: none;
width: 0px;
height: 0px;
visibility: collapse;
}
}