Skip to content

Commit

Permalink
added new imdb rating bar css class
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Jun 17, 2021
1 parent dffe13d commit 99f7c05
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2020 ganigeorgiev
Copyright (c) 2017-2021 ganigeorgiev

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
1 change: 1 addition & 0 deletions css/imdb.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ html:not(.show-ratings) .ipc-rating-star--imdb,
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="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.7.0",
"version": "1.7.1",
"browser_action": {
"default_icon": "images/icon64.png",
"default_popup": "options.html"
Expand Down

0 comments on commit 99f7c05

Please sign in to comment.