Skip to content

Latest commit

 

History

History
33 lines (24 loc) · 2.19 KB

README.md

File metadata and controls

33 lines (24 loc) · 2.19 KB

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