mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Mon Aug 24 10:55:04 AM CST 2020
This commit is contained in:
parent
3e2ef52000
commit
c29d189ab9
13 changed files with 261 additions and 237 deletions
140
_posts/index.xml
140
_posts/index.xml
|
@ -6,11 +6,80 @@
|
||||||
<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, 23 Aug 2020 00:00:00 +0000</lastBuildDate>
|
<lastBuildDate>Mon, 24 Aug 2020 00:00:00 +0000</lastBuildDate>
|
||||||
|
|
||||||
<atom:link href="https://jamesfengcao.gitee.io/uweb/_posts/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://jamesfengcao.gitee.io/uweb/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>利用文件预处理预览/查看/播放一切可下载资源</title>
|
||||||
|
<link>https://jamesfengcao.gitee.io/uweb/filecap/</link>
|
||||||
|
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uweb/filecap/</guid>
|
||||||
|
<description>技巧等级:中级
|
||||||
|
文件预处理配置文件为/sdcard/uweb/default.filecap,每行格式如下:
|
||||||
|
[文件后缀]:[mimetype]:[处理命令]
|
||||||
|
其中文件后缀可允许最多两段后缀,譬如&quot;txt.xz&quot;,&quot;html.gz&quot;。
|
||||||
|
mimetype表示命令处理后的输出内容格式。
|
||||||
|
处理命令与default.cmds相同,主要可能用到如下替换:
|
||||||
|
%u(网址或文件路径)、%U(编码以后的网址)、%c(当前网址cookie)、%p(密码保护网站中的密码,curl格式)。
|
||||||
|
利用文件预处理,超微浏览器现在可以预览/查看/播放一切可下载资源,并且可以利用不同网站在线服务预览不同的文件,而手机上一个应用都不用装。
|
||||||
|
配置/sdcard/uweb/default.filecap如下:
|
||||||
|
txt:text/html:curl %p "%u" mp3:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m4b:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m3u8:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mp4:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mkv:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' doc:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U xls:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U ppt:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U docx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U xlsx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U pptx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U xz:text/plain:curl %p "%u"|xz -d -- 安装过相应的html5应用,则如下配置阅读相应格式文件:
|
||||||
|
pdf:uweb:echo file:///sdcard/uweb/app/pdf.js/web/viewer.html?file=%u djvu:uweb:echo file:///sdcard/uweb/app/djvu.html?url=%u epub:uweb:echo file:///sdcard/uweb/app/reader/index.html?bookPath==%u 长按设置按钮,勾选“文件预处理”,清后台重启浏览器。则网页上点击下载按钮时上述文件类型会自动预览。
|
||||||
|
如果用户配置中处理命令用到curl,则需要安装Termux,并在Termux中安装curl (&quot;apt install curl&quot;)。</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>超微浏览器配置文件列表</title>
|
||||||
|
<link>https://jamesfengcao.gitee.io/uweb/filenames/</link>
|
||||||
|
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uweb/filenames/</guid>
|
||||||
|
<description>下面列表中以&quot;/&quot;结尾者为目录,其余为文件。如果用户勾选“使用内部目录配置”,&quot;sitejs/&quot;,&quot;sitecache/&quot;等位于应用内部保护目录下。否则以下所有文件/目录均位于&quot;/sdcard/uweb&quot;:
|
||||||
|
&quot;css/&quot;:全局样式目录
|
||||||
|
&quot;js/&quot;: 全局脚本目录
|
||||||
|
&quot;sitejs/&quot;:类油猴脚本,针对特定网址
|
||||||
|
&quot;sitecss/&quot;:针对特定网址css样式
|
||||||
|
&quot;bookmarklet/&quot;:js脚本目录
|
||||||
|
&quot;offline/&quot;:离线下载目录
|
||||||
|
&quot;sbookmark/&quot;:超级书签默认目录
|
||||||
|
&quot;sitecache/&quot;:用户供应网站离线数据
|
||||||
|
&quot;longclick/&quot;:长按链接菜单(js)
|
||||||
|
&quot;app[XXX]/&quot;:html5应用目录
|
||||||
|
&quot;default.longclick&quot;:长按链接菜单
|
||||||
|
&quot;default.uas&quot;:浏览器标识
|
||||||
|
&quot;default.urls&quot;:特色服务
|
||||||
|
&quot;default.acmd&quot;:浏览器地址栏功能配置
|
||||||
|
&quot;default.hosts&quot;:广告屏蔽文件
|
||||||
|
&quot;default.redirect&quot;:重定向配置
|
||||||
|
&quot;default.select&quot;:长按“链接”按钮配置
|
||||||
|
&quot;default.cmds&quot;:长按“历史”按钮配置
|
||||||
|
&quot;default.link&quot;:长按“书签”按钮配置
|
||||||
|
&quot;default.gesture&quot;:格式与文件default.link完全相同,定义地址栏下方手势操作
|
||||||
|
&quot;default.button&quot;:格式与文件default.link完全相同,每行从最后一个按钮开始重定义单击功能。
|
||||||
|
&quot;default.filecap&quot;:文件特殊处理
|
||||||
|
&quot;default.rjs&quot;:远程及简单脚本
|
||||||
|
&quot;default.engine&quot;:搜索引擎url列表(搜索词部分用%s代替),供自动顺序搜索使用。
|
||||||
|
&quot;default.siteconf&quot;:网站独立设置
|
||||||
|
&quot;default.autoc&quot;:地址栏autocomplete候选字符串
|
||||||
|
&quot;query.autoc&quot;:主屏搜索autocomplete候选字符串
|
||||||
|
&quot;home5.html&quot;:自定义主屏
|
||||||
|
&quot;home5.search&quot;:主屏搜索引擎
|
||||||
|
&quot;bookmark.html&quot;:主书签
|
||||||
|
&quot;quickstart.html&quot;:快速访问
|
||||||
|
&quot;colors.txt&quot;:护眼背景色
|
||||||
|
&quot;default.css&quot;:勾选网址特定样式后无匹配情形下的默认样式
|
||||||
|
&quot;night.css&quot;:夜间模式,代替超微内部实现
|
||||||
|
&quot;types.sniff&quot;:嗅探类型
|
||||||
|
&quot;sniff.log&quot;:嗅探结果
|
||||||
|
&quot;history.log&quot;:访问历史
|
||||||
|
&quot;query.log&quot;:查询历史
|
||||||
|
应用内部保护目录(/data/data/info.torapp.uweb/files/):
|
||||||
|
&quot;shortcut/&quot;:动态shortcut刷新目录,若不存在则默认为&quot;/sdcard/uweb/bookmark&quot;目录。</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>常用链接</title>
|
<title>常用链接</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/links/</link>
|
<link>https://jamesfengcao.gitee.io/uweb/links/</link>
|
||||||
|
@ -42,55 +111,6 @@ noproxy::010:
|
||||||
如果网站并非视频类小网站,长按底部工具栏[☰]按钮,选取&quot;禁用iframe&quot;,此法可屏蔽大多数广告。更多可参看自定义样式屏蔽广告。 对非复杂交互非国内广告大厂网页而言(譬如云盘管理属复杂交互),特别是小说网站,可以长按设置,选取&quot;屏蔽外链脚本&quot;。(内在逻辑:小网站一般无力开发完整的广告系统,它们经常使用大厂的广告脚本。) 利用视频全屏播放屏蔽一切广告。 长按[☰]按钮可屏蔽浮动广告。 双正则表达式hosts文件绝杀广告。 针对特定网站的脚本样式屏蔽广告。 对非图片为主的网站可直接关闭图像。 对非交互性网站,可关闭[JS]脚本。 </description>
|
如果网站并非视频类小网站,长按底部工具栏[☰]按钮,选取&quot;禁用iframe&quot;,此法可屏蔽大多数广告。更多可参看自定义样式屏蔽广告。 对非复杂交互非国内广告大厂网页而言(譬如云盘管理属复杂交互),特别是小说网站,可以长按设置,选取&quot;屏蔽外链脚本&quot;。(内在逻辑:小网站一般无力开发完整的广告系统,它们经常使用大厂的广告脚本。) 利用视频全屏播放屏蔽一切广告。 长按[☰]按钮可屏蔽浮动广告。 双正则表达式hosts文件绝杀广告。 针对特定网站的脚本样式屏蔽广告。 对非图片为主的网站可直接关闭图像。 对非交互性网站,可关闭[JS]脚本。 </description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>超微浏览器配置文件列表</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/filenames/</link>
|
|
||||||
<pubDate>Sat, 22 Aug 2020 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uweb/filenames/</guid>
|
|
||||||
<description>下面列表中以&quot;/&quot;结尾者为目录,其余为文件。如果用户勾选“使用内部目录配置”,&quot;sitejs/&quot;,&quot;sitecache/&quot;等位于应用内部保护目录下。否则以下所有文件/目录均位于&quot;/sdcard/uweb&quot;:
|
|
||||||
&quot;css/&quot;:全局样式目录
|
|
||||||
&quot;js/&quot;: 全局脚本目录
|
|
||||||
&quot;sitejs/&quot;:类油猴脚本,针对特定网址
|
|
||||||
&quot;sitecss/&quot;:针对特定网址css样式
|
|
||||||
&quot;bookmarklet/&quot;:js脚本目录
|
|
||||||
&quot;offline/&quot;:
|
|
||||||
&quot;sbookmark/&quot;:超级书签默认目录
|
|
||||||
&quot;sitecache/&quot;:用户供应网站离线数据
|
|
||||||
&quot;longclick/&quot;:长按链接菜单(js)
|
|
||||||
&quot;app[XXX]/&quot;:html5应用目录
|
|
||||||
&quot;default.longclick&quot;:长按链接菜单
|
|
||||||
&quot;default.uas&quot;:浏览器标识
|
|
||||||
&quot;default.urls&quot;:特色服务
|
|
||||||
&quot;default.acmd&quot;:浏览器地址栏功能配置
|
|
||||||
&quot;default.hosts&quot;:广告屏蔽文件
|
|
||||||
&quot;default.redirect&quot;:重定向配置
|
|
||||||
&quot;default.select&quot;:长按“链接”按钮配置
|
|
||||||
&quot;default.cmds&quot;:长按“历史”按钮配置
|
|
||||||
&quot;default.link&quot;:长按“书签”按钮配置
|
|
||||||
&quot;default.gesture&quot;:格式与文件default.link完全相同,定义地址栏下方手势操作
|
|
||||||
&quot;default.button&quot;:格式与文件default.link完全相同,每行从最后一个按钮开始重定义单击功能。
|
|
||||||
&quot;default.filecap&quot;:
|
|
||||||
&quot;default.rjs&quot;:远程及简单脚本
|
|
||||||
&quot;default.engine&quot;:搜索引擎url列表(搜索词部分用%s代替),供自动顺序搜索使用。
|
|
||||||
&quot;default.siteconf&quot;:网站独立设置
|
|
||||||
&quot;default.autoc&quot;:地址栏autocomplete候选字符串
|
|
||||||
&quot;query.autoc&quot;:主屏搜索autocomplete候选字符串
|
|
||||||
&quot;home5.html&quot;:自定义主屏
|
|
||||||
&quot;home5.search&quot;:主屏搜索引擎
|
|
||||||
&quot;bookmark.html&quot;:主书签
|
|
||||||
&quot;quickstart.html&quot;:快速访问
|
|
||||||
&quot;colors.txt&quot;:护眼背景色
|
|
||||||
&quot;default.css&quot;:勾选网址特定样式后无匹配情形下的默认样式
|
|
||||||
&quot;night.css&quot;:夜间模式,代替超微内部实现
|
|
||||||
&quot;types.sniff&quot;:嗅探类型
|
|
||||||
&quot;sniff.log&quot;:嗅探结果
|
|
||||||
&quot;history.log&quot;:访问历史
|
|
||||||
&quot;query.log&quot;:查询历史
|
|
||||||
应用内部保护目录(/data/data/info.torapp.uweb/files/):
|
|
||||||
&quot;shortcut/&quot;:动态shortcut刷新目录,若不存在则默认为&quot;/sdcard/uweb/bookmark&quot;目录。</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>html5应用</title>
|
<title>html5应用</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/html5/</link>
|
<link>https://jamesfengcao.gitee.io/uweb/html5/</link>
|
||||||
|
@ -98,6 +118,8 @@ noproxy::010:
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uweb/html5/</guid>
|
<guid>https://jamesfengcao.gitee.io/uweb/html5/</guid>
|
||||||
<description>超微配置目录下的子目录名如果以&quot;app&quot;开始(譬如&quot;/sdcard/uweb/appPDF&quot;),则这些&quot;app&quot;开头目录树下放置的html5应用将可获得功能增强。
|
<description>超微配置目录下的子目录名如果以&quot;app&quot;开始(譬如&quot;/sdcard/uweb/appPDF&quot;),则这些&quot;app&quot;开头目录树下放置的html5应用将可获得功能增强。
|
||||||
|
配置default.filecap并打开选项“文件预处理”,清后台重启浏览器后超微可直接阅读应用对应格式文件。
|
||||||
|
点击配置pdf.js,djvu.js,epub.js reader
|
||||||
比较有用的是mozilla的pdf.js,可用来显示在线或本地pdf文件。直接解压缩下载的pdf.js包至appXXX子目录下,并在超微浏览器下访问如下url:
|
比较有用的是mozilla的pdf.js,可用来显示在线或本地pdf文件。直接解压缩下载的pdf.js包至appXXX子目录下,并在超微浏览器下访问如下url:
|
||||||
file:///sdcard/uweb/appXXX....../web/viewer.html?file=[绝对或相对路径].pdf#page=[xxx]
|
file:///sdcard/uweb/appXXX....../web/viewer.html?file=[绝对或相对路径].pdf#page=[xxx]
|
||||||
则浏览器直接跳转到pdf文件指定页。与主屏多引擎搜索及少量脚本结合使用,可对任何pdf文件进行字典检索。
|
则浏览器直接跳转到pdf文件指定页。与主屏多引擎搜索及少量脚本结合使用,可对任何pdf文件进行字典检索。
|
||||||
|
@ -213,24 +235,6 @@ seedr的问题是首次登录需要google人机验证,登录成功以后可以
|
||||||
现在直接上方案,使用超微浏览器多账号登录。飞行1分钟以后成功登录seedr, 此时退出浏览器,千万不能强退,一定要让运存中的登录信息写到内部存储。然后用户可备份应用内部目录下的.cjar文件,一旦浏览器失去登录状态,可恢复此文件,即可使用多账号登录重新登录,让这1分钟飞行成果保存下来,供万万年使用。需要注意的一点是:用户退出seedr账号会使保存的文件作废。故千万不要退出账号,需要用其它账号登录的请使用多账号登录。</description>
|
现在直接上方案,使用超微浏览器多账号登录。飞行1分钟以后成功登录seedr, 此时退出浏览器,千万不能强退,一定要让运存中的登录信息写到内部存储。然后用户可备份应用内部目录下的.cjar文件,一旦浏览器失去登录状态,可恢复此文件,即可使用多账号登录重新登录,让这1分钟飞行成果保存下来,供万万年使用。需要注意的一点是:用户退出seedr账号会使保存的文件作废。故千万不要退出账号,需要用其它账号登录的请使用多账号登录。</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>利用文件预处理预览/查看/播放一切可下载资源</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/filecap/</link>
|
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uweb/filecap/</guid>
|
|
||||||
<description>技巧等级:中级
|
|
||||||
文件预处理配置文件为/sdcard/uweb/default.filecap,每行格式如下:
|
|
||||||
[文件后缀]:[mimetype]:[处理命令]
|
|
||||||
其中文件后缀可允许最多两段后缀,譬如&quot;txt.xz&quot;,&quot;html.gz&quot;。
|
|
||||||
mimetype表示命令处理后的输出内容格式。
|
|
||||||
处理命令与default.cmds相同,主要可能用到如下替换:
|
|
||||||
%u(网址或文件路径)、%U(编码以后的网址)、%c(当前网址cookie)、%p(密码保护网站中的密码,curl格式)。
|
|
||||||
利用文件预处理,超微浏览器现在可以预览/查看/播放一切可下载资源,并且可以利用不同网站在线服务预览不同的文件,而手机上一个应用都不用装。
|
|
||||||
配置/sdcard/uweb/default.filecap如下:
|
|
||||||
txt:text/html:curl %p "%u" mp3:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m4b:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m3u8:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mp4:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mkv:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' doc::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U' xls::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U' ppt::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U' docx::am start --user 0 -a android.</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>利用浏览器地址栏对函数作图</title>
|
<title>利用浏览器地址栏对函数作图</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/gnuplot/</link>
|
<link>https://jamesfengcao.gitee.io/uweb/gnuplot/</link>
|
||||||
|
|
|
@ -41,14 +41,18 @@ m4b:text/html:echo '<audio controls width=100% height=100%><source src="%u
|
||||||
m3u8:text/html:echo '<video controls width=100% height=100%><source src="%u"></video>'
|
m3u8:text/html:echo '<video controls width=100% height=100%><source src="%u"></video>'
|
||||||
mp4:text/html:echo '<video controls width=100% height=100%><source src="%u"></video>'
|
mp4:text/html:echo '<video controls width=100% height=100%><source src="%u"></video>'
|
||||||
mkv:text/html:echo '<video controls width=100% height=100%><source src="%u"></video>'
|
mkv:text/html:echo '<video controls width=100% height=100%><source src="%u"></video>'
|
||||||
doc::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U'
|
doc:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
||||||
xls::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U'
|
xls:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
||||||
ppt::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U'
|
ppt:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
||||||
docx::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U'
|
docx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
||||||
xlsx::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U'
|
xlsx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
||||||
pptx::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U'
|
pptx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
||||||
xz:text/plain:curl %p "%u"|xz -d --</code></pre>
|
xz:text/plain:curl %p "%u"|xz -d --</code></pre>
|
||||||
<p>长按窗口按钮,勾选“文件预处理”,重启浏览器。则点击下载按钮时上述文件类型会自动预览。</p>
|
<p>安装过相应的<a href="../html5">html5应用</a>,则如下配置阅读相应格式文件:</p>
|
||||||
|
<pre><code>pdf:uweb:echo file:///sdcard/uweb/app/pdf.js/web/viewer.html?file=%u
|
||||||
|
djvu:uweb:echo file:///sdcard/uweb/app/djvu.html?url=%u
|
||||||
|
epub:uweb:echo file:///sdcard/uweb/app/reader/index.html?bookPath==%u</code></pre>
|
||||||
|
<p>长按设置按钮,勾选“文件预处理”,清后台重启浏览器。则网页上点击下载按钮时上述文件类型会自动预览。</p>
|
||||||
<p>如果用户配置中处理命令用到curl,则需要安装<a href="../gnuplot">Termux</a>,并在Termux中安装curl ("apt install curl")。<br>
|
<p>如果用户配置中处理命令用到curl,则需要安装<a href="../gnuplot">Termux</a>,并在Termux中安装curl ("apt install curl")。<br>
|
||||||
如果用户不安装Termux,则上述配置命令中的"am"需要全部路径,需用"/system/bin/am"替换。</p>
|
如果用户不安装Termux,则上述配置命令中的"am"需要全部路径,需用"/system/bin/am"替换。</p>
|
||||||
<p>以上配置使用了微软服务预览office文档,微软服务必需当前UA为PC,否则会出现空白页面。有条件的用户建议使用google docs ("http://docs.google.com/gview?embedded=true&url=") 服务替换。</p>
|
<p>以上配置使用了微软服务预览office文档,微软服务必需当前UA为PC,否则会出现空白页面。有条件的用户建议使用google docs ("http://docs.google.com/gview?embedded=true&url=") 服务替换。</p>
|
||||||
|
|
|
@ -23,28 +23,28 @@
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<p>下面列表中以"/"结尾者为目录,其余为文件。如果用户勾选“使用内部目录配置”,"sitejs/","sitecache/"等位于应用内部保护目录下。否则以下所有文件/目录均位于"/sdcard/uweb":<br>
|
<p>下面列表中以"/"结尾者为目录,其余为文件。如果用户勾选“使用内部目录配置”,"sitejs/","sitecache/"等位于应用内部保护目录下。否则以下所有文件/目录均位于"/sdcard/uweb":<br>
|
||||||
"css/":全局样式目录<br>
|
"css/":<a href="../globalcss">全局样式目录</a><br>
|
||||||
"js/": 全局脚本目录<br>
|
"js/": 全局脚本目录<br>
|
||||||
"sitejs/":<a href="../sitejs">类油猴脚本,针对特定网址</a><br>
|
"sitejs/":<a href="../sitejs">类油猴脚本,针对特定网址</a><br>
|
||||||
"sitecss/":<a href="../sitejs">针对特定网址css样式</a><br>
|
"sitecss/":<a href="../sitejs">针对特定网址css样式</a><br>
|
||||||
"bookmarklet/":js脚本目录<br>
|
"bookmarklet/":js脚本目录<br>
|
||||||
"offline/":<br>
|
"offline/":离线下载目录<br>
|
||||||
"sbookmark/":超级书签默认目录<br>
|
"sbookmark/":超级书签默认目录<br>
|
||||||
"sitecache/":<a href="../offlinecache">用户供应网站离线数据</a><br>
|
"sitecache/":<a href="../offlinecache">用户供应网站离线数据</a><br>
|
||||||
"longclick/":长按链接菜单(js)<br>
|
"longclick/":长按链接菜单(js)<br>
|
||||||
"app[XXX]/":html5应用目录<br>
|
"app[XXX]/":<a href="../html5">html5应用目录</a><br>
|
||||||
"default.longclick":长按链接菜单<br>
|
"default.longclick":长按链接菜单<br>
|
||||||
"default.uas":<a href="../searchurl/uas.html">浏览器标识</a><br>
|
"default.uas":<a href="../searchurl/uas.html">浏览器标识</a><br>
|
||||||
"default.urls":<a href="../searchurl/urls.html">特色服务</a><br>
|
"default.urls":<a href="../searchurl/urls.html">特色服务</a><br>
|
||||||
"default.acmd":<a href="../gnuplot">浏览器地址栏功能配置</a><br>
|
"default.acmd":<a href="../gnuplot">浏览器地址栏功能配置</a><br>
|
||||||
"default.hosts":<a href="../adblock_hosts">广告屏蔽文件</a><br>
|
"default.hosts":<a href="../adblock_hosts">广告屏蔽文件</a><br>
|
||||||
"default.redirect":重定向配置<br>
|
"default.redirect":<a href="../redirect">重定向配置</a><br>
|
||||||
"default.select":<a href="../pccopy">长按“链接”按钮配置</a><br>
|
"default.select":<a href="../pccopy">长按“链接”按钮配置</a><br>
|
||||||
"default.cmds":<a href="../searchurl/cmds.html">长按“历史”按钮配置</a><br>
|
"default.cmds":<a href="../searchurl/cmds.html">长按“历史”按钮配置</a><br>
|
||||||
"default.link":长按“书签”按钮配置<br>
|
"default.link":<a href="../links">长按“书签”按钮配置</a><br>
|
||||||
"default.gesture":格式与文件<a href="../links">default.link</a>完全相同,定义地址栏下方手势操作<br>
|
"<a href="gesture">default.gesture</a>":格式与文件<a href="../links">default.link</a>完全相同,定义地址栏下方手势操作<br>
|
||||||
"default.button":格式与文件<a href="../links">default.link</a>完全相同,每行从最后一个按钮开始重定义单击功能。<br>
|
"default.button":格式与文件<a href="../links">default.link</a>完全相同,每行从最后一个按钮开始重定义单击功能。<br>
|
||||||
"default.filecap":<br>
|
"default.filecap":<a href="../filecap">文件特殊处理</a><br>
|
||||||
"default.rjs":<a href="../rjs">远程及简单脚本</a><br>
|
"default.rjs":<a href="../rjs">远程及简单脚本</a><br>
|
||||||
"default.engine":搜索引擎url列表(搜索词部分用%s代替),供自动顺序搜索使用。<br>
|
"default.engine":搜索引擎url列表(搜索词部分用%s代替),供自动顺序搜索使用。<br>
|
||||||
"default.siteconf":网站独立设置<br>
|
"default.siteconf":网站独立设置<br>
|
||||||
|
@ -55,8 +55,8 @@
|
||||||
"bookmark.html":主书签<br>
|
"bookmark.html":主书签<br>
|
||||||
"quickstart.html":<a href="../searchurl/quickstart.html">快速访问</a><br>
|
"quickstart.html":<a href="../searchurl/quickstart.html">快速访问</a><br>
|
||||||
"colors.txt":护眼背景色<br>
|
"colors.txt":护眼背景色<br>
|
||||||
"default.css":勾选网址特定样式后无匹配情形下的默认样式<br>
|
"default.css":<a href="../sitejs">勾选网址特定样式后无匹配情形下的默认样式</a><br>
|
||||||
"night.css":夜间模式,代替超微内部实现<br>
|
"night.css":<a href="../globalcss">夜间模式</a>,代替超微内部实现<br>
|
||||||
"types.sniff":嗅探类型<br>
|
"types.sniff":嗅探类型<br>
|
||||||
"sniff.log":嗅探结果<br>
|
"sniff.log":嗅探结果<br>
|
||||||
"history.log":访问历史<br>
|
"history.log":访问历史<br>
|
||||||
|
|
|
@ -23,6 +23,8 @@
|
||||||
|
|
||||||
</ul>
|
</ul>
|
||||||
<p>超微配置目录下的子目录名如果以"app"开始(譬如"/sdcard/uweb/appPDF"),则这些"app"开头目录树下放置的html5应用将可获得功能增强。</p>
|
<p>超微配置目录下的子目录名如果以"app"开始(譬如"/sdcard/uweb/appPDF"),则这些"app"开头目录树下放置的html5应用将可获得功能增强。</p>
|
||||||
|
<p><a href="../filecap">配置default.filecap</a>并打开选项“文件预处理”,清后台重启浏览器后超微可直接阅读应用对应格式文件。<br>
|
||||||
|
<a target="_self" href="i:0g/sdcard/uweb/default.filecap:https://jamesfengcao.gitee.io/uweb/searchurl/txt/filecap.cfg">点击配置pdf.js,djvu.js,epub.js reader</a></p>
|
||||||
<p>比较有用的是mozilla的pdf.js,可用来显示在线或本地pdf文件。直接解压缩下载的pdf.js包至appXXX子目录下,并在超微浏览器下访问如下url:<br>
|
<p>比较有用的是mozilla的pdf.js,可用来显示在线或本地pdf文件。直接解压缩下载的pdf.js包至appXXX子目录下,并在超微浏览器下访问如下url:<br>
|
||||||
file:///sdcard/uweb/appXXX....../web/viewer.html?file=[绝对或相对路径].pdf#page=[xxx]<br>
|
file:///sdcard/uweb/appXXX....../web/viewer.html?file=[绝对或相对路径].pdf#page=[xxx]<br>
|
||||||
则浏览器直接跳转到pdf文件指定页。与主屏多引擎搜索及少量脚本结合使用,可对任何pdf文件进行字典检索。</p>
|
则浏览器直接跳转到pdf文件指定页。与主屏多引擎搜索及少量脚本结合使用,可对任何pdf文件进行字典检索。</p>
|
||||||
|
|
24
index.html
24
index.html
|
@ -68,6 +68,18 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a href="filecap">
|
||||||
|
<span>利用文件预处理预览/查看/播放一切可下载资源</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a href="filenames">
|
||||||
|
<span>超微浏览器配置文件列表</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="links">
|
<a href="links">
|
||||||
<span>常用链接</span>
|
<span>常用链接</span>
|
||||||
|
@ -80,12 +92,6 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="filenames">
|
|
||||||
<span>超微浏览器配置文件列表</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="html5">
|
<a href="html5">
|
||||||
<span>html5应用</span>
|
<span>html5应用</span>
|
||||||
|
@ -128,12 +134,6 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="filecap">
|
|
||||||
<span>利用文件预处理预览/查看/播放一切可下载资源</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="gnuplot">
|
<a href="gnuplot">
|
||||||
<span>利用浏览器地址栏对函数作图</span>
|
<span>利用浏览器地址栏对函数作图</span>
|
||||||
|
|
140
index.xml
140
index.xml
|
@ -6,11 +6,80 @@
|
||||||
<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, 23 Aug 2020 00:00:00 +0000</lastBuildDate>
|
<lastBuildDate>Mon, 24 Aug 2020 00:00:00 +0000</lastBuildDate>
|
||||||
|
|
||||||
<atom:link href="https://jamesfengcao.gitee.io/uweb/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://jamesfengcao.gitee.io/uweb/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>利用文件预处理预览/查看/播放一切可下载资源</title>
|
||||||
|
<link>https://jamesfengcao.gitee.io/uweb/filecap/</link>
|
||||||
|
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uweb/filecap/</guid>
|
||||||
|
<description>技巧等级:中级
|
||||||
|
文件预处理配置文件为/sdcard/uweb/default.filecap,每行格式如下:
|
||||||
|
[文件后缀]:[mimetype]:[处理命令]
|
||||||
|
其中文件后缀可允许最多两段后缀,譬如&quot;txt.xz&quot;,&quot;html.gz&quot;。
|
||||||
|
mimetype表示命令处理后的输出内容格式。
|
||||||
|
处理命令与default.cmds相同,主要可能用到如下替换:
|
||||||
|
%u(网址或文件路径)、%U(编码以后的网址)、%c(当前网址cookie)、%p(密码保护网站中的密码,curl格式)。
|
||||||
|
利用文件预处理,超微浏览器现在可以预览/查看/播放一切可下载资源,并且可以利用不同网站在线服务预览不同的文件,而手机上一个应用都不用装。
|
||||||
|
配置/sdcard/uweb/default.filecap如下:
|
||||||
|
txt:text/html:curl %p "%u" mp3:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m4b:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m3u8:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mp4:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mkv:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' doc:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U xls:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U ppt:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U docx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U xlsx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U pptx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U xz:text/plain:curl %p "%u"|xz -d -- 安装过相应的html5应用,则如下配置阅读相应格式文件:
|
||||||
|
pdf:uweb:echo file:///sdcard/uweb/app/pdf.js/web/viewer.html?file=%u djvu:uweb:echo file:///sdcard/uweb/app/djvu.html?url=%u epub:uweb:echo file:///sdcard/uweb/app/reader/index.html?bookPath==%u 长按设置按钮,勾选“文件预处理”,清后台重启浏览器。则网页上点击下载按钮时上述文件类型会自动预览。
|
||||||
|
如果用户配置中处理命令用到curl,则需要安装Termux,并在Termux中安装curl (&quot;apt install curl&quot;)。</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>超微浏览器配置文件列表</title>
|
||||||
|
<link>https://jamesfengcao.gitee.io/uweb/filenames/</link>
|
||||||
|
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uweb/filenames/</guid>
|
||||||
|
<description>下面列表中以&quot;/&quot;结尾者为目录,其余为文件。如果用户勾选“使用内部目录配置”,&quot;sitejs/&quot;,&quot;sitecache/&quot;等位于应用内部保护目录下。否则以下所有文件/目录均位于&quot;/sdcard/uweb&quot;:
|
||||||
|
&quot;css/&quot;:全局样式目录
|
||||||
|
&quot;js/&quot;: 全局脚本目录
|
||||||
|
&quot;sitejs/&quot;:类油猴脚本,针对特定网址
|
||||||
|
&quot;sitecss/&quot;:针对特定网址css样式
|
||||||
|
&quot;bookmarklet/&quot;:js脚本目录
|
||||||
|
&quot;offline/&quot;:离线下载目录
|
||||||
|
&quot;sbookmark/&quot;:超级书签默认目录
|
||||||
|
&quot;sitecache/&quot;:用户供应网站离线数据
|
||||||
|
&quot;longclick/&quot;:长按链接菜单(js)
|
||||||
|
&quot;app[XXX]/&quot;:html5应用目录
|
||||||
|
&quot;default.longclick&quot;:长按链接菜单
|
||||||
|
&quot;default.uas&quot;:浏览器标识
|
||||||
|
&quot;default.urls&quot;:特色服务
|
||||||
|
&quot;default.acmd&quot;:浏览器地址栏功能配置
|
||||||
|
&quot;default.hosts&quot;:广告屏蔽文件
|
||||||
|
&quot;default.redirect&quot;:重定向配置
|
||||||
|
&quot;default.select&quot;:长按“链接”按钮配置
|
||||||
|
&quot;default.cmds&quot;:长按“历史”按钮配置
|
||||||
|
&quot;default.link&quot;:长按“书签”按钮配置
|
||||||
|
&quot;default.gesture&quot;:格式与文件default.link完全相同,定义地址栏下方手势操作
|
||||||
|
&quot;default.button&quot;:格式与文件default.link完全相同,每行从最后一个按钮开始重定义单击功能。
|
||||||
|
&quot;default.filecap&quot;:文件特殊处理
|
||||||
|
&quot;default.rjs&quot;:远程及简单脚本
|
||||||
|
&quot;default.engine&quot;:搜索引擎url列表(搜索词部分用%s代替),供自动顺序搜索使用。
|
||||||
|
&quot;default.siteconf&quot;:网站独立设置
|
||||||
|
&quot;default.autoc&quot;:地址栏autocomplete候选字符串
|
||||||
|
&quot;query.autoc&quot;:主屏搜索autocomplete候选字符串
|
||||||
|
&quot;home5.html&quot;:自定义主屏
|
||||||
|
&quot;home5.search&quot;:主屏搜索引擎
|
||||||
|
&quot;bookmark.html&quot;:主书签
|
||||||
|
&quot;quickstart.html&quot;:快速访问
|
||||||
|
&quot;colors.txt&quot;:护眼背景色
|
||||||
|
&quot;default.css&quot;:勾选网址特定样式后无匹配情形下的默认样式
|
||||||
|
&quot;night.css&quot;:夜间模式,代替超微内部实现
|
||||||
|
&quot;types.sniff&quot;:嗅探类型
|
||||||
|
&quot;sniff.log&quot;:嗅探结果
|
||||||
|
&quot;history.log&quot;:访问历史
|
||||||
|
&quot;query.log&quot;:查询历史
|
||||||
|
应用内部保护目录(/data/data/info.torapp.uweb/files/):
|
||||||
|
&quot;shortcut/&quot;:动态shortcut刷新目录,若不存在则默认为&quot;/sdcard/uweb/bookmark&quot;目录。</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>常用链接</title>
|
<title>常用链接</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/links/</link>
|
<link>https://jamesfengcao.gitee.io/uweb/links/</link>
|
||||||
|
@ -42,55 +111,6 @@ noproxy::010:
|
||||||
如果网站并非视频类小网站,长按底部工具栏[☰]按钮,选取&quot;禁用iframe&quot;,此法可屏蔽大多数广告。更多可参看自定义样式屏蔽广告。 对非复杂交互非国内广告大厂网页而言(譬如云盘管理属复杂交互),特别是小说网站,可以长按设置,选取&quot;屏蔽外链脚本&quot;。(内在逻辑:小网站一般无力开发完整的广告系统,它们经常使用大厂的广告脚本。) 利用视频全屏播放屏蔽一切广告。 长按[☰]按钮可屏蔽浮动广告。 双正则表达式hosts文件绝杀广告。 针对特定网站的脚本样式屏蔽广告。 对非图片为主的网站可直接关闭图像。 对非交互性网站,可关闭[JS]脚本。 </description>
|
如果网站并非视频类小网站,长按底部工具栏[☰]按钮,选取&quot;禁用iframe&quot;,此法可屏蔽大多数广告。更多可参看自定义样式屏蔽广告。 对非复杂交互非国内广告大厂网页而言(譬如云盘管理属复杂交互),特别是小说网站,可以长按设置,选取&quot;屏蔽外链脚本&quot;。(内在逻辑:小网站一般无力开发完整的广告系统,它们经常使用大厂的广告脚本。) 利用视频全屏播放屏蔽一切广告。 长按[☰]按钮可屏蔽浮动广告。 双正则表达式hosts文件绝杀广告。 针对特定网站的脚本样式屏蔽广告。 对非图片为主的网站可直接关闭图像。 对非交互性网站,可关闭[JS]脚本。 </description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>超微浏览器配置文件列表</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/filenames/</link>
|
|
||||||
<pubDate>Sat, 22 Aug 2020 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uweb/filenames/</guid>
|
|
||||||
<description>下面列表中以&quot;/&quot;结尾者为目录,其余为文件。如果用户勾选“使用内部目录配置”,&quot;sitejs/&quot;,&quot;sitecache/&quot;等位于应用内部保护目录下。否则以下所有文件/目录均位于&quot;/sdcard/uweb&quot;:
|
|
||||||
&quot;css/&quot;:全局样式目录
|
|
||||||
&quot;js/&quot;: 全局脚本目录
|
|
||||||
&quot;sitejs/&quot;:类油猴脚本,针对特定网址
|
|
||||||
&quot;sitecss/&quot;:针对特定网址css样式
|
|
||||||
&quot;bookmarklet/&quot;:js脚本目录
|
|
||||||
&quot;offline/&quot;:
|
|
||||||
&quot;sbookmark/&quot;:超级书签默认目录
|
|
||||||
&quot;sitecache/&quot;:用户供应网站离线数据
|
|
||||||
&quot;longclick/&quot;:长按链接菜单(js)
|
|
||||||
&quot;app[XXX]/&quot;:html5应用目录
|
|
||||||
&quot;default.longclick&quot;:长按链接菜单
|
|
||||||
&quot;default.uas&quot;:浏览器标识
|
|
||||||
&quot;default.urls&quot;:特色服务
|
|
||||||
&quot;default.acmd&quot;:浏览器地址栏功能配置
|
|
||||||
&quot;default.hosts&quot;:广告屏蔽文件
|
|
||||||
&quot;default.redirect&quot;:重定向配置
|
|
||||||
&quot;default.select&quot;:长按“链接”按钮配置
|
|
||||||
&quot;default.cmds&quot;:长按“历史”按钮配置
|
|
||||||
&quot;default.link&quot;:长按“书签”按钮配置
|
|
||||||
&quot;default.gesture&quot;:格式与文件default.link完全相同,定义地址栏下方手势操作
|
|
||||||
&quot;default.button&quot;:格式与文件default.link完全相同,每行从最后一个按钮开始重定义单击功能。
|
|
||||||
&quot;default.filecap&quot;:
|
|
||||||
&quot;default.rjs&quot;:远程及简单脚本
|
|
||||||
&quot;default.engine&quot;:搜索引擎url列表(搜索词部分用%s代替),供自动顺序搜索使用。
|
|
||||||
&quot;default.siteconf&quot;:网站独立设置
|
|
||||||
&quot;default.autoc&quot;:地址栏autocomplete候选字符串
|
|
||||||
&quot;query.autoc&quot;:主屏搜索autocomplete候选字符串
|
|
||||||
&quot;home5.html&quot;:自定义主屏
|
|
||||||
&quot;home5.search&quot;:主屏搜索引擎
|
|
||||||
&quot;bookmark.html&quot;:主书签
|
|
||||||
&quot;quickstart.html&quot;:快速访问
|
|
||||||
&quot;colors.txt&quot;:护眼背景色
|
|
||||||
&quot;default.css&quot;:勾选网址特定样式后无匹配情形下的默认样式
|
|
||||||
&quot;night.css&quot;:夜间模式,代替超微内部实现
|
|
||||||
&quot;types.sniff&quot;:嗅探类型
|
|
||||||
&quot;sniff.log&quot;:嗅探结果
|
|
||||||
&quot;history.log&quot;:访问历史
|
|
||||||
&quot;query.log&quot;:查询历史
|
|
||||||
应用内部保护目录(/data/data/info.torapp.uweb/files/):
|
|
||||||
&quot;shortcut/&quot;:动态shortcut刷新目录,若不存在则默认为&quot;/sdcard/uweb/bookmark&quot;目录。</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>html5应用</title>
|
<title>html5应用</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/html5/</link>
|
<link>https://jamesfengcao.gitee.io/uweb/html5/</link>
|
||||||
|
@ -98,6 +118,8 @@ noproxy::010:
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uweb/html5/</guid>
|
<guid>https://jamesfengcao.gitee.io/uweb/html5/</guid>
|
||||||
<description>超微配置目录下的子目录名如果以&quot;app&quot;开始(譬如&quot;/sdcard/uweb/appPDF&quot;),则这些&quot;app&quot;开头目录树下放置的html5应用将可获得功能增强。
|
<description>超微配置目录下的子目录名如果以&quot;app&quot;开始(譬如&quot;/sdcard/uweb/appPDF&quot;),则这些&quot;app&quot;开头目录树下放置的html5应用将可获得功能增强。
|
||||||
|
配置default.filecap并打开选项“文件预处理”,清后台重启浏览器后超微可直接阅读应用对应格式文件。
|
||||||
|
点击配置pdf.js,djvu.js,epub.js reader
|
||||||
比较有用的是mozilla的pdf.js,可用来显示在线或本地pdf文件。直接解压缩下载的pdf.js包至appXXX子目录下,并在超微浏览器下访问如下url:
|
比较有用的是mozilla的pdf.js,可用来显示在线或本地pdf文件。直接解压缩下载的pdf.js包至appXXX子目录下,并在超微浏览器下访问如下url:
|
||||||
file:///sdcard/uweb/appXXX....../web/viewer.html?file=[绝对或相对路径].pdf#page=[xxx]
|
file:///sdcard/uweb/appXXX....../web/viewer.html?file=[绝对或相对路径].pdf#page=[xxx]
|
||||||
则浏览器直接跳转到pdf文件指定页。与主屏多引擎搜索及少量脚本结合使用,可对任何pdf文件进行字典检索。
|
则浏览器直接跳转到pdf文件指定页。与主屏多引擎搜索及少量脚本结合使用,可对任何pdf文件进行字典检索。
|
||||||
|
@ -213,24 +235,6 @@ seedr的问题是首次登录需要google人机验证,登录成功以后可以
|
||||||
现在直接上方案,使用超微浏览器多账号登录。飞行1分钟以后成功登录seedr, 此时退出浏览器,千万不能强退,一定要让运存中的登录信息写到内部存储。然后用户可备份应用内部目录下的.cjar文件,一旦浏览器失去登录状态,可恢复此文件,即可使用多账号登录重新登录,让这1分钟飞行成果保存下来,供万万年使用。需要注意的一点是:用户退出seedr账号会使保存的文件作废。故千万不要退出账号,需要用其它账号登录的请使用多账号登录。</description>
|
现在直接上方案,使用超微浏览器多账号登录。飞行1分钟以后成功登录seedr, 此时退出浏览器,千万不能强退,一定要让运存中的登录信息写到内部存储。然后用户可备份应用内部目录下的.cjar文件,一旦浏览器失去登录状态,可恢复此文件,即可使用多账号登录重新登录,让这1分钟飞行成果保存下来,供万万年使用。需要注意的一点是:用户退出seedr账号会使保存的文件作废。故千万不要退出账号,需要用其它账号登录的请使用多账号登录。</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>利用文件预处理预览/查看/播放一切可下载资源</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/filecap/</link>
|
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uweb/filecap/</guid>
|
|
||||||
<description>技巧等级:中级
|
|
||||||
文件预处理配置文件为/sdcard/uweb/default.filecap,每行格式如下:
|
|
||||||
[文件后缀]:[mimetype]:[处理命令]
|
|
||||||
其中文件后缀可允许最多两段后缀,譬如&quot;txt.xz&quot;,&quot;html.gz&quot;。
|
|
||||||
mimetype表示命令处理后的输出内容格式。
|
|
||||||
处理命令与default.cmds相同,主要可能用到如下替换:
|
|
||||||
%u(网址或文件路径)、%U(编码以后的网址)、%c(当前网址cookie)、%p(密码保护网站中的密码,curl格式)。
|
|
||||||
利用文件预处理,超微浏览器现在可以预览/查看/播放一切可下载资源,并且可以利用不同网站在线服务预览不同的文件,而手机上一个应用都不用装。
|
|
||||||
配置/sdcard/uweb/default.filecap如下:
|
|
||||||
txt:text/html:curl %p "%u" mp3:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m4b:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m3u8:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mp4:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mkv:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' doc::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U' xls::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U' ppt::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U' docx::am start --user 0 -a android.</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>利用浏览器地址栏对函数作图</title>
|
<title>利用浏览器地址栏对函数作图</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/gnuplot/</link>
|
<link>https://jamesfengcao.gitee.io/uweb/gnuplot/</link>
|
||||||
|
|
|
@ -4,11 +4,11 @@ mp3:text/html:echo '<audio controls width=100% height=100%><source src="%u"></au
|
||||||
m4b:text/html:echo '<audio controls width=100% height=100%><source src="%u"></audio>'
|
m4b:text/html:echo '<audio controls width=100% height=100%><source src="%u"></audio>'
|
||||||
mp4:text/html:echo '<video controls width=100% height=100%><source src="%u"></video>'
|
mp4:text/html:echo '<video controls width=100% height=100%><source src="%u"></video>'
|
||||||
mkv:text/html:echo '<video controls width=100% height=100%><source src="%u"></video>'
|
mkv:text/html:echo '<video controls width=100% height=100%><source src="%u"></video>'
|
||||||
doc::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U'
|
doc:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
||||||
xls::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U'
|
xls:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
||||||
ppt::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U'
|
ppt:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
||||||
docx::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U'
|
docx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
||||||
xlsx::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U'
|
xlsx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
||||||
pptx::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U'
|
pptx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
|
|
3
searchurl/txt/filecap.cfg
Normal file
3
searchurl/txt/filecap.cfg
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
pdf:uweb:echo file:///sdcard/uweb/app/pdf.js/web/viewer.html?file=%u
|
||||||
|
djvu:uweb:echo file:///sdcard/uweb/app/djvu.html?url=%u
|
||||||
|
epub:uweb:echo file:///sdcard/uweb/app/reader/index.html?bookPath==%u
|
44
sitemap.xml
44
sitemap.xml
|
@ -4,17 +4,37 @@
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uweb/</loc>
|
<loc>https://jamesfengcao.gitee.io/uweb/</loc>
|
||||||
<lastmod>2020-08-23T00:00:00+00:00</lastmod>
|
<lastmod>2020-08-24T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uweb/_posts/</loc>
|
<loc>https://jamesfengcao.gitee.io/uweb/_posts/</loc>
|
||||||
<lastmod>2020-08-23T00:00:00+00:00</lastmod>
|
<lastmod>2020-08-24T00:00:00+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://jamesfengcao.gitee.io/uweb/tags/curl/</loc>
|
||||||
|
<lastmod>2020-08-24T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uweb/tags/</loc>
|
<loc>https://jamesfengcao.gitee.io/uweb/tags/</loc>
|
||||||
<lastmod>2020-08-23T00:00:00+00:00</lastmod>
|
<lastmod>2020-08-24T00:00:00+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://jamesfengcao.gitee.io/uweb/tags/termux/</loc>
|
||||||
|
<lastmod>2020-08-24T00:00:00+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://jamesfengcao.gitee.io/uweb/filecap/</loc>
|
||||||
|
<lastmod>2020-08-24T00:00:00+00:00</lastmod>
|
||||||
|
</url>
|
||||||
|
|
||||||
|
<url>
|
||||||
|
<loc>https://jamesfengcao.gitee.io/uweb/filenames/</loc>
|
||||||
|
<lastmod>2020-08-24T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
|
@ -32,11 +52,6 @@
|
||||||
<lastmod>2020-08-23T00:00:00+00:00</lastmod>
|
<lastmod>2020-08-23T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
|
||||||
<loc>https://jamesfengcao.gitee.io/uweb/filenames/</loc>
|
|
||||||
<lastmod>2020-08-22T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uweb/html5/</loc>
|
<loc>https://jamesfengcao.gitee.io/uweb/html5/</loc>
|
||||||
<lastmod>2020-08-20T00:00:00+00:00</lastmod>
|
<lastmod>2020-08-20T00:00:00+00:00</lastmod>
|
||||||
|
@ -52,11 +67,6 @@
|
||||||
<lastmod>2018-01-20T00:00:00+00:00</lastmod>
|
<lastmod>2018-01-20T00:00:00+00:00</lastmod>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
|
||||||
<loc>https://jamesfengcao.gitee.io/uweb/tags/termux/</loc>
|
|
||||||
<lastmod>2018-01-20T00:00:00+00:00</lastmod>
|
|
||||||
</url>
|
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uweb/cmd/</loc>
|
<loc>https://jamesfengcao.gitee.io/uweb/cmd/</loc>
|
||||||
<lastmod>2018-01-20T00:00:00+00:00</lastmod>
|
<lastmod>2018-01-20T00:00:00+00:00</lastmod>
|
||||||
|
@ -79,10 +89,6 @@
|
||||||
<loc>https://jamesfengcao.gitee.io/uweb/globalcss/</loc>
|
<loc>https://jamesfengcao.gitee.io/uweb/globalcss/</loc>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
|
||||||
<loc>https://jamesfengcao.gitee.io/uweb/tags/curl/</loc>
|
|
||||||
</url>
|
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uweb/tags/javascript/</loc>
|
<loc>https://jamesfengcao.gitee.io/uweb/tags/javascript/</loc>
|
||||||
</url>
|
</url>
|
||||||
|
@ -111,10 +117,6 @@
|
||||||
<loc>https://jamesfengcao.gitee.io/uweb/multiaccount/</loc>
|
<loc>https://jamesfengcao.gitee.io/uweb/multiaccount/</loc>
|
||||||
</url>
|
</url>
|
||||||
|
|
||||||
<url>
|
|
||||||
<loc>https://jamesfengcao.gitee.io/uweb/filecap/</loc>
|
|
||||||
</url>
|
|
||||||
|
|
||||||
<url>
|
<url>
|
||||||
<loc>https://jamesfengcao.gitee.io/uweb/gnuplot/</loc>
|
<loc>https://jamesfengcao.gitee.io/uweb/gnuplot/</loc>
|
||||||
</url>
|
</url>
|
||||||
|
|
|
@ -6,6 +6,7 @@
|
||||||
<description>Recent content in curl on </description>
|
<description>Recent content in curl on </description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
|
<lastBuildDate>Mon, 24 Aug 2020 00:00:00 +0000</lastBuildDate>
|
||||||
|
|
||||||
<atom:link href="https://jamesfengcao.gitee.io/uweb/tags/curl/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://jamesfengcao.gitee.io/uweb/tags/curl/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
@ -13,7 +14,7 @@
|
||||||
<item>
|
<item>
|
||||||
<title>利用文件预处理预览/查看/播放一切可下载资源</title>
|
<title>利用文件预处理预览/查看/播放一切可下载资源</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/filecap/</link>
|
<link>https://jamesfengcao.gitee.io/uweb/filecap/</link>
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uweb/filecap/</guid>
|
<guid>https://jamesfengcao.gitee.io/uweb/filecap/</guid>
|
||||||
<description>技巧等级:中级
|
<description>技巧等级:中级
|
||||||
|
@ -25,7 +26,9 @@ mimetype表示命令处理后的输出内容格式。
|
||||||
%u(网址或文件路径)、%U(编码以后的网址)、%c(当前网址cookie)、%p(密码保护网站中的密码,curl格式)。
|
%u(网址或文件路径)、%U(编码以后的网址)、%c(当前网址cookie)、%p(密码保护网站中的密码,curl格式)。
|
||||||
利用文件预处理,超微浏览器现在可以预览/查看/播放一切可下载资源,并且可以利用不同网站在线服务预览不同的文件,而手机上一个应用都不用装。
|
利用文件预处理,超微浏览器现在可以预览/查看/播放一切可下载资源,并且可以利用不同网站在线服务预览不同的文件,而手机上一个应用都不用装。
|
||||||
配置/sdcard/uweb/default.filecap如下:
|
配置/sdcard/uweb/default.filecap如下:
|
||||||
txt:text/html:curl %p "%u" mp3:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m4b:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m3u8:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mp4:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mkv:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' doc::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U' xls::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U' ppt::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U' docx::am start --user 0 -a android.</description>
|
txt:text/html:curl %p "%u" mp3:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m4b:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m3u8:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mp4:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mkv:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' doc:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U xls:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U ppt:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U docx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U xlsx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U pptx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U xz:text/plain:curl %p "%u"|xz -d -- 安装过相应的html5应用,则如下配置阅读相应格式文件:
|
||||||
|
pdf:uweb:echo file:///sdcard/uweb/app/pdf.js/web/viewer.html?file=%u djvu:uweb:echo file:///sdcard/uweb/app/djvu.html?url=%u epub:uweb:echo file:///sdcard/uweb/app/reader/index.html?bookPath==%u 长按设置按钮,勾选“文件预处理”,清后台重启浏览器。则网页上点击下载按钮时上述文件类型会自动预览。
|
||||||
|
如果用户配置中处理命令用到curl,则需要安装Termux,并在Termux中安装curl (&quot;apt install curl&quot;)。</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
</channel>
|
</channel>
|
||||||
|
|
|
@ -6,11 +6,29 @@
|
||||||
<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>Sun, 23 Aug 2020 00:00:00 +0000</lastBuildDate>
|
<lastBuildDate>Mon, 24 Aug 2020 00:00:00 +0000</lastBuildDate>
|
||||||
|
|
||||||
<atom:link href="https://jamesfengcao.gitee.io/uweb/tags/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://jamesfengcao.gitee.io/uweb/tags/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>curl</title>
|
||||||
|
<link>https://jamesfengcao.gitee.io/uweb/tags/curl/</link>
|
||||||
|
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uweb/tags/curl/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>termux</title>
|
||||||
|
<link>https://jamesfengcao.gitee.io/uweb/tags/termux/</link>
|
||||||
|
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uweb/tags/termux/</guid>
|
||||||
|
<description></description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>广告屏蔽</title>
|
<title>广告屏蔽</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/tags/%E5%B9%BF%E5%91%8A%E5%B1%8F%E8%94%BD/</link>
|
<link>https://jamesfengcao.gitee.io/uweb/tags/%E5%B9%BF%E5%91%8A%E5%B1%8F%E8%94%BD/</link>
|
||||||
|
@ -29,15 +47,6 @@
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>termux</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/tags/termux/</link>
|
|
||||||
<pubDate>Sat, 20 Jan 2018 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uweb/tags/termux/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>剪贴板</title>
|
<title>剪贴板</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</link>
|
<link>https://jamesfengcao.gitee.io/uweb/tags/%E5%89%AA%E8%B4%B4%E6%9D%BF/</link>
|
||||||
|
@ -56,15 +65,6 @@
|
||||||
<description></description>
|
<description></description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>curl</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/tags/curl/</link>
|
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uweb/tags/curl/</guid>
|
|
||||||
<description></description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>javascript</title>
|
<title>javascript</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/tags/javascript/</link>
|
<link>https://jamesfengcao.gitee.io/uweb/tags/javascript/</link>
|
||||||
|
|
|
@ -18,6 +18,12 @@
|
||||||
<h1 class="title">termux</h1>
|
<h1 class="title">termux</h1>
|
||||||
<ul class="posts">
|
<ul class="posts">
|
||||||
|
|
||||||
|
<li class="post">
|
||||||
|
<a href="https://jamesfengcao.gitee.io/uweb/filecap/">
|
||||||
|
<span>利用文件预处理预览/查看/播放一切可下载资源</span>
|
||||||
|
</a>
|
||||||
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="https://jamesfengcao.gitee.io/uweb/cmd/">
|
<a href="https://jamesfengcao.gitee.io/uweb/cmd/">
|
||||||
<span>一键执行任意预定义命令(附手机PC剪贴板互通)</span>
|
<span>一键执行任意预定义命令(附手机PC剪贴板互通)</span>
|
||||||
|
@ -30,12 +36,6 @@
|
||||||
</a>
|
</a>
|
||||||
</li>
|
</li>
|
||||||
|
|
||||||
<li class="post">
|
|
||||||
<a href="https://jamesfengcao.gitee.io/uweb/filecap/">
|
|
||||||
<span>利用文件预处理预览/查看/播放一切可下载资源</span>
|
|
||||||
</a>
|
|
||||||
</li>
|
|
||||||
|
|
||||||
<li class="post">
|
<li class="post">
|
||||||
<a href="https://jamesfengcao.gitee.io/uweb/gnuplot/">
|
<a href="https://jamesfengcao.gitee.io/uweb/gnuplot/">
|
||||||
<span>利用浏览器地址栏对函数作图</span>
|
<span>利用浏览器地址栏对函数作图</span>
|
||||||
|
|
|
@ -6,11 +6,31 @@
|
||||||
<description>Recent content in termux on </description>
|
<description>Recent content in termux on </description>
|
||||||
<generator>Hugo -- gohugo.io</generator>
|
<generator>Hugo -- gohugo.io</generator>
|
||||||
<language>en-us</language>
|
<language>en-us</language>
|
||||||
<lastBuildDate>Sat, 20 Jan 2018 00:00:00 +0000</lastBuildDate>
|
<lastBuildDate>Mon, 24 Aug 2020 00:00:00 +0000</lastBuildDate>
|
||||||
|
|
||||||
<atom:link href="https://jamesfengcao.gitee.io/uweb/tags/termux/index.xml" rel="self" type="application/rss+xml" />
|
<atom:link href="https://jamesfengcao.gitee.io/uweb/tags/termux/index.xml" rel="self" type="application/rss+xml" />
|
||||||
|
|
||||||
|
|
||||||
|
<item>
|
||||||
|
<title>利用文件预处理预览/查看/播放一切可下载资源</title>
|
||||||
|
<link>https://jamesfengcao.gitee.io/uweb/filecap/</link>
|
||||||
|
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||||
|
|
||||||
|
<guid>https://jamesfengcao.gitee.io/uweb/filecap/</guid>
|
||||||
|
<description>技巧等级:中级
|
||||||
|
文件预处理配置文件为/sdcard/uweb/default.filecap,每行格式如下:
|
||||||
|
[文件后缀]:[mimetype]:[处理命令]
|
||||||
|
其中文件后缀可允许最多两段后缀,譬如&quot;txt.xz&quot;,&quot;html.gz&quot;。
|
||||||
|
mimetype表示命令处理后的输出内容格式。
|
||||||
|
处理命令与default.cmds相同,主要可能用到如下替换:
|
||||||
|
%u(网址或文件路径)、%U(编码以后的网址)、%c(当前网址cookie)、%p(密码保护网站中的密码,curl格式)。
|
||||||
|
利用文件预处理,超微浏览器现在可以预览/查看/播放一切可下载资源,并且可以利用不同网站在线服务预览不同的文件,而手机上一个应用都不用装。
|
||||||
|
配置/sdcard/uweb/default.filecap如下:
|
||||||
|
txt:text/html:curl %p "%u" mp3:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m4b:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m3u8:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mp4:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mkv:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' doc:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U xls:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U ppt:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U docx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U xlsx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U pptx:uweb:echo https://view.officeapps.live.com/op/view.aspx?src=%U xz:text/plain:curl %p "%u"|xz -d -- 安装过相应的html5应用,则如下配置阅读相应格式文件:
|
||||||
|
pdf:uweb:echo file:///sdcard/uweb/app/pdf.js/web/viewer.html?file=%u djvu:uweb:echo file:///sdcard/uweb/app/djvu.html?url=%u epub:uweb:echo file:///sdcard/uweb/app/reader/index.html?bookPath==%u 长按设置按钮,勾选“文件预处理”,清后台重启浏览器。则网页上点击下载按钮时上述文件类型会自动预览。
|
||||||
|
如果用户配置中处理命令用到curl,则需要安装Termux,并在Termux中安装curl (&quot;apt install curl&quot;)。</description>
|
||||||
|
</item>
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>一键执行任意预定义命令(附手机PC剪贴板互通)</title>
|
<title>一键执行任意预定义命令(附手机PC剪贴板互通)</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/cmd/</link>
|
<link>https://jamesfengcao.gitee.io/uweb/cmd/</link>
|
||||||
|
@ -58,24 +78,6 @@ mv BaiduPCS-Go /data/data/com.termux/files/usr/bin/. 配置/sdcard/uweb/default.
|
||||||
</description>
|
</description>
|
||||||
</item>
|
</item>
|
||||||
|
|
||||||
<item>
|
|
||||||
<title>利用文件预处理预览/查看/播放一切可下载资源</title>
|
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/filecap/</link>
|
|
||||||
<pubDate>Mon, 01 Jan 0001 00:00:00 +0000</pubDate>
|
|
||||||
|
|
||||||
<guid>https://jamesfengcao.gitee.io/uweb/filecap/</guid>
|
|
||||||
<description>技巧等级:中级
|
|
||||||
文件预处理配置文件为/sdcard/uweb/default.filecap,每行格式如下:
|
|
||||||
[文件后缀]:[mimetype]:[处理命令]
|
|
||||||
其中文件后缀可允许最多两段后缀,譬如&quot;txt.xz&quot;,&quot;html.gz&quot;。
|
|
||||||
mimetype表示命令处理后的输出内容格式。
|
|
||||||
处理命令与default.cmds相同,主要可能用到如下替换:
|
|
||||||
%u(网址或文件路径)、%U(编码以后的网址)、%c(当前网址cookie)、%p(密码保护网站中的密码,curl格式)。
|
|
||||||
利用文件预处理,超微浏览器现在可以预览/查看/播放一切可下载资源,并且可以利用不同网站在线服务预览不同的文件,而手机上一个应用都不用装。
|
|
||||||
配置/sdcard/uweb/default.filecap如下:
|
|
||||||
txt:text/html:curl %p "%u" mp3:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m4b:text/html:echo '&lt;audio controls width=100% height=100%&lt;source src="%u"&lt;/audio' m3u8:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mp4:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' mkv:text/html:echo '&lt;video controls width=100% height=100%&lt;source src="%u"&lt;/video' doc::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U' xls::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U' ppt::am start --user 0 -a android.intent.action.VIEW -d 'https://view.officeapps.live.com/op/view.aspx?src=%U' docx::am start --user 0 -a android.</description>
|
|
||||||
</item>
|
|
||||||
|
|
||||||
<item>
|
<item>
|
||||||
<title>利用浏览器地址栏对函数作图</title>
|
<title>利用浏览器地址栏对函数作图</title>
|
||||||
<link>https://jamesfengcao.gitee.io/uweb/gnuplot/</link>
|
<link>https://jamesfengcao.gitee.io/uweb/gnuplot/</link>
|
||||||
|
|
Loading…
Reference in a new issue