mirror of
https://github.com/limbopro/Profiles4limbo.git
synced 2024-12-29 02:35:07 +08:00
10 lines
297 B
Plaintext
10 lines
297 B
Plaintext
|
#!name=Google Rewrite
|
||
|
#!desc=Safari 谷歌搜索重定向
|
||
|
#!system=ios
|
||
|
|
||
|
hostname = www.google.cn, www.g.cn
|
||
|
|
||
|
^https?://(www\.)?g\.cn url 302 https://www.google.com
|
||
|
^https?://(www\.)?google\.cn url 302 https://www.google.com
|
||
|
^https?://(www\.)?google\.cn/search url 302 https://www.google.com/search
|