Amazon show absolute review numbers

Adds the number of reviews to each rating separately

2018-06-08 या दिनांकाला. सर्वात नवीन आवृत्ती पाहा.

लेखक
Graphen
रेटिंग
0 0 0
आवृत्ती
0.1.0
बनवली
2018-06-08
अपडेट केली
2018-06-08
आकार
1.54 KB
License
नाही
यांवर लागू होते:

If you think that the percentage bars become too small, you can enlarge them by injecting the following CSS code or simply install the [corresponding style]() directly with [Stylus](https://add0n.com/stylus.html).

[![Install directly with Stylus](https://img.shields.io/badge/Install%20directly%20with-Stylus-238b8b.svg)](https://raw.githubusercontent.com/stonecrusher/stylus-UserCSS/blob/master/amazon/amazon.user.css)

```
@-moz-document regexp("https?:\\/\\/www\\.amazon\\.(cn|in|co\\.jp|sg|fr|de|it|nl|es|co\\.uk|ca|com(\\.(mx|au|br))?)\\/.*") {
#reviewSummary > .a-fixed-left-grid > .a-fixed-left-grid-inner {
padding-left: review-width !important;
}
#reviewSummary > .a-fixed-left-grid > .a-fixed-left-grid-inner > .a-col-left {
width: review-width !important;
margin-left: -(review-width) !important;
}
}
```