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.5 KB
授權條款
未知
腳本執行於

If you think that the percentage bars become too small when using this UserScript, you can enlarge them by injecting the following CSS code or simply install the corresponding style directly with Stylus.

Install directly with Stylus

@-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;
  }
}

QingJ © 2025

镜像随时可能失效,请加Q群300939539或关注我们的公众号极客氢云获取最新地址