1
0

Update myanimelist-tweaks.user.css

This commit is contained in:
Akamaru
2025-10-02 22:05:49 +02:00
parent 85a331e738
commit d5aa5c02e4

View File

@@ -1,7 +1,7 @@
/* ==UserStyle==
@name MyAnimeList Tweaks
@namespace https://git.ponywave.de/Akamaru/Userscripts
@version 1.1
@version 1.2
@description Verschiedene Anpassungen für MyAnimeList.net
@author Akamaru
@homepageURL https://git.ponywave.de/Akamaru/Userscripts
@@ -108,4 +108,10 @@
.icon-watch-pv2 {
display: none !important;
}
.bookstore-related-entries {
display: none !important;
}
.manga-store-preview {
display: none !important;
}
}