diff --git a/myanimelist-tweaks.user.css b/myanimelist-tweaks.user.css index 71659b7..284a4d2 100644 --- a/myanimelist-tweaks.user.css +++ b/myanimelist-tweaks.user.css @@ -1,7 +1,7 @@ /* ==UserStyle== @name MyAnimeList Tweaks @namespace https://git.ponywave.de/Akamaru/Userscripts -@version 1.0 +@version 1.1 @description Verschiedene Anpassungen für MyAnimeList.net @author Akamaru @homepageURL https://git.ponywave.de/Akamaru/Userscripts @@ -99,4 +99,13 @@ { display: none !important; } -} + .stats-block { + display: none !important; + } + .icon-watch2 { + display: none !important; + } + .icon-watch-pv2 { + display: none !important; + } +} \ No newline at end of file