Skip to content
This repository has been archived by the owner on Apr 10, 2020. It is now read-only.

Ratings problem #2

Open
Dxerty opened this issue Sep 24, 2017 · 1 comment
Open

Ratings problem #2

Dxerty opened this issue Sep 24, 2017 · 1 comment

Comments

@Dxerty
Copy link

Dxerty commented Sep 24, 2017

Rotten Tomatoes rating don't works (Letterboxd Average Rating)

@Dxerty
Copy link
Author

Dxerty commented Sep 26, 2017

Returning correct IMDb rating

File: Letterboxd_External_Ratings.user.js

Replace:
imdbRating = parseFloat(imdbRatingElt.textContent);
By;
imdbRating = parseFloat((imdbRatingElt.textContent).replace(',', '.'));

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant