Simple 3 liner to hide synopsis in MAL
Hide Synopsis in MAL by OkabeKiyouma
Details
AuthorOkabeKiyouma
LicenseNo License
Categoryhttps://myanimelist.net
Created
Updated
Size416 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 myanimelist.net
@version 20230508.08.03
@namespace ?
==/UserStyle== */
@-moz-document url-prefix("https://myanimelist.net/anime/"), url-prefix("https://myanimelist.net/manga/") {
p[itemprop="description"]{
display: none;
}
span[itemprop="description"]{
display: none;
}
.video-promotion{
display:none;
}
#episode_video{
display:none;
}
}