You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
|
|
#!name=Netflix ratings
|
|
|
|
#!desc=Display Netflix TV series and movie's IMDb ratings, Douban ratings, rotten tomato and country/region.
|
|
|
|
#!system=ios
|
|
|
|
|
|
|
|
[Script]
|
|
|
|
http-request ^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/yichahucha/surge/master/nf_rating.js
|
|
|
|
http-response ^https?://ios\.prod\.ftl\.netflix\.com/iosui/user/.+path=%5B%22videos%22%2C%\d+%22%2C%22summary%22%5D requires-body=1,script-path=https://raw.githubusercontent.com/yichahucha/surge/master/nf_rating.js
|
|
|
|
# 单集评分
|
|
|
|
nf_rating_season.js = 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/yichahucha/surge/master/nf_rating_season.js
|
|
|
|
[MITM]
|
|
|
|
hostname = %APPEND% ios.prod.ftl.netflix.com
|