Skip to content

Commit

Permalink
added new goodreads explorer page rating selectors
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Oct 14, 2021
1 parent 02ad950 commit b640fb9
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions css/goodreads.css
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,9 @@ html:not(.show-ratings) [onclick*="score_explanation"],
html:not(.show-ratings) [onclick*="score_explanation"] + .greyText,
html:not(.show-ratings) .staticStars,
html:not(.show-ratings) .communityRating,
html:not(.show-ratings) .AverageRating,
html:not(.show-ratings) .AggregateRating,
html:not(.show-ratings) [itemprop="aggregateRating"],
html:not(.show-ratings) .avg_rating,
html:not(.show-ratings) th.rating,
html:not(.show-ratings) td.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.0",
"version": "1.8.1",
"browser_action": {
"default_icon": "images/icon64.png",
"default_popup": "options.html"
Expand Down

0 comments on commit b640fb9

Please sign in to comment.