By default RottenTomatoes pages uses base 10 rating for TOMATOMETER and base-5 for AUDIENCE SCORE.
This script changes the latter's base-5 to base-10, and modifies both relevant tooltips, in order to be perceived more easily.
It modifies the following 3 elements inside the modal that is displayed after clicking "See score details":
- multiplies
x2
the AUDIENCE average Rating,
- appends
(6 stars or higher)
to the TOMATOMETER descriptive text overlay ?
,
- modifies
3.5 stars or higher
to 7 stars or higher
, in the AUDIENCE descriptive text overlay ?
.
Thanks a lot to wOxxOm: he initially wrote it (v1) and he also offered improvements for v2, v3 and v4.
The script works and is tested on Tampermonkey and Violentmonkey.
Greasemonkey -any version- is not supported (the script might work, but is not tested).
If you have any bugs, bug fixes or ideas, please report at my GitHub repo