mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Sun Apr 10 05:46:08 PM CST 2022
This commit is contained in:
parent
75a68769d4
commit
1ec1b59f7a
10 changed files with 162 additions and 151 deletions
|
@ -6,7 +6,48 @@
|
||||||
<description>Recent content in _posts on </description>
|
<description>Recent content in _posts on </description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Sun, 03 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Sun, 10 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||||
|
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
||||||
|
<pubDate>Sun, 10 Apr 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
|
||||||
|
<description>点击添加google recaptcha国内镜像
|
||||||
|
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
||||||
|
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
||||||
|
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
||||||
|
配置/sdcard/uweb/default.redirect:
|
||||||
|
文件每一行格式为:
|
||||||
|
域名:正则表达式:替换表达式
|
||||||
|
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。
|
||||||
|
例子文件内容如下:
|
||||||
|
developer.android.com::developer.android.google.cn
|
||||||
|
四种使用重定向的方法:
|
||||||
|
长按链接
|
||||||
|
添加文件&quot;国内镜像.js&quot;至&quot;/sdcard/uweb/longclick&quot;目录下。
|
||||||
|
文件内容如下:
|
||||||
|
//e:%u 其中&quot;e:&quot;为uweb特殊url协议,意为&quot;edit&quot;,即&quot;编辑&quot;。当后面紧跟url网址的情况下会重定向网址。
|
||||||
|
重启uweb后长按链接弹出菜单选&quot;国内镜像&quot;,浏览器将访问网址的国内镜像。若网址为本地文件,则浏览器会自动调用此类文件编辑器。
|
||||||
|
长按工具条图像按钮。
|
||||||
|
长按设置,选中&quot;自定义重定向&quot;。
|
||||||
|
长按设置,选中&quot;自定义资源重定向&quot;。此选项除访问url重定向之外,还可重定向网页中一切资源。
|
||||||
|
更多重定向网址:
|
||||||
|
www.bilibili.com::www.ibilibili.com
|
||||||
|
pan.baidu.com::pan.baiduwp.com
|
||||||
|
www.docin.com::www.docin365.com
|
||||||
|
wenku.baidu.com::wenku.baiduvvv.com
|
||||||
|
detail.tmall.com::detail.tmallvvv.com
|
||||||
|
detail.m.tmall.com::detail.m.tmallvvv.com
|
||||||
|
item.taobao.com::item.taobaovvv.com
|
||||||
|
h5.m.taobao.com::h5.m.taobaovvv.com
|
||||||
|
jd.com::jdvvv.com
|
||||||
|
item.yhd.com::item.yhdvvv.com
|
||||||
|
goods.kaola.com::goods.kaolavvv.com
|
||||||
|
product.dangdang.com::product.dangdangvvv.com
|
||||||
|
item.gome.com.cn::item.gomevvv.com.cn</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>CSS样式</title>
|
<title>CSS样式</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/globalcss/</link>
|
<link>https://jamesfengcao.gitee.io/uwebzh/globalcss/</link>
|
||||||
|
@ -765,45 +806,5 @@ CCTV17农村
|
||||||
apt update;apt install wget 下载必要离线数据,termux下运行如下命令: cd /sdcard/uweb mkdir sitecache cd sitecache wget -U 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)' -x -i ../sniff.log 下载结束后,离线资源就准备妥当,供以后随时使用。 google翻译的情况下,要对部分js作修改,防止每次访问url不同。 </description>
|
apt update;apt install wget 下载必要离线数据,termux下运行如下命令: cd /sdcard/uweb mkdir sitecache cd sitecache wget -U 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)' -x -i ../sniff.log 下载结束后,离线资源就准备妥当,供以后随时使用。 google翻译的情况下,要对部分js作修改,防止每次访问url不同。 </description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
|
|
||||||
<description>使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
|
||||||
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
|
||||||
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
|
||||||
配置/sdcard/uweb/default.redirect:
|
|
||||||
文件每一行格式为:
|
|
||||||
域名:正则表达式:替换表达式
|
|
||||||
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。
|
|
||||||
例子文件内容如下:
|
|
||||||
developer.android.com::developer.android.google.cn
|
|
||||||
四种使用重定向的方法:
|
|
||||||
长按链接
|
|
||||||
添加文件&quot;国内镜像.js&quot;至&quot;/sdcard/uweb/longclick&quot;目录下。
|
|
||||||
文件内容如下:
|
|
||||||
//e:%u 其中&quot;e:&quot;为uweb特殊url协议,意为&quot;edit&quot;,即&quot;编辑&quot;。当后面紧跟url网址的情况下会重定向网址。
|
|
||||||
重启uweb后长按链接弹出菜单选&quot;国内镜像&quot;,浏览器将访问网址的国内镜像。若网址为本地文件,则浏览器会自动调用此类文件编辑器。
|
|
||||||
长按工具条图像按钮。
|
|
||||||
长按设置,选中&quot;自定义重定向&quot;。
|
|
||||||
长按设置,选中&quot;自定义资源重定向&quot;。此选项除访问url重定向之外,还可重定向网页中一切资源。
|
|
||||||
更多重定向网址:
|
|
||||||
www.bilibili.com::www.ibilibili.com
|
|
||||||
pan.baidu.com::pan.baiduwp.com
|
|
||||||
www.docin.com::www.docin365.com
|
|
||||||
wenku.baidu.com::wenku.baiduvvv.com
|
|
||||||
detail.tmall.com::detail.tmallvvv.com
|
|
||||||
detail.m.tmall.com::detail.m.tmallvvv.com
|
|
||||||
item.taobao.com::item.taobaovvv.com
|
|
||||||
h5.m.taobao.com::h5.m.taobaovvv.com
|
|
||||||
jd.com::jdvvv.com
|
|
||||||
item.yhd.com::item.yhdvvv.com
|
|
||||||
goods.kaola.com::goods.kaolavvv.com
|
|
||||||
product.dangdang.com::product.dangdangvvv.com
|
|
||||||
item.gome.com.cn::item.gomevvv.com.cn</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|
12
index.html
12
index.html
|
@ -80,6 +80,12 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a href="redirect/index.html">
|
||||||
|
<span>重定向国外网址至国内镜像(附编辑本地文件)</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="globalcss/index.html">
|
<a href="globalcss/index.html">
|
||||||
<span>CSS样式</span>
|
<span>CSS样式</span>
|
||||||
|
@ -272,12 +278,6 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="redirect/index.html">
|
|
||||||
<span>重定向国外网址至国内镜像(附编辑本地文件)</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="searchurl/input.html">
|
<a href="searchurl/input.html">
|
||||||
<span>难字输入--部件檢索</span>
|
<span>难字输入--部件檢索</span>
|
||||||
|
|
83
index.xml
83
index.xml
|
@ -6,7 +6,48 @@
|
||||||
<description>Recent content on </description>
|
<description>Recent content on </description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Sun, 03 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Sun, 10 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||||
|
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
||||||
|
<pubDate>Sun, 10 Apr 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
|
||||||
|
<description>点击添加google recaptcha国内镜像
|
||||||
|
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
||||||
|
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
||||||
|
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
||||||
|
配置/sdcard/uweb/default.redirect:
|
||||||
|
文件每一行格式为:
|
||||||
|
域名:正则表达式:替换表达式
|
||||||
|
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。
|
||||||
|
例子文件内容如下:
|
||||||
|
developer.android.com::developer.android.google.cn
|
||||||
|
四种使用重定向的方法:
|
||||||
|
长按链接
|
||||||
|
添加文件&quot;国内镜像.js&quot;至&quot;/sdcard/uweb/longclick&quot;目录下。
|
||||||
|
文件内容如下:
|
||||||
|
//e:%u 其中&quot;e:&quot;为uweb特殊url协议,意为&quot;edit&quot;,即&quot;编辑&quot;。当后面紧跟url网址的情况下会重定向网址。
|
||||||
|
重启uweb后长按链接弹出菜单选&quot;国内镜像&quot;,浏览器将访问网址的国内镜像。若网址为本地文件,则浏览器会自动调用此类文件编辑器。
|
||||||
|
长按工具条图像按钮。
|
||||||
|
长按设置,选中&quot;自定义重定向&quot;。
|
||||||
|
长按设置,选中&quot;自定义资源重定向&quot;。此选项除访问url重定向之外,还可重定向网页中一切资源。
|
||||||
|
更多重定向网址:
|
||||||
|
www.bilibili.com::www.ibilibili.com
|
||||||
|
pan.baidu.com::pan.baiduwp.com
|
||||||
|
www.docin.com::www.docin365.com
|
||||||
|
wenku.baidu.com::wenku.baiduvvv.com
|
||||||
|
detail.tmall.com::detail.tmallvvv.com
|
||||||
|
detail.m.tmall.com::detail.m.tmallvvv.com
|
||||||
|
item.taobao.com::item.taobaovvv.com
|
||||||
|
h5.m.taobao.com::h5.m.taobaovvv.com
|
||||||
|
jd.com::jdvvv.com
|
||||||
|
item.yhd.com::item.yhdvvv.com
|
||||||
|
goods.kaola.com::goods.kaolavvv.com
|
||||||
|
product.dangdang.com::product.dangdangvvv.com
|
||||||
|
item.gome.com.cn::item.gomevvv.com.cn</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>CSS样式</title>
|
<title>CSS样式</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/globalcss/</link>
|
<link>https://jamesfengcao.gitee.io/uwebzh/globalcss/</link>
|
||||||
|
@ -765,45 +806,5 @@ CCTV17农村
|
||||||
apt update;apt install wget 下载必要离线数据,termux下运行如下命令: cd /sdcard/uweb mkdir sitecache cd sitecache wget -U 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)' -x -i ../sniff.log 下载结束后,离线资源就准备妥当,供以后随时使用。 google翻译的情况下,要对部分js作修改,防止每次访问url不同。 </description>
|
apt update;apt install wget 下载必要离线数据,termux下运行如下命令: cd /sdcard/uweb mkdir sitecache cd sitecache wget -U 'Mozilla/5.0 (compatible; MSIE 9.0; Windows NT 6.1; Trident/5.0)' -x -i ../sniff.log 下载结束后,离线资源就准备妥当,供以后随时使用。 google翻译的情况下,要对部分js作修改,防止每次访问url不同。 </description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
|
|
||||||
<description>使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
|
||||||
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
|
||||||
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
|
||||||
配置/sdcard/uweb/default.redirect:
|
|
||||||
文件每一行格式为:
|
|
||||||
域名:正则表达式:替换表达式
|
|
||||||
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。
|
|
||||||
例子文件内容如下:
|
|
||||||
developer.android.com::developer.android.google.cn
|
|
||||||
四种使用重定向的方法:
|
|
||||||
长按链接
|
|
||||||
添加文件&quot;国内镜像.js&quot;至&quot;/sdcard/uweb/longclick&quot;目录下。
|
|
||||||
文件内容如下:
|
|
||||||
//e:%u 其中&quot;e:&quot;为uweb特殊url协议,意为&quot;edit&quot;,即&quot;编辑&quot;。当后面紧跟url网址的情况下会重定向网址。
|
|
||||||
重启uweb后长按链接弹出菜单选&quot;国内镜像&quot;,浏览器将访问网址的国内镜像。若网址为本地文件,则浏览器会自动调用此类文件编辑器。
|
|
||||||
长按工具条图像按钮。
|
|
||||||
长按设置,选中&quot;自定义重定向&quot;。
|
|
||||||
长按设置,选中&quot;自定义资源重定向&quot;。此选项除访问url重定向之外,还可重定向网页中一切资源。
|
|
||||||
更多重定向网址:
|
|
||||||
www.bilibili.com::www.ibilibili.com
|
|
||||||
pan.baidu.com::pan.baiduwp.com
|
|
||||||
www.docin.com::www.docin365.com
|
|
||||||
wenku.baidu.com::wenku.baiduvvv.com
|
|
||||||
detail.tmall.com::detail.tmallvvv.com
|
|
||||||
detail.m.tmall.com::detail.m.tmallvvv.com
|
|
||||||
item.taobao.com::item.taobaovvv.com
|
|
||||||
h5.m.taobao.com::h5.m.taobaovvv.com
|
|
||||||
jd.com::jdvvv.com
|
|
||||||
item.yhd.com::item.yhdvvv.com
|
|
||||||
goods.kaola.com::goods.kaolavvv.com
|
|
||||||
product.dangdang.com::product.dangdangvvv.com
|
|
||||||
item.gome.com.cn::item.gomevvv.com.cn</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|
|
@ -27,7 +27,8 @@
|
||||||
<li><a href="../tags/%e5%9b%bd%e5%a4%96%e7%bd%91%e5%9d%80">国外网址</a> </li>
|
<li><a href="../tags/%e5%9b%bd%e5%a4%96%e7%bd%91%e5%9d%80">国外网址</a> </li>
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<p>使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。</p>
|
<p><a target="_self" href="i:0g/sdcard/uweb/default.redirect:http://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/txt/redirect.cfg">点击添加google recaptcha国内镜像</a></p>
|
||||||
|
<p>使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。</p>
|
||||||
<p>其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。</p>
|
<p>其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。</p>
|
||||||
<p>本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。</p>
|
<p>本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。</p>
|
||||||
<p>配置/sdcard/uweb/default.redirect:<br>
|
<p>配置/sdcard/uweb/default.redirect:<br>
|
||||||
|
|
1
searchurl/txt/redirect.cfg
Normal file
1
searchurl/txt/redirect.cfg
Normal file
|
@ -0,0 +1 @@
|
||||||
|
www.google.com:www.google.com/recaptcha:recaptcha.net/recaptcha
|
25
sitemap.xml
25
sitemap.xml
|
@ -3,10 +3,22 @@
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/</loc>
|
<loc>https://jamesfengcao.gitee.io/uwebzh/</loc>
|
||||||
<lastmod>2022-04-03T00:00:00+00:00</lastmod>
|
<lastmod>2022-04-10T00:00:00+00:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/_posts/</loc>
|
<loc>https://jamesfengcao.gitee.io/uwebzh/_posts/</loc>
|
||||||
<lastmod>2022-04-03T00:00:00+00:00</lastmod>
|
<lastmod>2022-04-10T00:00:00+00:00</lastmod>
|
||||||
|
</url><url>
|
||||||
|
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/</loc>
|
||||||
|
<lastmod>2022-04-10T00:00:00+00:00</lastmod>
|
||||||
|
</url><url>
|
||||||
|
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</loc>
|
||||||
|
<lastmod>2022-04-10T00:00:00+00:00</lastmod>
|
||||||
|
</url><url>
|
||||||
|
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</loc>
|
||||||
|
<lastmod>2022-04-10T00:00:00+00:00</lastmod>
|
||||||
|
</url><url>
|
||||||
|
<loc>https://jamesfengcao.gitee.io/uwebzh/redirect/</loc>
|
||||||
|
<lastmod>2022-04-10T00:00:00+00:00</lastmod>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/globalcss/</loc>
|
<loc>https://jamesfengcao.gitee.io/uwebzh/globalcss/</loc>
|
||||||
<lastmod>2022-04-03T00:00:00+00:00</lastmod>
|
<lastmod>2022-04-03T00:00:00+00:00</lastmod>
|
||||||
|
@ -25,9 +37,6 @@
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/javascript/</loc>
|
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/javascript/</loc>
|
||||||
<lastmod>2022-02-11T00:00:00+00:00</lastmod>
|
<lastmod>2022-02-11T00:00:00+00:00</lastmod>
|
||||||
</url><url>
|
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/</loc>
|
|
||||||
<lastmod>2022-02-11T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/bookmarklet/</loc>
|
<loc>https://jamesfengcao.gitee.io/uwebzh/bookmarklet/</loc>
|
||||||
<lastmod>2022-02-11T00:00:00+00:00</lastmod>
|
<lastmod>2022-02-11T00:00:00+00:00</lastmod>
|
||||||
|
@ -133,8 +142,6 @@
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/adblock_css/</loc>
|
<loc>https://jamesfengcao.gitee.io/uwebzh/adblock_css/</loc>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/hosts/</loc>
|
<loc>https://jamesfengcao.gitee.io/uwebzh/hosts/</loc>
|
||||||
</url><url>
|
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</loc>
|
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/pcdown/</loc>
|
<loc>https://jamesfengcao.gitee.io/uwebzh/pcdown/</loc>
|
||||||
</url><url>
|
</url><url>
|
||||||
|
@ -147,9 +154,5 @@
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/adblock_domain/</loc>
|
<loc>https://jamesfengcao.gitee.io/uwebzh/adblock_domain/</loc>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/offlinecache/</loc>
|
<loc>https://jamesfengcao.gitee.io/uwebzh/offlinecache/</loc>
|
||||||
</url><url>
|
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</loc>
|
|
||||||
</url><url>
|
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/redirect/</loc>
|
|
||||||
</url>
|
</url>
|
||||||
</urlset>
|
</urlset>
|
||||||
|
|
|
@ -6,7 +6,25 @@
|
||||||
<description>Recent content in Tags on </description>
|
<description>Recent content in Tags on </description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Fri, 11 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Sun, 10 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>国外网址</title>
|
||||||
|
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</link>
|
||||||
|
<pubDate>Sun, 10 Apr 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>重定向</title>
|
||||||
|
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</link>
|
||||||
|
<pubDate>Sun, 10 Apr 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>javascript</title>
|
<title>javascript</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/javascript/</link>
|
<link>https://jamesfengcao.gitee.io/uwebzh/tags/javascript/</link>
|
||||||
|
@ -151,15 +169,6 @@
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>国外网址</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</link>
|
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>电视</title>
|
<title>电视</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E7%94%B5%E8%A7%86/</link>
|
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E7%94%B5%E8%A7%86/</link>
|
||||||
|
@ -169,14 +178,5 @@
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>重定向</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</link>
|
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|
|
@ -20,14 +20,14 @@
|
||||||
<ul class="posts">
|
<ul class="posts">
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="../../hosts">
|
<a href="../../redirect">
|
||||||
<span>加速访问国外网站</span>
|
<span>重定向国外网址至国内镜像(附编辑本地文件)</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="../../redirect">
|
<a href="../../hosts">
|
||||||
<span>重定向国外网址至国内镜像(附编辑本地文件)</span>
|
<span>加速访问国外网站</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
|
@ -5,36 +5,16 @@
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</link>
|
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</link>
|
||||||
<description>Recent content in 国外网址 on </description>
|
<description>Recent content in 国外网址 on </description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language>
|
||||||
<item>
|
<lastBuildDate>Sun, 10 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<title>加速访问国外网站</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/hosts/</link>
|
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uwebzh/hosts/</guid>
|
|
||||||
<description>不少国外网站本身虽可访问,但由于网站需要下载其它网址的资源而导致无法访问。根域名屏蔽可屏蔽文件中域名的一切子域名、孙域名、......,从而主动排除这些网址,最终允许浏览器快速访问。
|
|
||||||
使用Android端uweb浏览器。
|
|
||||||
域名文件内容如下:
|
|
||||||
googleadservices.com
|
|
||||||
googlesyndication.com
|
|
||||||
adsense.com
|
|
||||||
googleapis.com
|
|
||||||
google-analytics.com
|
|
||||||
googletagservices.com
|
|
||||||
twitter.com
|
|
||||||
facebook.com
|
|
||||||
fbcdn.net
|
|
||||||
其它国外网址访问技巧:
|
|
||||||
尝试关闭javascript, 譬如程序员网站stackoverflow.com在关闭javascript的情况下国内一般均可快速访问。 关闭网页图片 </description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Sun, 10 Apr 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
|
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
|
||||||
<description>使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
<description>点击添加google recaptcha国内镜像
|
||||||
|
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
||||||
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
||||||
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
||||||
配置/sdcard/uweb/default.redirect:
|
配置/sdcard/uweb/default.redirect:
|
||||||
|
@ -68,5 +48,27 @@ product.dangdang.com::product.dangdangvvv.com
|
||||||
item.gome.com.cn::item.gomevvv.com.cn</description>
|
item.gome.com.cn::item.gomevvv.com.cn</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>加速访问国外网站</title>
|
||||||
|
<link>https://jamesfengcao.gitee.io/uwebzh/hosts/</link>
|
||||||
|
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uwebzh/hosts/</guid>
|
||||||
|
<description>不少国外网站本身虽可访问,但由于网站需要下载其它网址的资源而导致无法访问。根域名屏蔽可屏蔽文件中域名的一切子域名、孙域名、......,从而主动排除这些网址,最终允许浏览器快速访问。
|
||||||
|
使用Android端uweb浏览器。
|
||||||
|
域名文件内容如下:
|
||||||
|
googleadservices.com
|
||||||
|
googlesyndication.com
|
||||||
|
adsense.com
|
||||||
|
googleapis.com
|
||||||
|
google-analytics.com
|
||||||
|
googletagservices.com
|
||||||
|
twitter.com
|
||||||
|
facebook.com
|
||||||
|
fbcdn.net
|
||||||
|
其它国外网址访问技巧:
|
||||||
|
尝试关闭javascript, 譬如程序员网站stackoverflow.com在关闭javascript的情况下国内一般均可快速访问。 关闭网页图片 </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
</rss>
|
</rss>
|
||||||
|
|
|
@ -5,14 +5,16 @@
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</link>
|
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</link>
|
||||||
<description>Recent content in 重定向 on </description>
|
<description>Recent content in 重定向 on </description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/index.xml" rel="self" type="application/rss+xml" />
|
<language>en-us</language>
|
||||||
|
<lastBuildDate>Sun, 10 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Sun, 10 Apr 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
|
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
|
||||||
<description>使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
<description>点击添加google recaptcha国内镜像
|
||||||
|
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
||||||
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
||||||
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
||||||
配置/sdcard/uweb/default.redirect:
|
配置/sdcard/uweb/default.redirect:
|
||||||
|
|
Loading…
Reference in a new issue