Skip to content

Commit

Permalink
[#8] Added imdb detail page new rating selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Mar 30, 2022
1 parent 0090f82 commit 768edf3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions css/imdb.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,8 @@ html:not(.show-ratings) .ipc-poster-card__rating-star-group,
html:not(.show-ratings) .ipc-rating-star,
html:not(.show-ratings) [class*="TitleBlock__RatingContainer"],
html:not(.show-ratings) [class*="RatingBar__RatingContainer"],
html:not(.show-ratings) [data-testid="hero-rating-bar__aggregate-rating"],
html:not(.show-ratings) [data-testid="hero-rating-bar__popularity"],
html:not(.show-ratings) [data-testid="reviewContent-all-reviews"] {
display: none !important;
}
Expand Down
2 changes: 1 addition & 1 deletion manifest.json
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
"manifest_version": 2,
"name": "Hide ratings (IMDB,Goodreads,MyAnimeList,...)",
"description": "Protect you from other people influence by hiding the rating bars from IMDB, Goodreads, MyAnimeList and Letterboxd.",
"version": "1.8.2",
"version": "1.8.3",
"browser_action": {
"default_icon": "images/icon64.png",
"default_popup": "options.html"
Expand Down

0 comments on commit 768edf3

Please sign in to comment.