Skip to content

Commit

Permalink
Update Netflix.beta.sgmodule
Browse files Browse the repository at this point in the history
  • Loading branch information
lhie1 committed Jan 18, 2022
1 parent 538cd39 commit f2845d0
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions sgmodule/Netflix.beta.sgmodule
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
#!desc=(BETA) Netflix Mod

[Script]
Netflix Web = type=http-response,pattern=^https?:\/\/www\.netflix\.com\/(api\/ftl\/probe), requires-body=1, binary-body-mode=0, max-size=0, argument=, script-path=https://raw.githubusercontent.com/VirgilClyne/GetSomeFries/beta/js/Netflix.beta.js
Netflix iOS = type=http-response,pattern=^https?:\/\/(ios|ios-anycast|ios-prefix)\.prod\.(ftl|cloud|http1)\.netflix\.com\/, requires-body=1, binary-body-mode=0, max-size=0, argument=, script-path=https://raw.githubusercontent.com/VirgilClyne/GetSomeFries/beta/js/Netflix.beta.js
Netflix Android = type=http-response,pattern=^https?:\/\/(android|android-anycast|android-prefix)\.prod\.(ftl|cloud)\.netflix\.com\/, requires-body=1, binary-body-mode=0, max-size=0, argument=, script-path=https://raw.githubusercontent.com/VirgilClyne/GetSomeFries/beta/js/Netflix.beta.js
Netflix Chromecast = type=http-response,pattern=^https?:\/\/(cast|cast-uiboot|android-prefix)\.prod\.(http1)\.netflix\.com\/, requires-body=1, binary-body-mode=0, max-size=0, argument=, script-path=https://raw.githubusercontent.com/VirgilClyne/GetSomeFries/beta/js/Netflix.beta.js
Netflix Web = type=http-response,pattern=^https?:\/\/www\.netflix\.com\/(api\/ftl\/probe), requires-body=1, binary-body-mode=0, max-size=0, argument=, script-path=https://raw.githubusercontent.com/lhie1/GetSomeFries/beta/js/Netflix.beta.js
Netflix iOS = type=http-response,pattern=^https?:\/\/(ios|ios-anycast|ios-prefix)\.prod\.(ftl|cloud|http1)\.netflix\.com\/, requires-body=1, binary-body-mode=0, max-size=0, argument=, script-path=https://raw.githubusercontent.com/lhie1/GetSomeFries/beta/js/Netflix.beta.js
Netflix Android = type=http-response,pattern=^https?:\/\/(android|android-anycast|android-prefix)\.prod\.(ftl|cloud)\.netflix\.com\/, requires-body=1, binary-body-mode=0, max-size=0, argument=, script-path=https://raw.githubusercontent.com/lhie1/GetSomeFries/beta/js/Netflix.beta.js
Netflix Chromecast = type=http-response,pattern=^https?:\/\/(cast|cast-uiboot|android-prefix)\.prod\.(http1)\.netflix\.com\/, requires-body=1, binary-body-mode=0, max-size=0, argument=, script-path=https://raw.githubusercontent.com/lhie1/GetSomeFries/beta/js/Netflix.beta.js

[MITM]
hostname = %APPEND% www.netflix.com, *.prod.ftl.netflix.com, *.prod.cloud.netflix.com

0 comments on commit f2845d0

Please sign in to comment.