Skip to content

Instantly share code, notes, and snippets.

@yikZero
Last active June 17, 2023 23:18
Show Gist options
  • Save yikZero/b37b63ba9a23e8b565a72421bd2f66fc to your computer and use it in GitHub Desktop.
Save yikZero/b37b63ba9a23e8b565a72421bd2f66fc to your computer and use it in GitHub Desktop.
自用surgeModule
#!name=yikZero Surge Script Module
#!desc= Mac iOS Script 模块配置
[Script]
奈飞评分1 = type=http-request,script-path=https://raw.githubusercontent.com/yichahucha/surge/master/nf_rating.js,pattern="^https?://ios\.prod\.ftl\.netflix\.com/iosui/user/.+path=%5B%22videos%22%2C%\d+%22%2C%22summary%22%5D",requires-body=1
奈飞评分2 = type=http-response,script-path=https://raw.githubusercontent.com/yichahucha/surge/master/nf_rating.js,pattern="^https?://ios\.prod\.ftl\.netflix\.com/iosui/user/.+path=%5B%22videos%22%2C%\d+%22%2C%22summary%22%5D",requires-body=1
单集评分 = type=http-response,script-path=https://raw.githubusercontent.com/yichahucha/surge/master/nf_rating_season.js,pattern="^https?://ios\.prod\.ftl\.netflix\.com/iosui/warmer/.+type=show-ath",requires-body=1,max-size=0
Hypermatic破解 = type=http-response,pattern=^https:\/\/accounts\.hypermatic\.com\/api\/(check|update)\?,script-path=https://gist.githubusercontent.com/yikZero/c215a7ae081841c0a4c4d1e5b5bffdfa/raw/55f4164606737acfd84b1fc0d68ef7d5ef2f208a/Hypermatic_hack.js,script-update-interval=86400,requires-body=1
[MITM]
hostname = %APPEND% ios.prod.ftl.netflix.com, accounts.hypermatic.com
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment