mirror of
https://github.com/torappinfo/uweb.git
synced 2026-03-14 14:45:45 +01:00
add data clearing menu
This commit is contained in:
parent
434460c8bb
commit
a01d043575
16 changed files with 36 additions and 35 deletions
|
|
@ -92,7 +92,7 @@
|
|||
|
||||
</div>
|
||||
<p>Last Modified: 19 August 2024<br>
|
||||
update search engines<br>
|
||||
add mimetype 'q' for quit<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -49,7 +49,7 @@
|
|||
</ul>
|
||||
<p>Click the following links to install commands with <a href="../index.html#">uweb browser</a>. <b>Force exit and re-launch the app</b>, then long press the button with clock icon to popup the command menu.</p>
|
||||
<p>Configuration file "default.cmds" examples:</p>
|
||||
<p><a href="i:03Clear data::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete">Clear data::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete</a></p>
|
||||
<p><a href="i:03Quit & clear data:q:toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete">Quit & clear data:q:toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete</a></p>
|
||||
<p><a href="i:03Clear database::rm -rf /data/data/info.torapp.uweb/databases/*">Clear database::rm -rf /data/data/info.torapp.uweb/databases/*</a></p>
|
||||
<p><a href="i:03Append query to autocomplete:uweb:cd /data/data/info.torapp.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i>a.tmp;mv a.tmp default.autoc;>query.log;echo file:///data/data/info.torapp.uweb/files/default.autoc">Append query to autocomplete:uweb:cd /data/data/info.torapp.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i>a.tmp;mv a.tmp default.autoc;>query.log;echo file:///data/data/info.torapp.uweb/files/default.autoc</a></p>
|
||||
<p><a href="i:03Clear cache::toybox rm -rf /data/data/info.torapp.uweb/cache">Clear cache::toybox rm -rf /data/data/info.torapp.uweb/cache</a></p>
|
||||
|
|
@ -115,8 +115,8 @@ Clipboard2QR needs libqrencode.</p>
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 18 August 2024<br>
|
||||
uweb: user commands to use mimetype 'q' to quit app<br>
|
||||
<p>Last Modified: 20 August 2024<br>
|
||||
add mimetype 'q' for quit<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.132.1">
|
||||
<meta name="generator" content="Hugo 0.133.0">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="alternate" type="application/rss+xml" href="../en/index.xml" title="uweb browser: unlimited power">
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content on uweb browser: unlimited power</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<lastBuildDate>Mon, 19 Aug 2024 10:01:04 +0800</lastBuildDate>
|
||||
<lastBuildDate>Tue, 20 Aug 2024 09:00:02 +0800</lastBuildDate>
|
||||
<atom:link href="/en/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Text selection</title>
|
||||
|
|
@ -153,7 +153,7 @@
|
|||
<link>/en/cmds/</link>
|
||||
<pubDate>Thu, 02 Jun 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/en/cmds/</guid>
|
||||
<description>Click the following links to install commands with uweb browser. Force exit and re-launch the app, then long press the button with clock icon to popup the command menu.
Configuration file &quot;default.cmds&quot; examples:
Clear data::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete
Clear database::rm -rf /data/data/info.torapp.uweb/databases/*
Append query to autocomplete:uweb:cd /data/data/info.torapp.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i&gt;a.tmp;mv a.tmp default.autoc;&gt;query.log;echo file:///data/data/info.torapp.uweb/files/default.autoc
Clear cache::toybox rm -rf /data/data/info.torapp.uweb/cache
Clear logcat::logcat -c</description>
|
||||
<description>Click the following links to install commands with uweb browser. Force exit and re-launch the app, then long press the button with clock icon to popup the command menu.
Configuration file &quot;default.cmds&quot; examples:
Quit &amp; clear data:q:toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete
Clear database::rm -rf /data/data/info.torapp.uweb/databases/*
Append query to autocomplete:uweb:cd /data/data/info.torapp.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i&gt;a.tmp;mv a.tmp default.autoc;&gt;query.log;echo file:///data/data/info.torapp.uweb/files/default.autoc
Clear cache::toybox rm -rf /data/data/info.torapp.uweb/cache</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Execute javascript codes</title>
|
||||
|
|
|
|||
|
|
@ -9,7 +9,7 @@
|
|||
<lastmod>2024-07-12T10:48:12+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>/en/</loc>
|
||||
<lastmod>2024-08-19T10:01:04+08:00</lastmod>
|
||||
<lastmod>2024-08-20T09:00:02+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
|
@ -187,7 +187,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/topposts/</loc>
|
||||
<lastmod>2024-08-18T18:03:02+08:00</lastmod>
|
||||
<lastmod>2024-08-20T09:00:02+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
|
@ -352,7 +352,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/cmds/</loc>
|
||||
<lastmod>2024-08-18T18:03:02+08:00</lastmod>
|
||||
<lastmod>2024-08-20T09:00:02+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content in Topposts on uweb browser: unlimited power</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>en</language>
|
||||
<lastBuildDate>Sun, 18 Aug 2024 18:03:02 +0800</lastBuildDate>
|
||||
<lastBuildDate>Tue, 20 Aug 2024 09:00:02 +0800</lastBuildDate>
|
||||
<atom:link href="/en/topposts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>Search engines</title>
|
||||
|
|
@ -41,7 +41,7 @@
|
|||
<link>/en/cmds/</link>
|
||||
<pubDate>Thu, 02 Jun 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/en/cmds/</guid>
|
||||
<description>Click the following links to install commands with uweb browser. Force exit and re-launch the app, then long press the button with clock icon to popup the command menu.
Configuration file &quot;default.cmds&quot; examples:
Clear data::toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete
Clear database::rm -rf /data/data/info.torapp.uweb/databases/*
Append query to autocomplete:uweb:cd /data/data/info.torapp.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i&gt;a.tmp;mv a.tmp default.autoc;&gt;query.log;echo file:///data/data/info.torapp.uweb/files/default.autoc
Clear cache::toybox rm -rf /data/data/info.torapp.uweb/cache
Clear logcat::logcat -c</description>
|
||||
<description>Click the following links to install commands with uweb browser. Force exit and re-launch the app, then long press the button with clock icon to popup the command menu.
Configuration file &quot;default.cmds&quot; examples:
Quit &amp; clear data:q:toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete
Clear database::rm -rf /data/data/info.torapp.uweb/databases/*
Append query to autocomplete:uweb:cd /data/data/info.torapp.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i&gt;a.tmp;mv a.tmp default.autoc;&gt;query.log;echo file:///data/data/info.torapp.uweb/files/default.autoc
Clear cache::toybox rm -rf /data/data/info.torapp.uweb/cache</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Execute javascript codes</title>
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<script>var verCode = %1%;</script>
|
||||
<script>
|
||||
(function(){
|
||||
let latestV = 1050;
|
||||
let latestV = 1051;
|
||||
try {
|
||||
if(verCode>=latestV) {alert("Already up to date!");return;}
|
||||
}catch(e){}
|
||||
|
|
|
|||
|
|
@ -4,14 +4,14 @@
|
|||
<sitemap>
|
||||
<loc>/en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2024-08-19T10:01:04+08:00</lastmod>
|
||||
<lastmod>2024-08-20T09:00:02+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
<sitemap>
|
||||
<loc>/zh/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2024-08-19T11:03:25+08:00</lastmod>
|
||||
<lastmod>2024-08-20T08:59:04+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content in _Posts on 超微浏览器: 威、快、高效、极致优化</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>zh</language>
|
||||
<lastBuildDate>Fri, 19 Jul 2024 10:09:41 +0800</lastBuildDate>
|
||||
<lastBuildDate>Tue, 20 Aug 2024 08:55:46 +0800</lastBuildDate>
|
||||
<atom:link href="/zh/_posts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
|
|
@ -83,7 +83,7 @@
|
|||
<link>/zh/bookmark/</link>
|
||||
<pubDate>Wed, 18 May 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/bookmark/</guid>
|
||||
<description>所有书签都可通过&quot;长按链接-&gt;命令-&gt;书签&quot;保存链接为书签。书签菜单可至特色服务网页安装。
AI/chatGPT:
kimi yuanbao taichu zhida iflow yuewen sou100 deepseek 文本/文件共享
网络剪贴板 txtpad getnote cmd.im Wait for url from other devices
gamezop
分类书签模板 点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。
&quot;小说.html&quot;: 自动使用阅读模式
href=&quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&quot;&gt;&quot;txt.html&quot;: 在线阅读下载直链(txt/html)
镜像 google镜像
Google等镜像
Termux命令书签 以下书签需&quot;长按以下链接-&gt;新窗口打开&quot;才能在此网页正常执行。
需安装定制版termux及相应工具,
计算器bc
全能计算器bc</description>
|
||||
<description>所有书签都可通过&quot;长按链接-&gt;命令-&gt;书签&quot;保存链接为书签。书签菜单可至特色服务网页安装。
AI/chatGPT:
kimi yuanbao taichu zhida iflow yuewen sou100 deepseek xiezuocat 文本/文件共享
网络剪贴板 txtpad getnote cmd.im Wait for url from other devices
gamezop
分类书签模板 点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。
&quot;小说.html&quot;: 自动使用阅读模式
href=&quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&quot;&gt;&quot;txt.html&quot;: 在线阅读下载直链(txt/html)
镜像 google镜像
Google等镜像
Termux命令书签 以下书签需&quot;长按以下链接-&gt;新窗口打开&quot;才能在此网页正常执行。
需安装定制版termux及相应工具,
计算器bc
全能计算器bc</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>利用用户自定义样式屏蔽不良信息</title>
|
||||
|
|
|
|||
|
|
@ -58,6 +58,7 @@ AI/chatGPT:</p>
|
|||
<li><a href="https://yuewen.cn/chats/new">yuewen</a></li>
|
||||
<li><a href="https://www.sou100.com">sou100</a></li>
|
||||
<li><a href="https://chat.deepseek.com/coder">deepseek</a></li>
|
||||
<li><a href="https://xiezuocat.com">xiezuocat</a></li>
|
||||
</ul>
|
||||
<p>文本/文件共享</p>
|
||||
<ul>
|
||||
|
|
@ -82,8 +83,8 @@ AI/chatGPT:</p>
|
|||
<a href="c:bc -l *.bc">全能计算器bc</a></p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 19 July 2024<br>
|
||||
add search engines for cloud storages<br>
|
||||
<p>Last Modified: 20 August 2024<br>
|
||||
add mimetype 'q' for quit<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -50,7 +50,7 @@
|
|||
<p><a href="../index.html#">超微浏览器</a>下点击配置链接可自动添加常用命令,<b>强制清空后台重启后</b>长按历史按钮可用。</p>
|
||||
<p><a href="i:0gdefault.cmds:https://cdn.jsdelivr.net/gh/torappinfo/uweb/zh/searchurl/txt/cmds.cfg">打开剪贴板内链接、代码编辑器、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令)、本地markdown显示(支持数学公式、各类图表)等</a></p>
|
||||
<p>配置文件"default.cmds"示例:</p>
|
||||
<p><a href="i:03清空浏览数据:q:toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete">清空浏览数据:q:toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete</a></p>
|
||||
<p><a href="i:03退出并清空数据:q:toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete">退出并清空数据:q:toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete</a></p>
|
||||
<p><a href="i:03清空应用数据库::rm -rf /data/data/info.torapp.uweb/databases/*">清空应用数据库::rm -rf /data/data/info.torapp.uweb/databases/*</a></p>
|
||||
<p><a href="i:03本地备份配置::toybox cp -r /data/data/info.torapp.uweb/files /sdcard/Download/uweb">本地备份配置::toybox cp -r /data/data/info.torapp.uweb/files /sdcard/Download/uweb</a></p>
|
||||
<p><a href="i:03本地恢复配置::toybox cp -r /sdcard/Download/uweb/* /data/data/info.torapp.uweb/files/.">本地恢复配置::toybox cp -r /sdcard/Download/uweb/* /data/data/info.torapp.uweb/files/.</a></p>
|
||||
|
|
@ -94,8 +94,8 @@
|
|||
剪贴板_二维码需安装libqrencode.</p>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 19 August 2024<br>
|
||||
update search engines<br>
|
||||
<p>Last Modified: 20 August 2024<br>
|
||||
add mimetype 'q' for quit<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
|
||||
|
|
|
|||
|
|
@ -1,7 +1,7 @@
|
|||
<!doctype html>
|
||||
<html>
|
||||
<head>
|
||||
<meta name="generator" content="Hugo 0.132.1">
|
||||
<meta name="generator" content="Hugo 0.133.0">
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
||||
<link rel="alternate" type="application/rss+xml" href="../zh/index.xml" title="超微浏览器: 威、快、高效、极致优化">
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content on 超微浏览器: 威、快、高效、极致优化</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>zh</language>
|
||||
<lastBuildDate>Mon, 19 Aug 2024 11:03:25 +0800</lastBuildDate>
|
||||
<lastBuildDate>Tue, 20 Aug 2024 08:59:04 +0800</lastBuildDate>
|
||||
<atom:link href="/zh/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>操作选中(富)文本/元素</title>
|
||||
|
|
@ -97,7 +97,7 @@
|
|||
<link>/zh/cmds/</link>
|
||||
<pubDate>Wed, 01 Jun 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/cmds/</guid>
|
||||
<description>超微浏览器下点击配置链接可自动添加常用命令,强制清空后台重启后长按历史按钮可用。
打开剪贴板内链接、代码编辑器、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令)、本地markdown显示(支持数学公式、各类图表)等
配置文件&quot;default.cmds&quot;示例:
清空浏览数据:q:toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete
清空应用数据库::rm -rf /data/data/info.torapp.uweb/databases/*
本地备份配置::toybox cp -r /data/data/info.torapp.uweb/files /sdcard/Download/uweb
本地恢复配置::toybox cp -r /sdcard/Download/uweb/* /data/data/info.torapp.uweb/files/.
合并查询历史至自动填充:uweb:cd /data/data/info.torapp.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i&gt;a.tmp;mv a.tmp default.autoc;&gt;query.log;echo file:///data/data/info.torapp.uweb/files/default.autoc
清空缓存::toybox rm -rf /data/data/info.torapp.uweb/cache
清空logcat::logcat -c
输出logcat.log::logcat -d &gt; logcat.log
复制cookie:/clip:printf '%c'
tgz install::toybox tar -xzf %f -C /
以下命令需修改接收端IP定制。另外,发送消息前接收端需首先执行“等待网络消息”命令。
发送剪贴板:clip/uweb:printf 'i:5ji:5b';cat
发送url::printf '%u'|/system/bin/toybox nc 192.168.2.155 1500
发送url(书签)::printf 'i:51../home5:i:0mc16:%u'|/system/bin/toybox nc 192.168.2.155 1500</description>
|
||||
<description>超微浏览器下点击配置链接可自动添加常用命令,强制清空后台重启后长按历史按钮可用。
打开剪贴板内链接、代码编辑器、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令)、本地markdown显示(支持数学公式、各类图表)等
配置文件&quot;default.cmds&quot;示例:
退出并清空数据:q:toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete
清空应用数据库::rm -rf /data/data/info.torapp.uweb/databases/*
本地备份配置::toybox cp -r /data/data/info.torapp.uweb/files /sdcard/Download/uweb
本地恢复配置::toybox cp -r /sdcard/Download/uweb/* /data/data/info.torapp.uweb/files/.
合并查询历史至自动填充:uweb:cd /data/data/info.torapp.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i&gt;a.tmp;mv a.tmp default.autoc;&gt;query.log;echo file:///data/data/info.torapp.uweb/files/default.autoc
清空缓存::toybox rm -rf /data/data/info.torapp.uweb/cache
清空logcat::logcat -c
输出logcat.log::logcat -d &gt; logcat.log
复制cookie:/clip:printf '%c'
tgz install::toybox tar -xzf %f -C /
以下命令需修改接收端IP定制。另外,发送消息前接收端需首先执行“等待网络消息”命令。
发送剪贴板:clip/uweb:printf 'i:5ji:5b';cat
发送url::printf '%u'|/system/bin/toybox nc 192.168.2.155 1500
发送url(书签)::printf 'i:51../home5:i:0mc16:%u'|/system/bin/toybox nc 192.168.2.155 1500</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>Android TV</title>
|
||||
|
|
@ -111,7 +111,7 @@
|
|||
<link>/zh/bookmark/</link>
|
||||
<pubDate>Wed, 18 May 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/bookmark/</guid>
|
||||
<description>所有书签都可通过&quot;长按链接-&gt;命令-&gt;书签&quot;保存链接为书签。书签菜单可至特色服务网页安装。
AI/chatGPT:
kimi yuanbao taichu zhida iflow yuewen sou100 deepseek 文本/文件共享
网络剪贴板 txtpad getnote cmd.im Wait for url from other devices
gamezop
分类书签模板 点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。
&quot;小说.html&quot;: 自动使用阅读模式
href=&quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&quot;&gt;&quot;txt.html&quot;: 在线阅读下载直链(txt/html)
镜像 google镜像
Google等镜像
Termux命令书签 以下书签需&quot;长按以下链接-&gt;新窗口打开&quot;才能在此网页正常执行。
需安装定制版termux及相应工具,
计算器bc
全能计算器bc</description>
|
||||
<description>所有书签都可通过&quot;长按链接-&gt;命令-&gt;书签&quot;保存链接为书签。书签菜单可至特色服务网页安装。
AI/chatGPT:
kimi yuanbao taichu zhida iflow yuewen sou100 deepseek xiezuocat 文本/文件共享
网络剪贴板 txtpad getnote cmd.im Wait for url from other devices
gamezop
分类书签模板 点击以下链接可安装模板至分类书签目录。保存至“小说”类别的网站会自动使用阅读模式。
&quot;小说.html&quot;: 自动使用阅读模式
href=&quot;i:0hbookmark/txt.html:../searchurl/bookmark/viewtxt.html&quot;&gt;&quot;txt.html&quot;: 在线阅读下载直链(txt/html)
镜像 google镜像
Google等镜像
Termux命令书签 以下书签需&quot;长按以下链接-&gt;新窗口打开&quot;才能在此网页正常执行。
需安装定制版termux及相应工具,
计算器bc
全能计算器bc</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>利用用户自定义样式屏蔽不良信息</title>
|
||||
|
|
|
|||
|
|
@ -324,7 +324,7 @@
|
|||
|
||||
</div>
|
||||
<p>Last Modified: 19 August 2024<br>
|
||||
update search engines<br>
|
||||
add mimetype 'q' for quit<br>
|
||||
<pre>24.02.26 添加网盘搜索引擎
|
||||
</pre>
|
||||
</p>
|
||||
|
|
|
|||
|
|
@ -3,7 +3,7 @@
|
|||
xmlns:xhtml="http://www.w3.org/1999/xhtml">
|
||||
<url>
|
||||
<loc>/zh/_posts/</loc>
|
||||
<lastmod>2024-07-19T10:09:41+08:00</lastmod>
|
||||
<lastmod>2024-08-20T08:55:46+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
|
@ -81,7 +81,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/zh/</loc>
|
||||
<lastmod>2024-08-19T11:03:25+08:00</lastmod>
|
||||
<lastmod>2024-08-20T08:59:04+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
|
@ -181,7 +181,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/zh/topposts/</loc>
|
||||
<lastmod>2024-08-19T11:03:25+08:00</lastmod>
|
||||
<lastmod>2024-08-20T08:59:04+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
|
@ -194,7 +194,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/zh/search/</loc>
|
||||
<lastmod>2024-08-19T11:03:25+08:00</lastmod>
|
||||
<lastmod>2024-08-19T12:59:10+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
|
@ -272,7 +272,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/zh/cmds/</loc>
|
||||
<lastmod>2024-08-19T08:38:38+08:00</lastmod>
|
||||
<lastmod>2024-08-20T08:59:04+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
|
@ -291,7 +291,7 @@
|
|||
<lastmod>2024-05-20T11:27:34+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>/zh/bookmark/</loc>
|
||||
<lastmod>2024-07-19T10:09:41+08:00</lastmod>
|
||||
<lastmod>2024-08-20T08:55:46+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="en"
|
||||
|
|
|
|||
|
|
@ -6,7 +6,7 @@
|
|||
<description>Recent content in Topposts on 超微浏览器: 威、快、高效、极致优化</description>
|
||||
<generator>Hugo</generator>
|
||||
<language>zh</language>
|
||||
<lastBuildDate>Mon, 19 Aug 2024 11:03:25 +0800</lastBuildDate>
|
||||
<lastBuildDate>Tue, 20 Aug 2024 08:59:04 +0800</lastBuildDate>
|
||||
<atom:link href="/zh/topposts/index.xml" rel="self" type="application/rss+xml" />
|
||||
<item>
|
||||
<title>浏览器多搜索引擎一键直达</title>
|
||||
|
|
@ -34,7 +34,7 @@
|
|||
<link>/zh/cmds/</link>
|
||||
<pubDate>Wed, 01 Jun 2022 00:00:00 +0000</pubDate>
|
||||
<guid>/zh/cmds/</guid>
|
||||
<description>超微浏览器下点击配置链接可自动添加常用命令,强制清空后台重启后长按历史按钮可用。
打开剪贴板内链接、代码编辑器、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令)、本地markdown显示(支持数学公式、各类图表)等
配置文件&quot;default.cmds&quot;示例:
清空浏览数据:q:toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete
清空应用数据库::rm -rf /data/data/info.torapp.uweb/databases/*
本地备份配置::toybox cp -r /data/data/info.torapp.uweb/files /sdcard/Download/uweb
本地恢复配置::toybox cp -r /sdcard/Download/uweb/* /data/data/info.torapp.uweb/files/.
合并查询历史至自动填充:uweb:cd /data/data/info.torapp.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i&gt;a.tmp;mv a.tmp default.autoc;&gt;query.log;echo file:///data/data/info.torapp.uweb/files/default.autoc
清空缓存::toybox rm -rf /data/data/info.torapp.uweb/cache
清空logcat::logcat -c
输出logcat.log::logcat -d &gt; logcat.log
复制cookie:/clip:printf '%c'
tgz install::toybox tar -xzf %f -C /
以下命令需修改接收端IP定制。另外,发送消息前接收端需首先执行“等待网络消息”命令。
发送剪贴板:clip/uweb:printf 'i:5ji:5b';cat
发送url::printf '%u'|/system/bin/toybox nc 192.168.2.155 1500
发送url(书签)::printf 'i:51../home5:i:0mc16:%u'|/system/bin/toybox nc 192.168.2.155 1500</description>
|
||||
<description>超微浏览器下点击配置链接可自动添加常用命令,强制清空后台重启后长按历史按钮可用。
打开剪贴板内链接、代码编辑器、淘宝比价 (淘宝app内分享复制链接后在超微内直接执行此命令)、本地markdown显示(支持数学公式、各类图表)等
配置文件&quot;default.cmds&quot;示例:
退出并清空数据:q:toybox find /data/data/info.torapp.uweb/app_webview ! -name 'Cookies' ! -name '*.cjar' -type f -delete
清空应用数据库::rm -rf /data/data/info.torapp.uweb/databases/*
本地备份配置::toybox cp -r /data/data/info.torapp.uweb/files /sdcard/Download/uweb
本地恢复配置::toybox cp -r /sdcard/Download/uweb/* /data/data/info.torapp.uweb/files/.
合并查询历史至自动填充:uweb:cd /data/data/info.torapp.uweb/files;cat default.autoc query.log|toybox sort|toybox uniq -i&gt;a.tmp;mv a.tmp default.autoc;&gt;query.log;echo file:///data/data/info.torapp.uweb/files/default.autoc
清空缓存::toybox rm -rf /data/data/info.torapp.uweb/cache
清空logcat::logcat -c
输出logcat.log::logcat -d &gt; logcat.log
复制cookie:/clip:printf '%c'
tgz install::toybox tar -xzf %f -C /
以下命令需修改接收端IP定制。另外,发送消息前接收端需首先执行“等待网络消息”命令。
发送剪贴板:clip/uweb:printf 'i:5ji:5b';cat
发送url::printf '%u'|/system/bin/toybox nc 192.168.2.155 1500
发送url(书签)::printf 'i:51../home5:i:0mc16:%u'|/system/bin/toybox nc 192.168.2.155 1500</description>
|
||||
</item>
|
||||
<item>
|
||||
<title>运行javascript脚本</title>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue