Skip to content

Commit

Permalink
added new goodreads book detail page rating selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Oct 15, 2021
1 parent b640fb9 commit 0090f82
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions css/goodreads.css
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,12 @@ html:not(.show-ratings) .staticStars,
html:not(.show-ratings) .communityRating,
html:not(.show-ratings) .AverageRating,
html:not(.show-ratings) .AggregateRating,
html:not(.show-ratings) .RatingStatistics,
html:not(.show-ratings) .BookStatistics__ratingStatistics,
html:not(.show-ratings) .BookStatistics__histogram,
html:not(.show-ratings) .RatingStars,
html:not(.show-ratings) .SocialSignalsSection,
html:not(.show-ratings) .SocialSignalsSection + .Divider,
html:not(.show-ratings) [itemprop="aggregateRating"],
html:not(.show-ratings) .avg_rating,
html:not(.show-ratings) th.rating,
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.1",
"version": "1.8.2",
"browser_action": {
"default_icon": "images/icon64.png",
"default_popup": "options.html"
Expand Down

0 comments on commit 0090f82

Please sign in to comment.