feat: remove obsolete rewrite

pull/277/head
Conners Hua 3 years ago
parent 2c0414deab
commit 01afee366e

@ -1,8 +0,0 @@
# Turn Off Google Safesearch(Beta)
# 主要用于解决被 Google 识别成中国大陆(即访问不了 https://www.google.com/maps/timeline)的节点导致谷歌香港安全搜索锁死的问题。桌面端请使用 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

@ -1,4 +0,0 @@
hostname = *.wikipedia.org,*.wikiwand.com
^https://zh.(m.)?wikipedia.org/zh(-\w*)?(?=/) url 302 https://www.wikiwand.com/zh$2
^https://(\w*).(m.)?wikipedia.org/wiki url 302 https://www.wikiwand.com/$1

@ -1,10 +0,0 @@
#!name=Turn Off Google Safesearch(Beta)
#!desc=主要用于解决被 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 = %APPEND% www.google.com,www.google.com.*
Loading…
Cancel
Save