mirror of https://github.com/lhie1/Rules.git
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.
10 lines
652 B
Plaintext
10 lines
652 B
Plaintext
#!name=Netflix ratings
|
|
#!desc=Display Netflix TV series and movie's IMDb ratings, Douban ratings, rotten tomato and country/region.
|
|
#!system=ios
|
|
|
|
[Script]
|
|
nf_rating = 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/yichahucha/surge/master/nf_rating.js
|
|
nf_rating = type=http-response,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/yichahucha/surge/master/nf_rating.js
|
|
|
|
[MITM]
|
|
hostname = %APPEND% ios.prod.ftl.netflix.com |