1
0
Files
Userscripts/myanimelist-tweaks.user.css
2025-08-22 15:07:24 +02:00

103 lines
2.1 KiB
CSS

/* ==UserStyle==
@name MyAnimeList Tweaks
@namespace https://git.ponywave.de/Akamaru/Userscripts
@version 1.0
@description Verschiedene Anpassungen für MyAnimeList.net
@author Akamaru
@homepageURL https://git.ponywave.de/Akamaru/Userscripts
@updateURL https://git.ponywave.de/Akamaru/Userscripts/raw/branch/master/myanimelist-tweaks.user.css
==/UserStyle== */
@-moz-document domain("myanimelist.net") {
.user-favorites-outer.js-truncate-outer {
max-height: 730px; padding-bottom: 60px;
}
.btn-truncate.js-btn-truncate {
display: none !important;
}
.user-profile .user-button .btn-profile-submit {
width: 220px;
font-size: 20px;
}
.user-comments {
display: none !important;
}
.favmore {
display: block !important;
}
.btn-favmore {
display: none !important;
}
.detail-stack-block {
display: none !important;
}
.js-streaming-platforms {
display: block !important;
}
.js-alternative-titles.hide {
display: block !important;
}
.viewOpEdMore.js-anime-toggle-alternative-title-button {
display: none !important;
}
.js-manga-toggle-alternative-title-button {
display: none !important;
}
p.title-english.title-inherit {
display: none !important;
}
span.title-english {
display: none !important;
}
#broadcast-block {
display: none !important;
}
.pb16:not(.broadcasts) {
display: none !important;
}
.js-sns-icon-container.icon-block.mt8 {
display: none !important;
}
.js-sns-icon-container.icon-block {
display: none !important;
}
#episode_video {
display: none !important;
}
.footer-link-icon-block {
display: none !important;
}
.js-links[data-rel="resource"] {
display: block !important;
}
div.mt4 > a.js-more-links[data-rel="resource"] {
display: none !important;
}
#menu_left li.small:nth-of-type(5), /* Watch */
#menu_left li.smaller:nth-of-type(6) /* Read */
{
display: none !important;
}
}