mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Wed Feb 23 09:08:11 PM CST 2022
This commit is contained in:
parent
cedf8db44f
commit
bd018e5648
6 changed files with 39 additions and 32 deletions
|
@ -6,7 +6,16 @@
|
||||||
<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>Fri, 11 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Wed, 23 Feb 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/adblock/</link>
|
||||||
|
<pubDate>Wed, 23 Feb 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uwebzh/adblock/</guid>
|
||||||
|
<description> 长按底部工具栏[☰]按钮,选取&quot;禁用iframe&quot;。更多可参看自定义样式。 对简单网页,特别是小说网站,可以长按设置,选取&quot;拦截外链脚本&quot;。可配置白名单js.allow。 全屏无干扰播放。 长按[☰]按钮可隐藏浮动信息。 双正则表达式根域名隐藏。 url.deny。需要屏蔽的url正则表达式(java语法),忽视回车,可用&quot;#&quot;开头注释。 针对特定网站的脚本样式。 直接关闭图像。 关闭[JS]脚本。 </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>小书签</title>
|
<title>小书签</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/bookmarklet/</link>
|
<link>https://jamesfengcao.gitee.io/uwebzh/bookmarklet/</link>
|
||||||
|
@ -185,6 +194,8 @@ UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA
|
||||||
&quot;night.css&quot;:夜间模式,代替超微内部实现
|
&quot;night.css&quot;:夜间模式,代替超微内部实现
|
||||||
&quot;bookmarklet/videoplayer.js&quot;:用户定义视频播放
|
&quot;bookmarklet/videoplayer.js&quot;:用户定义视频播放
|
||||||
&quot;types.sniff&quot;:嗅探类型
|
&quot;types.sniff&quot;:嗅探类型
|
||||||
|
&quot;js.allow&quot;:外链js白名单
|
||||||
|
&quot;url.deny&quot;:需要屏蔽的url正则表达式(java语法),忽视回车,可用&quot;#&quot;开头注释。
|
||||||
&quot;sniff.log&quot;:嗅探结果
|
&quot;sniff.log&quot;:嗅探结果
|
||||||
&quot;history.rec&quot;:访问历史
|
&quot;history.rec&quot;:访问历史
|
||||||
&quot;query.rec&quot;:查询历史
|
&quot;query.rec&quot;:查询历史
|
||||||
|
@ -393,15 +404,6 @@ pdf:uweb:echo file:///sdcard/uweb/app/pdf.js/web/viewer.html?file=%u djvu:uweb:e
|
||||||
如果用户配置中处理命令用到curl,则需要安装Termux,并在Termux中安装curl (&quot;apt install curl&quot;)。</description>
|
如果用户配置中处理命令用到curl,则需要安装Termux,并在Termux中安装curl (&quot;apt install curl&quot;)。</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>信息隐藏技术总览</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/adblock/</link>
|
|
||||||
<pubDate>Sun, 23 Aug 2020 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uwebzh/adblock/</guid>
|
|
||||||
<description> 长按底部工具栏[☰]按钮,选取&quot;禁用iframe&quot;。更多可参看自定义样式。 对简单网页,特别是小说网站,可以长按设置,选取&quot;拦截外链脚本&quot;。 全屏无干扰播放。 长按[☰]按钮可隐藏浮动信息。 双正则表达式根域名隐藏。 针对特定网站的脚本样式。 直接关闭图像。 关闭[JS]脚本。 </description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>html5应用</title>
|
<title>html5应用</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/html5/</link>
|
<link>https://jamesfengcao.gitee.io/uwebzh/html5/</link>
|
||||||
|
|
|
@ -25,10 +25,11 @@
|
||||||
</ul>
|
</ul>
|
||||||
<ul>
|
<ul>
|
||||||
<li>长按底部工具栏[☰]按钮,选取"禁用iframe"。更多可参看<a href="../adblock_css">自定义样式</a>。</li>
|
<li>长按底部工具栏[☰]按钮,选取"禁用iframe"。更多可参看<a href="../adblock_css">自定义样式</a>。</li>
|
||||||
<li>对简单网页,特别是小说网站,可以长按设置,选取"拦截外链脚本"。</li>
|
<li>对简单网页,特别是小说网站,可以长按设置,选取"拦截外链脚本"。可<a href="file:///sdcard/uweb/js.allow">配置白名单js.allow</a>。</li>
|
||||||
<li><a href="../video">全屏无干扰播放</a>。</li>
|
<li><a href="../video">全屏无干扰播放</a>。</li>
|
||||||
<li>长按[☰]按钮可隐藏浮动信息。</li>
|
<li>长按[☰]按钮可隐藏浮动信息。</li>
|
||||||
<li><a href="../adblock_hosts">双正则表达式根域名隐藏</a>。</li>
|
<li><a href="../adblock_hosts">双正则表达式根域名隐藏</a>。</li>
|
||||||
|
<li><a href="file:///sdcard/uweb/url.deny">url.deny</a>。需要屏蔽的url正则表达式(java语法),忽视回车,可用"#"开头注释。</li>
|
||||||
<li><a href="../sitejs">针对特定网站的脚本样式</a>。</li>
|
<li><a href="../sitejs">针对特定网站的脚本样式</a>。</li>
|
||||||
<li>直接关闭图像。</li>
|
<li>直接关闭图像。</li>
|
||||||
<li>关闭[JS]脚本。</li>
|
<li>关闭[JS]脚本。</li>
|
||||||
|
|
|
@ -67,6 +67,8 @@
|
||||||
"<a href="e:file:///sdcard/uweb/night.css">night.css</a>":<a href="../globalcss">夜间模式</a>,代替超微内部实现<br>
|
"<a href="e:file:///sdcard/uweb/night.css">night.css</a>":<a href="../globalcss">夜间模式</a>,代替超微内部实现<br>
|
||||||
"bookmarklet/videoplayer.js":<a href="../video">用户定义视频播放</a><br>
|
"bookmarklet/videoplayer.js":<a href="../video">用户定义视频播放</a><br>
|
||||||
"<a href="e:file:///sdcard/uweb/types.sniff">types.sniff</a>":嗅探类型<br>
|
"<a href="e:file:///sdcard/uweb/types.sniff">types.sniff</a>":嗅探类型<br>
|
||||||
|
"js.allow":外链js白名单<br>
|
||||||
|
"url.deny":需要屏蔽的url正则表达式(java语法),忽视回车,可用"#"开头注释。<br>
|
||||||
"<a href="file:///sdcard/uweb/sniff.log">sniff.log</a>":嗅探结果<br>
|
"<a href="file:///sdcard/uweb/sniff.log">sniff.log</a>":嗅探结果<br>
|
||||||
"<a href="file:///sdcard/uweb/history.rec">history.rec</a>":访问历史<br>
|
"<a href="file:///sdcard/uweb/history.rec">history.rec</a>":访问历史<br>
|
||||||
"<a href="file:///sdcard/uweb/query.rec">query.rec</a>":查询历史</p>
|
"<a href="file:///sdcard/uweb/query.rec">query.rec</a>":查询历史</p>
|
||||||
|
|
12
index.html
12
index.html
|
@ -74,6 +74,12 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a href="adblock">
|
||||||
|
<span>信息隐藏技术总览</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="bookmarklet">
|
<a href="bookmarklet">
|
||||||
<span>小书签</span>
|
<span>小书签</span>
|
||||||
|
@ -164,12 +170,6 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="adblock">
|
|
||||||
<span>信息隐藏技术总览</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="html5">
|
<a href="html5">
|
||||||
<span>html5应用</span>
|
<span>html5应用</span>
|
||||||
|
|
22
index.xml
22
index.xml
|
@ -6,7 +6,16 @@
|
||||||
<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>Fri, 11 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
|
<lastBuildDate>Wed, 23 Feb 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/adblock/</link>
|
||||||
|
<pubDate>Wed, 23 Feb 2022 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uwebzh/adblock/</guid>
|
||||||
|
<description> 长按底部工具栏[☰]按钮,选取&quot;禁用iframe&quot;。更多可参看自定义样式。 对简单网页,特别是小说网站,可以长按设置,选取&quot;拦截外链脚本&quot;。可配置白名单js.allow。 全屏无干扰播放。 长按[☰]按钮可隐藏浮动信息。 双正则表达式根域名隐藏。 url.deny。需要屏蔽的url正则表达式(java语法),忽视回车,可用&quot;#&quot;开头注释。 针对特定网站的脚本样式。 直接关闭图像。 关闭[JS]脚本。 </description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>小书签</title>
|
<title>小书签</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/bookmarklet/</link>
|
<link>https://jamesfengcao.gitee.io/uwebzh/bookmarklet/</link>
|
||||||
|
@ -185,6 +194,8 @@ UA为非默认时,点击PC按钮将恢复UA为默认,同时触发不保存UA
|
||||||
&quot;night.css&quot;:夜间模式,代替超微内部实现
|
&quot;night.css&quot;:夜间模式,代替超微内部实现
|
||||||
&quot;bookmarklet/videoplayer.js&quot;:用户定义视频播放
|
&quot;bookmarklet/videoplayer.js&quot;:用户定义视频播放
|
||||||
&quot;types.sniff&quot;:嗅探类型
|
&quot;types.sniff&quot;:嗅探类型
|
||||||
|
&quot;js.allow&quot;:外链js白名单
|
||||||
|
&quot;url.deny&quot;:需要屏蔽的url正则表达式(java语法),忽视回车,可用&quot;#&quot;开头注释。
|
||||||
&quot;sniff.log&quot;:嗅探结果
|
&quot;sniff.log&quot;:嗅探结果
|
||||||
&quot;history.rec&quot;:访问历史
|
&quot;history.rec&quot;:访问历史
|
||||||
&quot;query.rec&quot;:查询历史
|
&quot;query.rec&quot;:查询历史
|
||||||
|
@ -393,15 +404,6 @@ pdf:uweb:echo file:///sdcard/uweb/app/pdf.js/web/viewer.html?file=%u djvu:uweb:e
|
||||||
如果用户配置中处理命令用到curl,则需要安装Termux,并在Termux中安装curl (&quot;apt install curl&quot;)。</description>
|
如果用户配置中处理命令用到curl,则需要安装Termux,并在Termux中安装curl (&quot;apt install curl&quot;)。</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>信息隐藏技术总览</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/adblock/</link>
|
|
||||||
<pubDate>Sun, 23 Aug 2020 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uwebzh/adblock/</guid>
|
|
||||||
<description> 长按底部工具栏[☰]按钮,选取&quot;禁用iframe&quot;。更多可参看自定义样式。 对简单网页,特别是小说网站,可以长按设置,选取&quot;拦截外链脚本&quot;。 全屏无干扰播放。 长按[☰]按钮可隐藏浮动信息。 双正则表达式根域名隐藏。 针对特定网站的脚本样式。 直接关闭图像。 关闭[JS]脚本。 </description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>html5应用</title>
|
<title>html5应用</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uwebzh/html5/</link>
|
<link>https://jamesfengcao.gitee.io/uwebzh/html5/</link>
|
||||||
|
|
10
sitemap.xml
10
sitemap.xml
|
@ -3,10 +3,13 @@
|
||||||
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-02-11T00:00:00+00:00</lastmod>
|
<lastmod>2022-02-23T00: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-02-11T00:00:00+00:00</lastmod>
|
<lastmod>2022-02-23T00:00:00+00:00</lastmod>
|
||||||
|
</url><url>
|
||||||
|
<loc>https://jamesfengcao.gitee.io/uwebzh/adblock/</loc>
|
||||||
|
<lastmod>2022-02-23T00:00:00+00:00</lastmod>
|
||||||
</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>
|
||||||
|
@ -97,9 +100,6 @@
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/filecap/</loc>
|
<loc>https://jamesfengcao.gitee.io/uwebzh/filecap/</loc>
|
||||||
<lastmod>2020-08-24T00:00:00+00:00</lastmod>
|
<lastmod>2020-08-24T00:00:00+00:00</lastmod>
|
||||||
</url><url>
|
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/adblock/</loc>
|
|
||||||
<lastmod>2020-08-23T00:00:00+00:00</lastmod>
|
|
||||||
</url><url>
|
</url><url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uwebzh/html5/</loc>
|
<loc>https://jamesfengcao.gitee.io/uwebzh/html5/</loc>
|
||||||
<lastmod>2020-08-20T00:00:00+00:00</lastmod>
|
<lastmod>2020-08-20T00:00:00+00:00</lastmod>
|
||||||
|
|
Loading…
Reference in a new issue