Skip to content

To indicate the IMDB/Douban/RottenTomatoes score in Netflix iOS app, with minor layout changes from the original script (by Yichahucha) in minimal style.

Notifications You must be signed in to change notification settings

TPCTPCTPC/Yet-Another-Rating-Score-Script

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Yet Another Movies/TV Series Rating Scripts For Netflix iOS APP

These scripts will indicate the rating scores from IMDB/Douban/Rotten Tomatoes on Netflix iOS, contained with two features: Overall Rating & Per Episode Rating.

This version is a modification of Yichahucha's brilliant work: https://github.com/yichahucha/surge/tree/master, I made some minimal layout and brought back 🇹🇼 flag but the else are the same.

🚨 Some scores may be missing due to inapplicable data, outdated cookies or invalid api.

Samples:

test image size test image size

Load'em in your Surge/Quantumult X or build a Surge Module yourselves:

#!name=Rating Scores for Netflix
#!desc=Indicates overall rating & per episode rating scores on Netflix
#!system=ios

[Replica]
keyword-filter-type = blacklist
keyword-filter = %INSERT% ios.prod.ftl.netflix.com

[MITM]
hostname = %APPEND% ios.prod.ftl.netflix.com

[Script]
Netflix = type=http-request,pattern=^https?://ios\.prod\.ftl\.netflix\.com/iosui/user/.+path=%5B%22videos%22%2C%\d+%22%2C%22summary%22%5D,script-path=https://raw.githubusercontent.com/TPCTPCTPC/Yet-Another-Rating-Score-Script/master/NFR_Overall.js
Netflix = type=http-response,pattern=^https?://ios\.prod\.ftl\.netflix\.com/iosui/user/.+path=%5B%22videos%22%2C%\d+%22%2C%22summary%22%5D,requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/TPCTPCTPC/Yet-Another-Rating-Score-Script/master/NFR_Overall.js
Episodes = type=http-response,pattern=^https?://ios\.prod\.ftl\.netflix\.com/iosui/warmer/.+type=show-ath,requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/TPCTPCTPC/Yet-Another-Rating-Score-Script/master/NFR_perEpisode.js

Credit

Yichahucha

About

To indicate the IMDB/Douban/RottenTomatoes score in Netflix iOS app, with minor layout changes from the original script (by Yichahucha) in minimal style.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • JavaScript 100.0%