Skip to content

Commit

Permalink
added missed google tv reviews rating selector
Browse files Browse the repository at this point in the history
  • Loading branch information
ganigeorgiev committed Apr 17, 2020
1 parent a9ebd65 commit e204f69
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions css/google.css
Original file line number Diff line number Diff line change
Expand Up @@ -13,14 +13,16 @@
g-review-stars,
[data-attrid="kc:/ugc:user_reviews"],
[data-attrid="kc:/film/film:reviews"],
[data-attrid="kc:/book/book:reviews"] {
[data-attrid="kc:/book/book:reviews"],
[data-attrid="kc:/tv/tv_program:reviews"] {
filter: blur(15px);
transition: filter 0.2s;
}
g-review-stars:hover,
[data-attrid="kc:/ugc:user_reviews"]:hover,
[data-attrid="kc:/film/film:reviews"]:hover,
[data-attrid="kc:/book/book:reviews"]:hover {
[data-attrid="kc:/book/book:reviews"]:hover,
[data-attrid="kc:/tv/tv_program:reviews"]:hover {
filter: blur(0);
}

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": "Prevents you from other people influence by hiding the rating bars from IMDB, Goodreads, MyAnimeList and Letterboxd.",
"version": "1.6.0",
"version": "1.6.1",
"browser_action": {
"default_icon": "images/icon64.png",
"default_popup": "options.html"
Expand Down

0 comments on commit e204f69

Please sign in to comment.