mirror of
https://github.com/DivineEngine/Profiles.git
synced 2025-01-22 18:49:02 +08:00
Compare commits
2 Commits
6753d2b4d4
...
0bca689232
Author | SHA1 | Date | |
---|---|---|---|
|
0bca689232 | ||
|
f72c2b3f71 |
@ -1,4 +1,4 @@
|
||||
hostname = www.google.cn,api.abema.io,app.biliintl.com,passport.biliintl.com
|
||||
hostname = www.google.cn,www.firefox.com.cn,api.abema.io,app.biliintl.com,passport.biliintl.com
|
||||
|
||||
# Redirect Google Search Service
|
||||
^https?:\/\/(www.)?(g|google)\.cn url 302 https://www.google.com
|
||||
@ -15,6 +15,8 @@ hostname = www.google.cn,api.abema.io,app.biliintl.com,passport.biliintl.com
|
||||
^https?:\/\/(www.)?yhd\.com\/ url 302 https://yhd.com/
|
||||
|
||||
# Redirect False to True
|
||||
# > Firefox - www.firefox.com.cn
|
||||
^https?:\/\/(www.)?firefox\.com\.cn\/(download\/)?$ url 302 https://www.mozilla.org/zh-CN/firefox/new/
|
||||
# > IGN China to IGN Global
|
||||
^https?:\/\/(www.)?ign\.xn--fiqs8s\/ url 302 http://cn.ign.com/ccpref/us
|
||||
# > Fake Website Made By C&J Marketing
|
||||
|
@ -39,6 +39,8 @@ tun-excluded-routes = %APPEND% 239.255.255.250/32
|
||||
^https?:\/\/(www.)?yhd\.com\/ https://yhd.com/ 302
|
||||
|
||||
# Redirect False to True
|
||||
# > Firefox - www.firefox.com.cn
|
||||
^https?:\/\/(www.)?firefox\.com\.cn\/(download\/)?$ https://www.mozilla.org/zh-CN/firefox/new/ 302
|
||||
# > IGN China to IGN Global
|
||||
^https?:\/\/(www.)?ign\.xn--fiqs8s\/ http://cn.ign.com/ccpref/us 302
|
||||
# > Fake Website Made By C&J Marketing
|
||||
@ -106,4 +108,4 @@ bstar_login = type=http-request,pattern=^https?:\/\/passport\.biliintl\.com\/x\/
|
||||
bstar_play = type=http-request,pattern=^https?:\/\/app\.biliintl\.com\/(intl\/gateway\/v\d\/app\/data\/report\/heartbeat\/mobile|x\/(history|reply)/v\d/add),requires-body=1,max-size=0,script-path=https://raw.githubusercontent.com/DivineEngine/Profiles/master/Surge/Rewrite/bstar.js,script-update-interval=0
|
||||
|
||||
[MITM]
|
||||
hostname = %INSERT% www.google.cn,api.abema.io,app.biliintl.com,passport.biliintl.com
|
||||
hostname = %APPEND% www.google.cn,www.firefox.com.cn,api.abema.io,app.biliintl.com,passport.biliintl.com
|
@ -7,4 +7,4 @@
|
||||
https://www\.google\.com\.hk\/search\?q=([\w.]+)&(.+) https://www.google.com.sg/search?q=$1&safe=off 302
|
||||
|
||||
[MITM]
|
||||
hostname = %INSERT% www.google.com,www.google.com.*
|
||||
hostname = %APPEND% www.google.com,www.google.com.*
|
@ -6,4 +6,4 @@
|
||||
^https://(\w*).(m.)?wikipedia.org/wiki https://www.wikiwand.com/$1 302
|
||||
|
||||
[MITM]
|
||||
hostname = %INSERT% *.wikipedia.org,*.wikiwand.com
|
||||
hostname = %APPEND% *.wikipedia.org,*.wikiwand.com
|
@ -193,6 +193,8 @@ falogin.cn = server:syslib
|
||||
^https?:\/\/(www.)?yhd\.com\/ https://yhd.com/ 302
|
||||
|
||||
# Redirect False to True
|
||||
# > Firefox - www.firefox.com.cn
|
||||
^https?:\/\/(www.)?firefox\.com\.cn\/(download\/)?$ https://www.mozilla.org/zh-CN/firefox/new/ 302
|
||||
# > IGN China to IGN Global
|
||||
^https?:\/\/(www.)?ign\.xn--fiqs8s\/ http://cn.ign.com/ccpref/us 302
|
||||
# > Fake Website Made By C&J Marketing
|
||||
@ -255,4 +257,4 @@ falogin.cn = server:syslib
|
||||
|
||||
[MITM]
|
||||
skip-server-cert-verify = true
|
||||
hostname = www.google.cn,api.abema.io
|
||||
hostname = www.google.cn,www.firefox.com.cn,api.abema.io
|
Loading…
Reference in New Issue
Block a user