ebrowser v1.0.42
[uweb.git] / zh / hosts / index.html
blob7a88f609aa70f7906dff999219976b44f765e270
1 <!doctype html>
2 <html>
3 <head>
4 <meta charset="utf-8">
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">
10 function findLang(){
11 let href = location.href;
12 for(let i=href.length-1;i>0;i--){
13 if('/'==href.charAt(i) && '/'==href.charAt(i-3))
14 return i;
16 return 0;
18 function nav2(page){
19 let i = findLang();
20 location.href = location.href.substring(0,i+1)+page;
22 function nav2Lang(lang){
23 let i = findLang();
24 let href = location.href;
25 location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
27 </script>
28 </head>
29 <body>
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>
33 <nav>
34 </nav>
35 </header>
36 <br />
38 <div class="container">
39 <h1 class="title">加速国外网站访问
40 <br>
41 <span class="subtitle"></span>
42 </h1>
43 <ul class="tags">
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>
49 </ul>
50 <p>不少国外网站本身虽可访问,但由于网站需要下载其它网址的资源而导致无法访问。根域名屏蔽可屏蔽文件中域名的一切子域名、孙域名、......,从而主动排除这些网址,最终允许浏览器快速访问。</p>
51 <p>使用Android端<a href="..">uweb浏览器</a><br>
52 域名文件 <a href="../adblock_domain/index.html#">&quot;default.hosts&quot;</a> 内容如下:<br>
53 googleadservices.com<br>
54 googlesyndication.com<br>
55 adsense.com<br>
56 googleapis.com<br>
57 google-analytics.com<br>
58 googletagservices.com<br>
59 facebook.com<br>
60 fbcdn.net</p>
61 <p>其它国外网址访问技巧:</p>
62 <ul>
63 <li>尝试关闭javascript, 譬如程序员网站stackoverflow.com在关闭javascript的情况下国内一般均可快速访问。</li>
64 <li>关闭网页图片</li>
65 <li><a href="../redirect/index.html#">重定向网址</a>:包括重定向至国内镜像以及全局重定向。</li>
66 </ul>
68 </div>
69 <p>Last Modified: 20 May 2024<br>
70 update tiangong AI<br>
71 <pre></pre>
72 </p>
74 <script id='jsgiscus'
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"
80 data-mapping="title"
81 data-strict="0"
82 data-reactions-enabled="1"
83 data-emit-metadata="0"
84 data-input-position="top"
85 data-theme="light"
86 data-lang="en"
87 data-loading="lazy"
88 crossorigin="anonymous" async>
89 </script>
91 <footer class="site-footer">
92 <div class="container">
93 &copy; 2018-2024 Richard H. Cao
94 </div>
95 </footer>
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/>. -->
99 </body>
100 </html>