mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
update global redirection docs
This commit is contained in:
parent
2704b2f1cc
commit
a7caf970e6
11 changed files with 187 additions and 185 deletions
|
@ -11,7 +11,7 @@
|
||||||
<sitemap>
|
<sitemap>
|
||||||
<loc>zh/sitemap.xml</loc>
|
<loc>zh/sitemap.xml</loc>
|
||||||
|
|
||||||
<lastmod>2023-04-10T08:19:24+08:00</lastmod>
|
<lastmod>2023-04-12T13:54:50+08:00</lastmod>
|
||||||
|
|
||||||
</sitemap>
|
</sitemap>
|
||||||
|
|
||||||
|
|
|
@ -5,7 +5,51 @@
|
||||||
<link>/zh/_posts/</link>
|
<link>/zh/_posts/</link>
|
||||||
<description>Recent content in _posts on 超微浏览器: 威、快、高效、极致优化</description>
|
<description>Recent content in _posts on 超微浏览器: 威、快、高效、极致优化</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<lastBuildDate>Mon, 10 Apr 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Tue, 11 Apr 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>重定向网址</title>
|
||||||
|
<link>/zh/redirect/</link>
|
||||||
|
<pubDate>Tue, 11 Apr 2023 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>/zh/redirect/</guid>
|
||||||
|
<description>全局重定向 长按设置,选中&quot;自定义资源重定向&quot;。此时如果全局重定向url为有效网址,则所有网络访问被内部重定向至url: &quot;[全局重定向url]+[原始url]&quot;。
|
||||||
|
创建免费魔法重定向,说明类似但代码不同
|
||||||
|
cloudflare workers 全局重定向代码
|
||||||
|
重定向文件 &quot;default.redirect&quot; (仅在无有效全局重定向url时生效) 点击添加google recaptcha国内镜像
|
||||||
|
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
||||||
|
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
||||||
|
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
||||||
|
配置default.redirect:
|
||||||
|
文件每一行格式为:
|
||||||
|
域名:正则表达式:替换表达式
|
||||||
|
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。正则表达式,替换表达式同时为空时无重定向作用,但域名会允许CORS跨域访问 (目前仅对&quot;GET&quot; request生效)。
|
||||||
|
例子文件内容如下:
|
||||||
|
developer.android.com::developer.android.google.cn
|
||||||
|
四种使用重定向的方法:
|
||||||
|
长按链接
|
||||||
|
添加文件&quot;国内镜像.js&quot;至&quot;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>常用链接</title>
|
<title>常用链接</title>
|
||||||
<link>/zh/links/</link>
|
<link>/zh/links/</link>
|
||||||
|
@ -257,50 +301,6 @@ gozer 广告屏蔽样式
|
||||||
对这一部分不良信息而言,我们可以利用超微浏览器的自定义样式功能加以屏蔽。</description>
|
对这一部分不良信息而言,我们可以利用超微浏览器的自定义样式功能加以屏蔽。</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>重定向网址至国内镜像</title>
|
|
||||||
<link>/zh/redirect/</link>
|
|
||||||
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>/zh/redirect/</guid>
|
|
||||||
<description>github mirror:fastgit
|
|
||||||
github mirror 2
|
|
||||||
github mirror 3
|
|
||||||
点击添加google recaptcha国内镜像
|
|
||||||
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
|
||||||
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
|
||||||
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
|
||||||
配置default.redirect:
|
|
||||||
文件每一行格式为:
|
|
||||||
域名:正则表达式:替换表达式
|
|
||||||
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。正则表达式,替换表达式同时为空时无重定向作用,但域名会允许CORS跨域访问 (目前仅对&quot;GET&quot; request生效)。
|
|
||||||
例子文件内容如下:
|
|
||||||
developer.android.com::developer.android.google.cn
|
|
||||||
四种使用重定向的方法:
|
|
||||||
长按链接
|
|
||||||
添加文件&quot;国内镜像.js&quot;至&quot;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>操作选中(富)文本/元素</title>
|
<title>操作选中(富)文本/元素</title>
|
||||||
<link>/zh/pccopy/</link>
|
<link>/zh/pccopy/</link>
|
||||||
|
|
|
@ -99,6 +99,12 @@
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a href="redirect/index.html">
|
||||||
|
<span>重定向网址</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="links/index.html">
|
<a href="links/index.html">
|
||||||
<span>常用链接</span>
|
<span>常用链接</span>
|
||||||
|
@ -153,12 +159,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="pccopy/index.html">
|
<a href="pccopy/index.html">
|
||||||
<span>操作选中(富)文本/元素</span>
|
<span>操作选中(富)文本/元素</span>
|
||||||
|
|
90
zh/index.xml
90
zh/index.xml
|
@ -5,7 +5,51 @@
|
||||||
<link>/zh/</link>
|
<link>/zh/</link>
|
||||||
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
|
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<lastBuildDate>Mon, 10 Apr 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Tue, 11 Apr 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>重定向网址</title>
|
||||||
|
<link>/zh/redirect/</link>
|
||||||
|
<pubDate>Tue, 11 Apr 2023 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>/zh/redirect/</guid>
|
||||||
|
<description>全局重定向 长按设置,选中&quot;自定义资源重定向&quot;。此时如果全局重定向url为有效网址,则所有网络访问被内部重定向至url: &quot;[全局重定向url]+[原始url]&quot;。
|
||||||
|
创建免费魔法重定向,说明类似但代码不同
|
||||||
|
cloudflare workers 全局重定向代码
|
||||||
|
重定向文件 &quot;default.redirect&quot; (仅在无有效全局重定向url时生效) 点击添加google recaptcha国内镜像
|
||||||
|
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
||||||
|
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
||||||
|
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
||||||
|
配置default.redirect:
|
||||||
|
文件每一行格式为:
|
||||||
|
域名:正则表达式:替换表达式
|
||||||
|
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。正则表达式,替换表达式同时为空时无重定向作用,但域名会允许CORS跨域访问 (目前仅对&quot;GET&quot; request生效)。
|
||||||
|
例子文件内容如下:
|
||||||
|
developer.android.com::developer.android.google.cn
|
||||||
|
四种使用重定向的方法:
|
||||||
|
长按链接
|
||||||
|
添加文件&quot;国内镜像.js&quot;至&quot;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>常用链接</title>
|
<title>常用链接</title>
|
||||||
<link>/zh/links/</link>
|
<link>/zh/links/</link>
|
||||||
|
@ -465,50 +509,6 @@ Selection to paragraph:;let g='paragraph';getSelection().modify('mov
|
||||||
其中url可以为本地http脚本地址。譬如'https://local/...' (本地html5应用或离线缓存)。此时,js脚本也可使用.link文件方式调用。</description>
|
其中url可以为本地http脚本地址。譬如'https://local/...' (本地html5应用或离线缓存)。此时,js脚本也可使用.link文件方式调用。</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>重定向网址至国内镜像</title>
|
|
||||||
<link>/zh/redirect/</link>
|
|
||||||
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>/zh/redirect/</guid>
|
|
||||||
<description>github mirror:fastgit
|
|
||||||
github mirror 2
|
|
||||||
github mirror 3
|
|
||||||
点击添加google recaptcha国内镜像
|
|
||||||
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
|
||||||
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
|
||||||
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
|
||||||
配置default.redirect:
|
|
||||||
文件每一行格式为:
|
|
||||||
域名:正则表达式:替换表达式
|
|
||||||
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。正则表达式,替换表达式同时为空时无重定向作用,但域名会允许CORS跨域访问 (目前仅对&quot;GET&quot; request生效)。
|
|
||||||
例子文件内容如下:
|
|
||||||
developer.android.com::developer.android.google.cn
|
|
||||||
四种使用重定向的方法:
|
|
||||||
长按链接
|
|
||||||
添加文件&quot;国内镜像.js&quot;至&quot;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>操作选中(富)文本/元素</title>
|
<title>操作选中(富)文本/元素</title>
|
||||||
<link>/zh/pccopy/</link>
|
<link>/zh/pccopy/</link>
|
||||||
|
|
|
@ -5,7 +5,7 @@
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||||
|
|
||||||
<link rel="stylesheet" href="../style.css" type="text/css" />
|
<link rel="stylesheet" href="../style.css" type="text/css" />
|
||||||
<title>重定向网址至国内镜像</title>
|
<title>重定向网址</title>
|
||||||
<script type="text/javascript">
|
<script type="text/javascript">
|
||||||
function findLang(){
|
function findLang(){
|
||||||
let href = location.href;
|
let href = location.href;
|
||||||
|
@ -40,7 +40,7 @@
|
||||||
<br />
|
<br />
|
||||||
|
|
||||||
<div class="container">
|
<div class="container">
|
||||||
<h1 class="title">重定向网址至国内镜像
|
<h1 class="title">重定向网址
|
||||||
<br>
|
<br>
|
||||||
<span class="subtitle"></span>
|
<span class="subtitle"></span>
|
||||||
</h1>
|
</h1>
|
||||||
|
@ -51,9 +51,11 @@
|
||||||
<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><a href="i:0gdefault.redirect::github.com::hub.fastgit.xyz%0A">github mirror:fastgit</a><br>
|
<h4 id="全局重定向">全局重定向</h4>
|
||||||
<a href="i:0gdefault.redirect::github.com::hub.0z.gs%0A">github mirror 2</a><br>
|
<p>长按设置,选中"自定义资源重定向"。此时如果<a href="i:60/data/data/info.torapp.uweb/files/config.html:https://jamesfengcao.codeberg.page/zh/searchurl/config.html">全局重定向url</a>为有效网址,则所有网络访问被内部重定向至url: "[全局重定向url]+[原始url]"。</p>
|
||||||
<a href="i:0gdefault.redirect::github.com::api.mtr.pub%0A">github mirror 3</a></p>
|
<p><a href="https://gitee.com/jja8/NewBingGoGo.wikis/blob/master/%E5%88%9B%E5%BB%BA%E9%AD%94%E6%B3%95%E9%93%BE%E6%8E%A5/%E4%BD%BF%E7%94%A8%E5%85%8D%E8%B4%B9%E7%9A%84%E7%9A%84%E4%BA%91%E6%9C%8D%E5%8A%A1%E6%8F%90%E4%BE%9B%E5%95%86%E5%88%9B%E5%BB%BA%E9%AD%94%E6%B3%95%E9%93%BE%E6%8E%A5.md">创建免费魔法重定向,说明类似但代码不同</a><br>
|
||||||
|
<a href="../../en/searchurl/cloudflare/redirect.js">cloudflare workers 全局重定向代码</a></p>
|
||||||
|
<h4 id="重定向文件-defaultredirect-仅在无有效全局重定向url时生效">重定向文件 "default.redirect" (仅在无有效全局重定向url时生效)</h4>
|
||||||
<p><a target="_self" href="i:0gdefault.redirect:../searchurl/txt/redirect.cfg">点击添加google recaptcha国内镜像</a></p>
|
<p><a target="_self" href="i:0gdefault.redirect:../searchurl/txt/redirect.cfg">点击添加google recaptcha国内镜像</a></p>
|
||||||
<p>使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。</p>
|
<p>使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。</p>
|
||||||
<p>其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。</p>
|
<p>其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。</p>
|
||||||
|
@ -100,8 +102,8 @@ product.dangdang.com::product.dangdangvvv.com<br>
|
||||||
item.gome.com.cn::item.gomevvv.com.cn</p>
|
item.gome.com.cn::item.gomevvv.com.cn</p>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<p>Last Modified: 20 February 2023<br>
|
<p>Last Modified: 12 April 2023<br>
|
||||||
use relative path<br>
|
update global redirection<br>
|
||||||
<pre></pre>
|
<pre></pre>
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
|
|
|
@ -3,7 +3,7 @@
|
||||||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||||
<url>
|
<url>
|
||||||
<loc>/zh/_posts/</loc>
|
<loc>/zh/_posts/</loc>
|
||||||
<lastmod>2023-04-10T08:19:24+08:00</lastmod>
|
<lastmod>2023-04-12T13:54:50+08:00</lastmod>
|
||||||
<xhtml:link
|
<xhtml:link
|
||||||
rel="alternate"
|
rel="alternate"
|
||||||
hreflang="en"
|
hreflang="en"
|
||||||
|
@ -14,6 +14,51 @@
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
href="/zh/_posts/"
|
href="/zh/_posts/"
|
||||||
/>
|
/>
|
||||||
|
</url><url>
|
||||||
|
<loc>/zh/tags/</loc>
|
||||||
|
<lastmod>2023-04-12T13:54:50+08:00</lastmod>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="en"
|
||||||
|
href="/en/tags/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="zh"
|
||||||
|
href="/zh/tags/"
|
||||||
|
/>
|
||||||
|
</url><url>
|
||||||
|
<loc>/zh/</loc>
|
||||||
|
<lastmod>2023-04-12T13:54:50+08:00</lastmod>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="en"
|
||||||
|
href="/en/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="zh"
|
||||||
|
href="/zh/"
|
||||||
|
/>
|
||||||
|
</url><url>
|
||||||
|
<loc>/zh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</loc>
|
||||||
|
<lastmod>2023-04-12T13:54:50+08:00</lastmod>
|
||||||
|
</url><url>
|
||||||
|
<loc>/zh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</loc>
|
||||||
|
<lastmod>2023-04-12T13:54:50+08:00</lastmod>
|
||||||
|
</url><url>
|
||||||
|
<loc>/zh/redirect/</loc>
|
||||||
|
<lastmod>2023-04-12T13:54:50+08:00</lastmod>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="en"
|
||||||
|
href="/en/redirect/"
|
||||||
|
/>
|
||||||
|
<xhtml:link
|
||||||
|
rel="alternate"
|
||||||
|
hreflang="zh"
|
||||||
|
href="/zh/redirect/"
|
||||||
|
/>
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/zh/links/</loc>
|
<loc>/zh/links/</loc>
|
||||||
<lastmod>2023-04-10T08:19:24+08:00</lastmod>
|
<lastmod>2023-04-10T08:19:24+08:00</lastmod>
|
||||||
|
@ -27,19 +72,6 @@
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
href="/zh/links/"
|
href="/zh/links/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
|
||||||
<loc>/zh/</loc>
|
|
||||||
<lastmod>2023-04-10T08:19:24+08:00</lastmod>
|
|
||||||
<xhtml:link
|
|
||||||
rel="alternate"
|
|
||||||
hreflang="en"
|
|
||||||
href="/en/"
|
|
||||||
/>
|
|
||||||
<xhtml:link
|
|
||||||
rel="alternate"
|
|
||||||
hreflang="zh"
|
|
||||||
href="/zh/"
|
|
||||||
/>
|
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/zh/tips/</loc>
|
<loc>/zh/tips/</loc>
|
||||||
<lastmod>2023-04-07T14:38:07+08:00</lastmod>
|
<lastmod>2023-04-07T14:38:07+08:00</lastmod>
|
||||||
|
@ -79,19 +111,6 @@
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
href="/zh/tags/javascript/"
|
href="/zh/tags/javascript/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
|
||||||
<loc>/zh/tags/</loc>
|
|
||||||
<lastmod>2023-03-04T17:51:12+08:00</lastmod>
|
|
||||||
<xhtml:link
|
|
||||||
rel="alternate"
|
|
||||||
hreflang="en"
|
|
||||||
href="/en/tags/"
|
|
||||||
/>
|
|
||||||
<xhtml:link
|
|
||||||
rel="alternate"
|
|
||||||
hreflang="zh"
|
|
||||||
href="/zh/tags/"
|
|
||||||
/>
|
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/zh/sitejs/</loc>
|
<loc>/zh/sitejs/</loc>
|
||||||
<lastmod>2023-01-28T09:50:42+08:00</lastmod>
|
<lastmod>2023-01-28T09:50:42+08:00</lastmod>
|
||||||
|
@ -244,25 +263,6 @@
|
||||||
hreflang="zh"
|
hreflang="zh"
|
||||||
href="/zh/rjs/"
|
href="/zh/rjs/"
|
||||||
/>
|
/>
|
||||||
</url><url>
|
|
||||||
<loc>/zh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</loc>
|
|
||||||
<lastmod>2023-02-20T21:58:11+08:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>/zh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</loc>
|
|
||||||
<lastmod>2023-02-20T21:58:11+08:00</lastmod>
|
|
||||||
</url><url>
|
|
||||||
<loc>/zh/redirect/</loc>
|
|
||||||
<lastmod>2023-02-20T21:58:11+08:00</lastmod>
|
|
||||||
<xhtml:link
|
|
||||||
rel="alternate"
|
|
||||||
hreflang="en"
|
|
||||||
href="/en/redirect/"
|
|
||||||
/>
|
|
||||||
<xhtml:link
|
|
||||||
rel="alternate"
|
|
||||||
hreflang="zh"
|
|
||||||
href="/zh/redirect/"
|
|
||||||
/>
|
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>/zh/tags/pc/</loc>
|
<loc>/zh/tags/pc/</loc>
|
||||||
<lastmod>2023-02-20T21:55:46+08:00</lastmod>
|
<lastmod>2023-02-20T21:55:46+08:00</lastmod>
|
||||||
|
|
|
@ -5,7 +5,25 @@
|
||||||
<link>/zh/tags/</link>
|
<link>/zh/tags/</link>
|
||||||
<description>Recent content in Tags on 超微浏览器: 威、快、高效、极致优化</description>
|
<description>Recent content in Tags on 超微浏览器: 威、快、高效、极致优化</description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<lastBuildDate>Sat, 28 Jan 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Tue, 11 Apr 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
<item>
|
||||||
|
<title>国外网址</title>
|
||||||
|
<link>/zh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</link>
|
||||||
|
<pubDate>Tue, 11 Apr 2023 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>/zh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>重定向</title>
|
||||||
|
<link>/zh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</link>
|
||||||
|
<pubDate>Tue, 11 Apr 2023 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>/zh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>css</title>
|
<title>css</title>
|
||||||
<link>/zh/tags/css/</link>
|
<link>/zh/tags/css/</link>
|
||||||
|
@ -33,24 +51,6 @@
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>国外网址</title>
|
|
||||||
<link>/zh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</link>
|
|
||||||
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>/zh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>重定向</title>
|
|
||||||
<link>/zh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</link>
|
|
||||||
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>/zh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>PC</title>
|
<title>PC</title>
|
||||||
<link>/zh/tags/pc/</link>
|
<link>/zh/tags/pc/</link>
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="../../redirect">
|
<a href="../../redirect">
|
||||||
<span>重定向网址至国内镜像</span>
|
<span>重定向网址</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
|
@ -5,17 +5,17 @@
|
||||||
<link>/zh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/</link>
|
<link>/zh/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>
|
||||||
<lastBuildDate>Mon, 25 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Tue, 11 Apr 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/%E5%9B%BD%E5%A4%96%E7%BD%91%E5%9D%80/index.xml" rel="self" type="application/rss+xml" />
|
||||||
<item>
|
<item>
|
||||||
<title>重定向网址至国内镜像</title>
|
<title>重定向网址</title>
|
||||||
<link>/zh/redirect/</link>
|
<link>/zh/redirect/</link>
|
||||||
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
|
<pubDate>Tue, 11 Apr 2023 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>/zh/redirect/</guid>
|
<guid>/zh/redirect/</guid>
|
||||||
<description>github mirror:fastgit
|
<description>全局重定向 长按设置,选中&quot;自定义资源重定向&quot;。此时如果全局重定向url为有效网址,则所有网络访问被内部重定向至url: &quot;[全局重定向url]+[原始url]&quot;。
|
||||||
github mirror 2
|
创建免费魔法重定向,说明类似但代码不同
|
||||||
github mirror 3
|
cloudflare workers 全局重定向代码
|
||||||
点击添加google recaptcha国内镜像
|
重定向文件 &quot;default.redirect&quot; (仅在无有效全局重定向url时生效) 点击添加google recaptcha国内镜像
|
||||||
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
||||||
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
||||||
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
||||||
|
|
|
@ -41,7 +41,7 @@
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="../../redirect">
|
<a href="../../redirect">
|
||||||
<span>重定向网址至国内镜像</span>
|
<span>重定向网址</span>
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
|
|
@ -5,17 +5,17 @@
|
||||||
<link>/zh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/</link>
|
<link>/zh/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>
|
||||||
<lastBuildDate>Mon, 25 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="/zh/tags/%E9%87%8D%E5%AE%9A%E5%90%91/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Tue, 11 Apr 2023 00:00:00 +0000</lastBuildDate><atom:link href="/zh/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>/zh/redirect/</link>
|
<link>/zh/redirect/</link>
|
||||||
<pubDate>Mon, 25 Apr 2022 00:00:00 +0000</pubDate>
|
<pubDate>Tue, 11 Apr 2023 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>/zh/redirect/</guid>
|
<guid>/zh/redirect/</guid>
|
||||||
<description>github mirror:fastgit
|
<description>全局重定向 长按设置,选中&quot;自定义资源重定向&quot;。此时如果全局重定向url为有效网址,则所有网络访问被内部重定向至url: &quot;[全局重定向url]+[原始url]&quot;。
|
||||||
github mirror 2
|
创建免费魔法重定向,说明类似但代码不同
|
||||||
github mirror 3
|
cloudflare workers 全局重定向代码
|
||||||
点击添加google recaptcha国内镜像
|
重定向文件 &quot;default.redirect&quot; (仅在无有效全局重定向url时生效) 点击添加google recaptcha国内镜像
|
||||||
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
使用服务器在国外的搜索引擎体验往往不如国内的引擎。由于网站屏蔽的原因,两者之间索引权重差别很大。国外受欢迎的技术类网站因此难以在百度上搜到;国外引擎能搜到但由于其中不少结果无法访问而体验糟糕。
|
||||||
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
其实,很多技术类网站在国内早有镜像,但由于镜像并非众所周知,其索引权重在百度上微不足道,非专门搜索不可得。
|
||||||
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
本文介绍一种技术,可重定向国外网址至国内镜像,极大的提高国外引擎的体验,让更多用户更客观的理解全球技术。
|
||||||
|
|
Loading…
Reference in a new issue