Greasy Fork is available in English.

IMDb - fix rating

Recompute a new film rating value based on your criterias

이 스크립트를 설치하려면 Tampermonkey, Greasemonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램을 설치해야 합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Violentmonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey 또는 Userscripts와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 Tampermonkey와 같은 확장 프로그램이 필요합니다.

이 스크립트를 설치하려면 유저 스크립트 관리자 확장 프로그램이 필요합니다.

(이미 유저 스크립트 관리자가 설치되어 있습니다. 설치를 진행합니다!)

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 Stylus와 같은 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

이 스타일을 설치하려면 유저 스타일 관리자 확장 프로그램이 필요합니다.

(이미 유저 스타일 관리자가 설치되어 있습니다. 설치를 진행합니다!)

작성자
Achernar
일일 설치 수
0
총 설치 수
156
평점
0 0 0
버전
0.5.4
생성일
2022-03-13
갱신일
2023-05-15
크기
23.4KB
라이선스
해당 없음
적용 사이트

This userscript uses IMDb's raw vote values to re-compute the rating (and the total of votes) of the film, without the bias included by their algorithm. It replaces the displayed value with the result and tells you if there is a difference.
It also allows you to alter the result based on some basic preferences.

You can choose which votes to use:

  • All voters (default)
  • US voters only (2023/05/15) currently disabled due to new design in "ratings" page
  • non-US voters only
  • Top 1000 voters
  • aggregate of US and non-US voters

You can discard:

  • "10"
  • "10" if it is the highest %
  • "10" if highest and "9" is a very small % of "10"
  • "1"
  • "9" if it is the highest % (and "10" if you want)

The userscript is active on the "title" page, the "title/reference" page, the episodes list page. There are 2 options to enable this also for the "chart" page (top 250) and "search" page ("/search/" is in the path)

The script configuration menu can be opened by ctrl + alt + left-click-ing the rating value, and, on the page with more than one rating, the title element of the page (eg. "Episode List"). You can also click your userscript manager's icon to open its popup, and click the "Settings" line next to the userscript name.

I've verified that it works in both tampermonkey and violentmonkey.

The script gets the values by downloading imdb.com/title/tt0000000/ratings... in the background, storing the data and using it for a period of 16 hours (configurable).

For pages with multiple items, when it needs to fetch the values from the server, it does it without hammering the server. This means that it could take several seconds to fill all the elements. It's almost instantaneous when the values are cached. Note that "aggregate of US and non-US voters" is particularly long to load since it needs to get 2 sets of data per film/episode.

For more userscripts, styles, extensions, tips, ..., visit my programming page.
Feel free to look at my other imdb fixes: "fix title page / title page old layout" , "Fix links" , "Fix rating" , "Stop scripts" , "Fullscreen imageviewer" , "Set default user reviews sorting"