diff --git a/LICENSE b/LICENSE index 562a755..47add1d 100644 --- a/LICENSE +++ b/LICENSE @@ -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 diff --git a/css/imdb.css b/css/imdb.css index 1044903..120829b 100644 --- a/css/imdb.css +++ b/css/imdb.css @@ -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; } diff --git a/manifest.json b/manifest.json index a5d2bb8..82fe08e 100644 --- a/manifest.json +++ b/manifest.json @@ -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"