1
0

Update myanimelist-tweaks.user.css

This commit is contained in:
Akamaru
2025-09-15 18:26:05 +02:00
parent c122867df4
commit 464adb399a

View File

@@ -1,7 +1,7 @@
/* ==UserStyle== /* ==UserStyle==
@name MyAnimeList Tweaks @name MyAnimeList Tweaks
@namespace https://git.ponywave.de/Akamaru/Userscripts @namespace https://git.ponywave.de/Akamaru/Userscripts
@version 1.0 @version 1.1
@description Verschiedene Anpassungen für MyAnimeList.net @description Verschiedene Anpassungen für MyAnimeList.net
@author Akamaru @author Akamaru
@homepageURL https://git.ponywave.de/Akamaru/Userscripts @homepageURL https://git.ponywave.de/Akamaru/Userscripts
@@ -99,4 +99,13 @@
{ {
display: none !important; display: none !important;
} }
.stats-block {
display: none !important;
}
.icon-watch2 {
display: none !important;
}
.icon-watch-pv2 {
display: none !important;
}
} }