diff --git a/Quantumult/Rewrite/Turn-Off-Google-Safesearch.conf b/Quantumult/Rewrite/Turn-Off-Google-Safesearch.conf deleted file mode 100644 index fbffbcc..0000000 --- a/Quantumult/Rewrite/Turn-Off-Google-Safesearch.conf +++ /dev/null @@ -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 \ No newline at end of file diff --git a/Quantumult/Rewrite/Wikiwand.conf b/Quantumult/Rewrite/Wikiwand.conf deleted file mode 100644 index 4712e2d..0000000 --- a/Quantumult/Rewrite/Wikiwand.conf +++ /dev/null @@ -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 \ No newline at end of file diff --git a/Surge/Module/Turn-Off-Google-Safesearch.sgmodule b/Surge/Module/Turn-Off-Google-Safesearch.sgmodule deleted file mode 100644 index fa996b3..0000000 --- a/Surge/Module/Turn-Off-Google-Safesearch.sgmodule +++ /dev/null @@ -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.* \ No newline at end of file