mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Fri Apr 22 08:24:46 PM CST 2022
This commit is contained in:
parent
8b232c143a
commit
05fee5f3ed
15 changed files with 196 additions and 183 deletions
|
@ -6,14 +6,15 @@
|
|||
<description>Recent content in _posts on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Mon, 18 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>Fri, 22 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/links/</link>
|
||||
<pubDate>Mon, 18 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/links/</guid>
|
||||
<description>点击以下链接可安装至常用链接
|
||||
显示网站安全证书
|
||||
a:nth-child(2)');if(offBtn){clearInterval(rsc);var wsc=setInterval(function(){offBtn.click();var textarea=document.querySelector('.fileurl-input__containertextarea');if(textarea){clearInterval(wsc);textarea.value='%25u';var event=document.createEvent('HTMLEvents');event.initEvent('input',false,true);textarea.dispatchEvent(event);document.querySelector('.pan-dialog-btn__primary').click();}},200);}},1000);}%0A"迅雷盘离线
|
||||
点击安装Cookie延期,地址栏内删除特殊字符,站内搜索,seedr离线下载等
|
||||
点击安装离线下载(pcloud,furk,微云等)
|
||||
|
@ -47,14 +48,48 @@ socks代理
|
|||
将url作为网站访问。
|
||||
i:15[string]
|
||||
设置地址栏内容为[string]
|
||||
i:16[mimetype]:[Action Name]:[App Name]:[Activity Name]
|
||||
读取第三方应用输入。</description>
|
||||
i:16[mimetype]:[Action Name]:[App Name]:[Activity Name]</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>google划词翻译
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
checked.js: 运行配置目录下checked.js,其返回值作为命令行标准输入。对任何目录型(以“/”结尾)文件url,后面可附&quot;?[文件前缀][[文件后缀]]&quot;。譬如&quot;file:///sdcard/?.png&quot;会列举出&quot;/sdcard&quot;目录下所有.png文件。此时选择选定文件,则可利用checked.js复制文件至PC。(参看下面具体配置)
|
||||
配置/sdcard/uweb/default.select如下:
|
||||
复制文本到地址栏:uweb:printf i:15;cat
|
||||
笔记::(cat;echo;echo;)&gt;&gt;notes.txt
|
||||
富文本笔记:html:(cat;echo '&lt;p&gt;&lt;/p&gt;';echo;)&gt;&gt;notes.html
|
||||
命名笔记::(cat;echo;echo;)&gt;&gt;%s
|
||||
复制至PC剪贴板::ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制富文本至PC剪贴板:html:ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制文件至PC:checked.js:while read fname;do scp $fname [user:password]@192.168.2.102:Downloads/.; done
|
||||
如使用剪贴板功能手机需安装uweb定制Termux,并在termux下安装openssl。
|
||||
此处假定远程PC的IP地址为192.168.2.102,PC已经开通了ssh服务。建议用户配置ssh服务为免密码登录,此时用户无需将密码写入文件default.select。用户PC上安装有xsel剪贴板工具。使用其它工具请酌情修改。
|
||||
采用以上配置,笔记将储存在/sdcard/uweb目录下文件note.txt或note.html中(富文本)。命名笔记储存文件则由用户在地址栏输入框内指定。
|
||||
手机其它应用中的文本可选中后分享给超微浏览器,再由超微浏览器作笔记或进一步分享给PC。如果其它应用无法分享选中文本,这种情况可以先复制文本至剪贴板。长按链接按钮选择适当功能即可复制至PC剪贴板。
|
||||
Windows PC 对Windows PC而言,vista及以后自带clip.exe,此时配置如下:
|
||||
复制文本至PC剪贴板::ssh [user:password]@192.168.2.102 clip.exe
|
||||
其它推荐工具(读取PC剪贴板):
|
||||
pclip</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
||||
<pubDate>Sun, 10 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Tue, 19 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
|
||||
<description>点击添加google recaptcha国内镜像
|
||||
|
@ -64,7 +99,7 @@ socks代理
|
|||
配置/sdcard/uweb/default.redirect:
|
||||
文件每一行格式为:
|
||||
域名:正则表达式:替换表达式
|
||||
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。
|
||||
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。正则表达式,替换表达式同时为空时无重定向作用,但域名会允许CORS跨域访问 (目前仅对&quot;GET&quot; request生效)。
|
||||
例子文件内容如下:
|
||||
developer.android.com::developer.android.google.cn
|
||||
四种使用重定向的方法:
|
||||
|
@ -236,40 +271,6 @@ BugMeNot</description>
|
|||
图像缩小:checked.js:while read fname;do convert -resize %50x%50 $fname small_$fname; done</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
checked.js: 运行配置目录下checked.js,其返回值作为命令行标准输入。对任何目录型(以“/”结尾)文件url,后面可附&quot;?[文件前缀][[文件后缀]]&quot;。譬如&quot;file:///sdcard/?.png&quot;会列举出&quot;/sdcard&quot;目录下所有.png文件。此时选择选定文件,则可利用checked.js复制文件至PC。(参看下面具体配置)
|
||||
配置/sdcard/uweb/default.select如下:
|
||||
复制文本到地址栏:uweb:printf i:15;cat
|
||||
笔记::(cat;echo;echo;)&gt;&gt;notes.txt
|
||||
富文本笔记:html:(cat;echo '&lt;p&gt;&lt;/p&gt;';echo;)&gt;&gt;notes.html
|
||||
命名笔记::(cat;echo;echo;)&gt;&gt;%s
|
||||
复制至PC剪贴板::ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制富文本至PC剪贴板:html:ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制文件至PC:checked.js:while read fname;do scp $fname [user:password]@192.168.2.102:Downloads/.; done
|
||||
如使用剪贴板功能手机需安装uweb定制Termux,并在termux下安装openssl。
|
||||
此处假定远程PC的IP地址为192.168.2.102,PC已经开通了ssh服务。建议用户配置ssh服务为免密码登录,此时用户无需将密码写入文件default.select。用户PC上安装有xsel剪贴板工具。使用其它工具请酌情修改。
|
||||
采用以上配置,笔记将储存在/sdcard/uweb目录下文件note.txt或note.html中(富文本)。命名笔记储存文件则由用户在地址栏输入框内指定。
|
||||
手机其它应用中的文本可选中后分享给超微浏览器,再由超微浏览器作笔记或进一步分享给PC。如果其它应用无法分享选中文本,这种情况可以先复制文本至剪贴板。长按链接按钮选择适当功能即可复制至PC剪贴板。
|
||||
Windows PC 对Windows PC而言,vista及以后自带clip.exe,此时配置如下:
|
||||
复制文本至PC剪贴板::ssh [user:password]@192.168.2.102 clip.exe
|
||||
其它推荐工具(读取PC剪贴板):
|
||||
pclip</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>超级计算器(bc)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/bc/</link>
|
||||
|
|
12
index.html
12
index.html
|
@ -86,6 +86,12 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="pccopy/index.html">
|
||||
<span>操作选中(富)文本/元素</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="redirect/index.html">
|
||||
<span>重定向国外网址至国内镜像(附编辑本地文件)</span>
|
||||
|
@ -128,12 +134,6 @@
|
|||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="pccopy/index.html">
|
||||
<span>操作选中(富)文本/元素</span>
|
||||
</a>
|
||||
</li>
|
||||
|
||||
<li class="post">
|
||||
<a href="bc/index.html">
|
||||
<span>超级计算器(bc)</span>
|
||||
|
|
81
index.xml
81
index.xml
|
@ -6,14 +6,15 @@
|
|||
<description>Recent content on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Mon, 18 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 22 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/links/</link>
|
||||
<pubDate>Mon, 18 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/links/</guid>
|
||||
<description>点击以下链接可安装至常用链接
|
||||
显示网站安全证书
|
||||
a:nth-child(2)');if(offBtn){clearInterval(rsc);var wsc=setInterval(function(){offBtn.click();var textarea=document.querySelector('.fileurl-input__containertextarea');if(textarea){clearInterval(wsc);textarea.value='%25u';var event=document.createEvent('HTMLEvents');event.initEvent('input',false,true);textarea.dispatchEvent(event);document.querySelector('.pan-dialog-btn__primary').click();}},200);}},1000);}%0A"迅雷盘离线
|
||||
点击安装Cookie延期,地址栏内删除特殊字符,站内搜索,seedr离线下载等
|
||||
点击安装离线下载(pcloud,furk,微云等)
|
||||
|
@ -47,14 +48,48 @@ socks代理
|
|||
将url作为网站访问。
|
||||
i:15[string]
|
||||
设置地址栏内容为[string]
|
||||
i:16[mimetype]:[Action Name]:[App Name]:[Activity Name]
|
||||
读取第三方应用输入。</description>
|
||||
i:16[mimetype]:[Action Name]:[App Name]:[Activity Name]</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>google划词翻译
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
checked.js: 运行配置目录下checked.js,其返回值作为命令行标准输入。对任何目录型(以“/”结尾)文件url,后面可附&quot;?[文件前缀][[文件后缀]]&quot;。譬如&quot;file:///sdcard/?.png&quot;会列举出&quot;/sdcard&quot;目录下所有.png文件。此时选择选定文件,则可利用checked.js复制文件至PC。(参看下面具体配置)
|
||||
配置/sdcard/uweb/default.select如下:
|
||||
复制文本到地址栏:uweb:printf i:15;cat
|
||||
笔记::(cat;echo;echo;)&gt;&gt;notes.txt
|
||||
富文本笔记:html:(cat;echo '&lt;p&gt;&lt;/p&gt;';echo;)&gt;&gt;notes.html
|
||||
命名笔记::(cat;echo;echo;)&gt;&gt;%s
|
||||
复制至PC剪贴板::ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制富文本至PC剪贴板:html:ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制文件至PC:checked.js:while read fname;do scp $fname [user:password]@192.168.2.102:Downloads/.; done
|
||||
如使用剪贴板功能手机需安装uweb定制Termux,并在termux下安装openssl。
|
||||
此处假定远程PC的IP地址为192.168.2.102,PC已经开通了ssh服务。建议用户配置ssh服务为免密码登录,此时用户无需将密码写入文件default.select。用户PC上安装有xsel剪贴板工具。使用其它工具请酌情修改。
|
||||
采用以上配置,笔记将储存在/sdcard/uweb目录下文件note.txt或note.html中(富文本)。命名笔记储存文件则由用户在地址栏输入框内指定。
|
||||
手机其它应用中的文本可选中后分享给超微浏览器,再由超微浏览器作笔记或进一步分享给PC。如果其它应用无法分享选中文本,这种情况可以先复制文本至剪贴板。长按链接按钮选择适当功能即可复制至PC剪贴板。
|
||||
Windows PC 对Windows PC而言,vista及以后自带clip.exe,此时配置如下:
|
||||
复制文本至PC剪贴板::ssh [user:password]@192.168.2.102 clip.exe
|
||||
其它推荐工具(读取PC剪贴板):
|
||||
pclip</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
||||
<pubDate>Sun, 10 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Tue, 19 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
|
||||
<description>点击添加google recaptcha国内镜像
|
||||
|
@ -64,7 +99,7 @@ socks代理
|
|||
配置/sdcard/uweb/default.redirect:
|
||||
文件每一行格式为:
|
||||
域名:正则表达式:替换表达式
|
||||
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。
|
||||
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。正则表达式,替换表达式同时为空时无重定向作用,但域名会允许CORS跨域访问 (目前仅对&quot;GET&quot; request生效)。
|
||||
例子文件内容如下:
|
||||
developer.android.com::developer.android.google.cn
|
||||
四种使用重定向的方法:
|
||||
|
@ -236,40 +271,6 @@ BugMeNot</description>
|
|||
图像缩小:checked.js:while read fname;do convert -resize %50x%50 $fname small_$fname; done</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
选中(富)文本作为命令行的标准输入,而标准输出根据mimetype进行相应处理。
|
||||
mimetype用来表示命令的输入输出类型。格式为&quot;[输入mimetype]/[输出mimetype]&quot;,&quot;[输入mimetype]&quot;可为&quot;html&quot;或空(txt格式)或为以超微配置目录为基准的相对路径.js文件名; 输出可为标准的mimetype或超微特殊扩充。如:
|
||||
html/text/html: 选中富文本为html格式, 输出mimetype为text/html。
|
||||
/uweb: 选中文本为txt格式, 输出mimetype为特殊扩充uweb,超微将把输出作为链接来处理。
|
||||
/termux: 命令运行结果将作为termux下命令运行。
|
||||
checked.js: 运行配置目录下checked.js,其返回值作为命令行标准输入。对任何目录型(以“/”结尾)文件url,后面可附&quot;?[文件前缀][[文件后缀]]&quot;。譬如&quot;file:///sdcard/?.png&quot;会列举出&quot;/sdcard&quot;目录下所有.png文件。此时选择选定文件,则可利用checked.js复制文件至PC。(参看下面具体配置)
|
||||
配置/sdcard/uweb/default.select如下:
|
||||
复制文本到地址栏:uweb:printf i:15;cat
|
||||
笔记::(cat;echo;echo;)&gt;&gt;notes.txt
|
||||
富文本笔记:html:(cat;echo '&lt;p&gt;&lt;/p&gt;';echo;)&gt;&gt;notes.html
|
||||
命名笔记::(cat;echo;echo;)&gt;&gt;%s
|
||||
复制至PC剪贴板::ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制富文本至PC剪贴板:html:ssh [user:password]@192.168.2.102 &quot;DISPLAY=:0 xsel -i&quot;
|
||||
复制文件至PC:checked.js:while read fname;do scp $fname [user:password]@192.168.2.102:Downloads/.; done
|
||||
如使用剪贴板功能手机需安装uweb定制Termux,并在termux下安装openssl。
|
||||
此处假定远程PC的IP地址为192.168.2.102,PC已经开通了ssh服务。建议用户配置ssh服务为免密码登录,此时用户无需将密码写入文件default.select。用户PC上安装有xsel剪贴板工具。使用其它工具请酌情修改。
|
||||
采用以上配置,笔记将储存在/sdcard/uweb目录下文件note.txt或note.html中(富文本)。命名笔记储存文件则由用户在地址栏输入框内指定。
|
||||
手机其它应用中的文本可选中后分享给超微浏览器,再由超微浏览器作笔记或进一步分享给PC。如果其它应用无法分享选中文本,这种情况可以先复制文本至剪贴板。长按链接按钮选择适当功能即可复制至PC剪贴板。
|
||||
Windows PC 对Windows PC而言,vista及以后自带clip.exe,此时配置如下:
|
||||
复制文本至PC剪贴板::ssh [user:password]@192.168.2.102 clip.exe
|
||||
其它推荐工具(读取PC剪贴板):
|
||||
pclip</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>超级计算器(bc)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/bc/</link>
|
||||
|
|
|
@ -24,6 +24,7 @@
|
|||
|
||||
</ul>
|
||||
<p>点击以下链接可安装至常用链接<br>
|
||||
<a href="i:0g/sdcard/uweb/default.link::显示安全证书:i:1b">显示网站安全证书</a><br>
|
||||
<a href="i:0g/sdcard/uweb/default.link::迅雷盘离线:http://pan.xunlei.com/ {let rsc=setInterval(function(){var offBtn=document.querySelector('.pan-dropdown-menu.plus-menu>a:nth-child(2)');if(offBtn){clearInterval(rsc);var wsc=setInterval(function(){offBtn.click();var textarea=document.querySelector('.fileurl-input__container>textarea');if(textarea){clearInterval(wsc);textarea.value='%25u';var event=document.createEvent('HTMLEvents');event.initEvent('input',false,true);textarea.dispatchEvent(event);document.querySelector('.pan-dialog-btn__primary').click();}},200);}},1000);}%0A">迅雷盘离线</a><br>
|
||||
<a href="i:0g/sdcard/uweb/default.link:https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/txt/link.cfg">点击安装Cookie延期,地址栏内删除特殊字符,站内搜索,seedr离线下载等</a><br>
|
||||
<a href="i:0g/sdcard/uweb/default.link:https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/txt/offline.link">点击安装离线下载(pcloud,furk,微云等)</a></p>
|
||||
|
@ -95,6 +96,10 @@ socks代理</p>
|
|||
地址栏内容末尾附加[string]</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:1b<br>
|
||||
显示网站证书</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:50[path]:[string]<br>
|
||||
保存为文件。</p>
|
||||
</li>
|
||||
|
|
|
@ -33,7 +33,8 @@
|
|||
<li><a href="../tags/Windows">Windows</a> </li>
|
||||
|
||||
</ul>
|
||||
<p><a target="_self" href="i:0g/sdcard/uweb/default.select:https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/txt/select.cfg">点击安装"保存文本"等</a></p>
|
||||
<p><a href="i:0g/sdcard/uweb/default.select::google划词翻译:/uweb:printf 'https://translate.google.cn/?sl=en&tl=zh-CN&op=translate&text=';cat|tr ' ' '+'">google划词翻译</a><br>
|
||||
<a target="_self" href="i:0g/sdcard/uweb/default.select:https://cdn.jsdelivr.net/gh/torappinfo/uwebzh/searchurl/txt/select.cfg">点击安装"保存文本"等</a></p>
|
||||
<p>重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。</p>
|
||||
<p>配置文件"/sdcard/uweb/default.select"定义了<a href="..">超微浏览器</a>对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:<br>
|
||||
[菜单名]:[mimetype]:[命令行]</p>
|
||||
|
|
|
@ -34,7 +34,7 @@
|
|||
<p>配置/sdcard/uweb/default.redirect:<br>
|
||||
文件每一行格式为:<br>
|
||||
域名:正则表达式:替换表达式</p>
|
||||
<p>其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。</p>
|
||||
<p>其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。正则表达式,替换表达式同时为空时无重定向作用,但域名会允许CORS跨域访问 (目前仅对"GET" request生效)。</p>
|
||||
<p>例子文件内容如下:<br>
|
||||
developer.android.com::developer.android.google.cn</p>
|
||||
<p>四种使用重定向的方法:</p>
|
||||
|
|
52
sitemap.xml
52
sitemap.xml
|
@ -3,25 +3,43 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/</loc>
|
||||
<lastmod>2022-04-18T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/_posts/</loc>
|
||||
<lastmod>2022-04-18T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/links/</loc>
|
||||
<lastmod>2022-04-18T00:00:00+00:00</lastmod>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/pc/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/ssh/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/</loc>
|
||||
<lastmod>2022-04-10T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/termux/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/windows/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/links/</loc>
|
||||
<lastmod>2022-04-22T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/pccopy/</loc>
|
||||
<lastmod>2022-04-22T00: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>
|
||||
<lastmod>2022-04-19T00: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>
|
||||
<lastmod>2022-04-19T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/redirect/</loc>
|
||||
<lastmod>2022-04-10T00:00:00+00:00</lastmod>
|
||||
<lastmod>2022-04-19T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/globalcss/</loc>
|
||||
<lastmod>2022-04-03T00:00:00+00:00</lastmod>
|
||||
|
@ -43,24 +61,6 @@
|
|||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/filemanager/</loc>
|
||||
<lastmod>2022-02-11T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/pc/</loc>
|
||||
<lastmod>2022-02-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/ssh/</loc>
|
||||
<lastmod>2022-02-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/termux/</loc>
|
||||
<lastmod>2022-02-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/windows/</loc>
|
||||
<lastmod>2022-02-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</loc>
|
||||
<lastmod>2022-02-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/pccopy/</loc>
|
||||
<lastmod>2022-02-10T00:00:00+00:00</lastmod>
|
||||
</url><url>
|
||||
<loc>https://jamesfengcao.gitee.io/uwebzh/bc/</loc>
|
||||
<lastmod>2022-02-10T00:00:00+00:00</lastmod>
|
||||
|
|
|
@ -6,11 +6,56 @@
|
|||
<description>Recent content in Tags on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<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" />
|
||||
<lastBuildDate>Fri, 22 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>PC</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/pc/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/pc/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>ssh</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/ssh/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/ssh/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>termux</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/termux/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/termux/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Windows</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/windows/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/windows/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>剪贴板</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</link>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</guid>
|
||||
<description></description>
|
||||
</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>Sun, 10 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Tue, 19 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>
|
||||
|
@ -19,7 +64,7 @@
|
|||
<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>
|
||||
<pubDate>Tue, 19 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>
|
||||
|
@ -34,51 +79,6 @@
|
|||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>PC</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/pc/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/pc/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>ssh</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/ssh/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/ssh/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>termux</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/termux/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/termux/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Windows</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/windows/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/windows/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>剪贴板</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</guid>
|
||||
<description></description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>离线</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/tags/%E7%A6%BB%E7%BA%BF/</link>
|
||||
|
|
|
@ -6,14 +6,15 @@
|
|||
<description>Recent content in PC on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Thu, 10 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/pc/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 22 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/pc/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>点击安装&quot;保存文本&quot;等
|
||||
<description>google划词翻译
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
|
|
|
@ -6,14 +6,15 @@
|
|||
<description>Recent content in ssh on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Thu, 10 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/ssh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 22 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/ssh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>点击安装&quot;保存文本&quot;等
|
||||
<description>google划词翻译
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
|
|
|
@ -6,14 +6,15 @@
|
|||
<description>Recent content in termux on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Thu, 10 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/termux/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 22 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/termux/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>点击安装&quot;保存文本&quot;等
|
||||
<description>google划词翻译
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
|
|
|
@ -6,14 +6,15 @@
|
|||
<description>Recent content in Windows on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Thu, 10 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/windows/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 22 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/windows/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>点击安装&quot;保存文本&quot;等
|
||||
<description>google划词翻译
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
|
|
|
@ -6,14 +6,15 @@
|
|||
<description>Recent content in 剪贴板 on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<lastBuildDate>Thu, 10 Feb 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/index.xml" rel="self" type="application/rss+xml" />
|
||||
<lastBuildDate>Fri, 22 Apr 2022 00:00:00 +0000</lastBuildDate><atom:link href="https://jamesfengcao.gitee.io/uwebzh/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/pccopy/</link>
|
||||
<pubDate>Thu, 10 Feb 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Fri, 22 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/pccopy/</guid>
|
||||
<description>点击安装&quot;保存文本&quot;等
|
||||
<description>google划词翻译
|
||||
点击安装&quot;保存文本&quot;等
|
||||
重启浏览器,长按“链接”按钮,将弹出菜单。若用户当前窗口并无选中文本,则选取整个页面作相应操作,否则以选中文本为准。
|
||||
配置文件&quot;/sdcard/uweb/default.select&quot;定义了超微浏览器对选中(富)文本/元素进行的操作。没有任何选中元素则以整个网页为操作对象。每行格式如下:
|
||||
[菜单名]:[mimetype]:[命令行]
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
<description>Recent content in 国外网址 on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<language>en-us</language>
|
||||
<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" />
|
||||
<lastBuildDate>Tue, 19 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" />
|
||||
<item>
|
||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
||||
<pubDate>Sun, 10 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Tue, 19 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
|
||||
<description>点击添加google recaptcha国内镜像
|
||||
|
@ -20,7 +20,7 @@
|
|||
配置/sdcard/uweb/default.redirect:
|
||||
文件每一行格式为:
|
||||
域名:正则表达式:替换表达式
|
||||
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。
|
||||
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。正则表达式,替换表达式同时为空时无重定向作用,但域名会允许CORS跨域访问 (目前仅对&quot;GET&quot; request生效)。
|
||||
例子文件内容如下:
|
||||
developer.android.com::developer.android.google.cn
|
||||
四种使用重定向的方法:
|
||||
|
|
|
@ -6,11 +6,11 @@
|
|||
<description>Recent content in 重定向 on </description>
|
||||
<generator>Hugo -- gohugo.io</generator>
|
||||
<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" />
|
||||
<lastBuildDate>Tue, 19 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>
|
||||
<title>重定向国外网址至国内镜像(附编辑本地文件)</title>
|
||||
<link>https://jamesfengcao.gitee.io/uwebzh/redirect/</link>
|
||||
<pubDate>Sun, 10 Apr 2022 00:00:00 +0000</pubDate>
|
||||
<pubDate>Tue, 19 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>https://jamesfengcao.gitee.io/uwebzh/redirect/</guid>
|
||||
<description>点击添加google recaptcha国内镜像
|
||||
|
@ -20,7 +20,7 @@
|
|||
配置/sdcard/uweb/default.redirect:
|
||||
文件每一行格式为:
|
||||
域名:正则表达式:替换表达式
|
||||
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。
|
||||
其中正则表达式以java语言规定为准,表达式中不能包含':'。正则表达式为空时系统默认为与域名相同。正则表达式,替换表达式同时为空时无重定向作用,但域名会允许CORS跨域访问 (目前仅对&quot;GET&quot; request生效)。
|
||||
例子文件内容如下:
|
||||
developer.android.com::developer.android.google.cn
|
||||
四种使用重定向的方法:
|
||||
|
|
Loading…
Reference in a new issue