mirror of
https://github.com/DivineEngine/Profiles.git
synced 2025-01-24 06:39:03 +08:00
10 lines
562 B
Plaintext
10 lines
562 B
Plaintext
#!name=Turn Off Google Safesearch(Beta)
|
|
#!desc=关闭 Google 安全搜索。(第二条)用于解决被 Google 识别成中国大陆(访问不了https://www.google.com/maps/timeline)的节点导致谷歌香港安全搜索锁死的问题。桌面端请使用 https://google.com/ncr。
|
|
#!system=ios
|
|
|
|
[URL Rewrite]
|
|
(https:\/\/www\.google\.com([.a-z]+)?\/.+)(&safe=(active|strict)&)(.+) $1&safe=off 302
|
|
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.* |