forked from zwf234/rules
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,7 +1,7 @@ | ||
|
||
hostname = *.tiktokv.com,*.byteoversea.com,*.tik-tokapi.com | ||
hostname = *.tiktokv.com, *.byteoversea.com, *.tik-tokapi.com | ||
|
||
# 解锁TikTok,下载美区TikTok,支持17.9.0以上版本 | ||
(?<=_region=)CN(?=&) url 307 TH | ||
(?<=&mcc_mnc=)4 url 307 2 | ||
^(https?:\/\/tnc[\w-]+\.\w+\.com\/.+)(\?)(.+) url 302 $1$3 | ||
^(https?:\/\/(tnc|dm)[\w-]+\.\w+\.com\/.+)(\?)(.+) url 302 $1$3 | ||
(?<=\d\/\?\w{7}_\w{4}=)1[6-9]..(?=.?.?&) url 307 17 |