Removes the scores on the studio page and search results uwu...
orangc's tweaks - remove studio scores by orxngc
Details
Authororxngc
LicenseNo License
CategoryMyAnimeList.net
Created
Updated
Size656 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 orangc's tweaks - remove studio scores
@version 20240613.20.55
@namespace https://userstyles.world/user/orxngc
@description Removes the scores on the studio page and search results uwu...
@author orxngc
@license No License
==/UserStyle== */
@-moz-document regexp("https://myanimelist\\.net/anime/producer.*") {
.widget {
display: none !important;
}
}
@-moz-document regexp("https://myanimelist\\.net/anime/producer.*") {
.widget {
display: none !important;
}
}
@-moz-document url-prefix("https://myanimelist.net") {
.info .pt8, div.extra-info,.media-type {
display: none !important;
}
}