mirror of
https://github.com/DivineEngine/Profiles.git
synced 2025-02-02 20:12:41 +08:00
🚩 Turn Off Google Safesearch
This commit is contained in:
parent
340a0a6bb3
commit
843a0ce218
8
Quantumult/Rewrite/Turn-Off-Google-Safesearch.conf
Normal file
8
Quantumult/Rewrite/Turn-Off-Google-Safesearch.conf
Normal file
@ -0,0 +1,8 @@
|
||||
# Turn Off Google Safesearch(Beta)
|
||||
# 关闭 Google 安全搜索。第二条用于被 Google 识别成中国大陆,也就是访问不了 https://www.google.com/maps/timeline 的 IP。桌面端请使用 https://google.com/ncr。
|
||||
|
||||
hostname = www.google.com,www.google.com.*
|
||||
|
||||
(https:\/\/www\.google\.com([.a-z]+)?\/.+)(&safe=strict&)(.+) url 302 $1&safe=off
|
||||
|
||||
https://www\.google\.com\.hk\/search\?q=([\w.]+)&.+ url 302 https://www.google.com.sg/search?q=$1&safe=off
|
10
Surge/Module/Turn-Off-Google-Safesearch.sgmodule
Normal file
10
Surge/Module/Turn-Off-Google-Safesearch.sgmodule
Normal file
@ -0,0 +1,10 @@
|
||||
#!name=Turn Off Google Safesearch(Beta)
|
||||
#!desc=关闭 Google 安全搜索。第二条用于被 Google 识别成中国大陆,也就是访问不了 https://www.google.com/maps/timeline 的 IP。桌面端请使用 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.*
|
Loading…
Reference in New Issue
Block a user