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
620 B
Plaintext
10 lines
620 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]
|
|
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
|
|
|
|
[MITM]
|
|
hostname = %APPEND% ios.prod.ftl.netflix.com |