Remove IMDb rating
Remove IMDb rating by fdsadsa
Details
Authorfdsadsa
LicenseNo License
Categoryimdb.com
Created
Updated
Size382 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 Remove imdb rating
@namespace thoughtsunificator.me
@description description
@author test
@homepageURL https://github.com/
@supportURL https://github.com
@preprocessor stylus
@version 1.0.0
@license MIT
*/
@-moz-document url-prefix("https://www.imdb.com") {
[class*="rating"] {
display: none !important;
}
}