5 <meta name=
"viewport" content=
"width=device-width, initial-scale=1" />
7 <link rel=
"stylesheet" href=
"../style.css#" type=
"text/css" />
8 <title>加速国外网站访问
</title>
9 <script type=
"text/javascript">
11 let href
= location
.href
;
12 for(let i
=href
.length
-1;i
>0;i
--){
13 if('/'==href
.charAt(i
) && '/'==href
.charAt(i
-3))
20 location
.href
= location
.href
.substring(0,i
+1)+page
;
22 function nav2Lang(lang
){
24 let href
= location
.href
;
25 location
.href
= location
.href
.substring(0,i
-2)+lang
+location
.href
.substring(i
);
30 <header class='header'
>
31 <a class=
"logo" href=
"javascript:void(0)" onclick=
"return nav2('index.html#')">Home
</a> <a class=
"logo" href=
"javascript:void(0)" onclick=
"return nav2('tags/index.html#')">Tags
</a>
38 <div class=
"container">
39 <h1 class=
"title">加速国外网站访问
41 <span class=
"subtitle"></span>
45 <li><a href=
"../tags/%e4%b8%8d%e8%89%af%e4%bf%a1%e6%81%af%e5%b1%8f%e8%94%bd/index.html#">不良信息屏蔽
</a> </li>
47 <li><a href=
"../tags/%e5%9b%bd%e5%a4%96%e7%bd%91%e5%9d%80/index.html#">国外网址
</a> </li>
50 <p>不少国外网站本身虽可访问,但由于网站需要下载其它网址的资源而导致无法访问。根域名屏蔽可屏蔽文件中域名的一切子域名、孙域名、......,从而主动排除这些网址,最终允许浏览器快速访问。
</p>
51 <p>使用Android端
<a href=
"..">uweb浏览器
</a>。
<br>
52 域名文件
<a href=
"../adblock_domain/index.html#">"default.hosts
"</a> 内容如下:
<br>
53 googleadservices.com
<br>
54 googlesyndication.com
<br>
57 google-analytics.com
<br>
58 googletagservices.com
<br>
63 <li>尝试关闭javascript, 譬如程序员网站stackoverflow.com在关闭javascript的情况下国内一般均可快速访问。
</li>
65 <li><a href=
"../redirect/index.html#">重定向网址
</a>:包括重定向至国内镜像以及全局重定向。
</li>
69 <p>Last Modified:
20 May
2024<br>
70 update tiangong AI
<br>
75 src='https://giscus.app/client.js'
76 data-repo=
"torappinfo/uweb"
77 data-repo-id=
"MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
78 data-category=
"Announcements"
79 data-category-id=
"DIC_kwDOEgNLGc4CQjsh"
82 data-reactions-enabled=
"1"
83 data-emit-metadata=
"0"
84 data-input-position=
"top"
88 crossorigin=
"anonymous" async
>
91 <footer class=
"site-footer">
92 <div class=
"container">
93 © 2018-
2024 Richard H. Cao
96 <!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front-Cover Texts, and no Back-Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->