2020-05-09 14:42:57 +00:00
<!doctype html>
< html >
< head >
2020-04-29 08:37:43 +00:00
< meta charset = "utf-8" >
2020-05-09 14:42:57 +00:00
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2023-12-11 07:23:07 +00:00
2024-04-01 13:51:55 +00:00
< link rel = "stylesheet" href = "../style.css#" type = "text/css" / >
2020-05-09 14:42:57 +00:00
< title > 超微浏览器配置文件列表< / title >
2022-06-30 03:43:09 +00:00
< script type = "text/javascript" >
2022-07-12 02:24:02 +00:00
function findLang(){
2022-06-30 03:43:09 +00:00
let href = location.href;
for(let i=href.length-1;i>0;i--){
if('/'==href.charAt(i) & & '/'==href.charAt(i-3))
2022-07-12 02:24:02 +00:00
return i;
2022-06-30 03:43:09 +00:00
}
2022-07-12 02:24:02 +00:00
return 0;
}
function nav2(page){
let i = findLang();
location.href = location.href.substring(0,i+1)+page;
}
function nav2Lang(lang){
let i = findLang();
let href = location.href;
location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
2022-06-30 03:43:09 +00:00
}
< / script >
2020-05-09 14:42:57 +00:00
< / head >
< body >
< header class = 'header' >
2024-04-02 05:42:43 +00:00
< a class = "logo" href = "javascript:void(0)" onclick = "return nav2('index.html#')" > Home< / a > < a class = "logo" href = "javascript:void(0)" onclick = "return nav2('tags/index.html#')" > Tags< / a >
2022-07-12 02:24:02 +00:00
< a class = "logo" href = "javascript:void(0)" onclick = "return nav2Lang('en')" > English< / a >
2020-05-09 14:42:57 +00:00
< nav >
< / nav >
< / header >
2020-08-29 00:42:46 +00:00
< br / >
2020-04-29 08:37:43 +00:00
2020-05-09 14:42:57 +00:00
< div class = "container" >
< h1 class = "title" > 超微浏览器配置文件列表
< br >
< span class = "subtitle" > < / span >
< / h1 >
< ul class = "tags" >
2020-04-29 08:37:43 +00:00
2020-05-09 14:42:57 +00:00
< / ul >
2022-07-09 00:45:17 +00:00
< p > 下面列表中以" /" 结尾者为目录,其余为文件:< br >
2024-04-02 11:38:45 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/css/" > css/< / a > " :< a href = "../globalcss/index.html#" > 全局样式目录< / a > < br >
2022-09-24 06:12:26 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/js/" > js/< / a > " : 全局脚本目录< br >
2024-04-02 11:38:45 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/sitejs/" > sitejs/< / a > " :< a href = "../sitejs/index.html#" > 类油猴脚本,针对特定网址< / a > < br >
" < a href = "file:///data/data/info.torapp.uweb/files/sitecss/" > sitecss/< / a > " :< a href = "../sitejs/index.html#" > 针对特定网址css样式< / a > < br >
2022-09-24 06:12:26 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/bookmarklet/" > bookmarklet/< / a > " :js脚本目录, 长按JS按钮可执行。< br >
" < a href = "file:///data/data/info.torapp.uweb/files/offline/" > offline/< / a > " :离线下载目录< br >
" < a href = "file:///data/data/info.torapp.uweb/files/sbookmark/" > sbookmark/< / a > " :超级书签默认目录< br >
2024-04-02 11:38:45 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/sitecache/" > sitecache/< / a > " :< a href = "../offlinecache/index.html#" > 用户供应网站离线数据< / a > < br >
2022-09-24 06:12:26 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/longclick/" > longclick/< / a > " :长按链接菜单(js)< br >
2024-04-02 11:38:45 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/icon/" > icon/< / a > " :< a href = "../icons/index.html#" > 图标定制< / a > < br >
" app[XXX]/" :< a href = "../html5/index.html#" > html5应用目录< / a > < br >
2022-09-24 06:12:26 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/default.longclick" > default.longclick< / a > " :长按链接菜单< br >
" < a href = "file:///data/data/info.torapp.uweb/files/default.uas" > default.uas< / a > " :< a href = "../searchurl/uas.html" > 浏览器标识< / a > < br >
2024-04-02 11:38:45 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/default.urls" > default.urls< / a > " :< a href = "../urls/index.html#" > 特色服务< / a > < br >
" < a href = "file:///data/data/info.torapp.uweb/files/default.acmd" > default.acmd< / a > " :< a href = "../gnuplot/index.html#" > 浏览器地址栏功能配置< / a > < br >
" < a href = "file:///data/data/info.torapp.uweb/files/default.hosts" > default.hosts< / a > " :< a href = "../adblock_hosts/index.html#" > 不良信息屏蔽文件< / a > < br >
" < a href = "file:///data/data/info.torapp.uweb/files/default.redirect" > default.redirect< / a > " :< a href = "../redirect/index.html#" > 重定向配置< / a > < br >
" < a href = "file:///data/data/info.torapp.uweb/files/default.cmds" > default.cmds< / a > " :< a href = "../cmds/index.html#" > 长按“历史”按钮配置< / a > < br >
" < a href = "file:///data/data/info.torapp.uweb/files/default.link" > default.link< / a > " :< a href = "../links/index.html#" > 长按“书签”按钮配置< / a > < br >
" < a href = "file:///data/data/info.torapp.uweb/files/default.rjs" > default.rjs< / a > " :< a href = "../rjs/index.html#" > 远程及简单脚本< / a > < br >
" < a href = "file:///data/data/info.torapp.uweb/files/default.select" > default.select< / a > " :< a href = "../textprocess/index.html#" > 长按“链接”按钮配置< / a > < br >
2022-09-24 06:12:26 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/default.input" > default.input< / a > " :每行一个网页常用输入短语< br >
2024-04-02 11:38:45 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/default.gesture" > default.gesture< / a > " :格式与文件< a href = "../links/index.html#" > default.link< / a > 完全相同,定义< a href = "../gesture/index.html" > 地址栏下方手势操作< / a > < br >
2022-09-24 06:12:26 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/default.gesture2" > default.gesture2< / a > " :右边缘手势操作, 类似default.gesture。< br >
2024-04-02 11:38:45 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/default.button" > default.button< / a > " :格式与文件< a href = "../links/index.html#" > default.link< / a > 完全相同,每行从最后一个按钮开始重定义单击功能。< br >
2022-09-24 06:12:26 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/default.button2" > default.button2< / a > " :类似default.button。每行从最后一个按钮开始重定义长按功能。< br >
2024-04-02 11:38:45 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/default.filecap" > default.filecap< / a > " :< a href = "../filecap/index.html#" > 文件特殊处理< / a > < br >
" < a href = "file:///data/data/info.torapp.uweb/files/default.rc" > default.rc< / a > " :如果勾选“文件预处理”, 则uweb启动时运行此shell脚本。可与< a href = "../tools/index.html#" > tcron< / a > 配合运行定时任务,如存储清理、网页签到等。< br >
2022-09-24 06:12:26 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/default.rc2" > default.rc2< / a > " :如果勾选“文件预处理”, 则uweb返回前台时运行此shell脚本。< br >
2023-10-25 05:09:25 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/crontab" > crontab< / a > " :< br >
2024-04-02 11:38:45 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/engine.search" > engine.search< / a > " :格式同< a href = "../search/index.html#" > home5.search< / a > , 搜索引擎url仅支持%s语法。(搜索词部分用%s代替),供自动顺序搜索使用。< br >
2022-09-24 06:12:26 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/default.siteconf" > default.siteconf< / a > " :网站独立设置, 保存ua、禁用js、无图、禁用第三方(js,可疑资源)、当前激活脚本、全局脚本。当前设置与默认不同才会保存。比如当前不屏蔽第三方js, 但屏蔽第三方可疑资源, 则屏蔽第三方设置与默认不同, 站点设置被保存。< br >
2024-04-02 11:38:45 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/default.playrate" > default.playrate< / a > " :全屏播放菜单项,格式与文件< a href = "../links/index.html#" > default.link< / a > 完全相同。倍速播放菜单链接部分为空,譬如" .5x:" ,倍速菜单至少有一个。链接部分非空的菜单必须在所有倍速菜单之后。< br >
2022-09-24 06:12:26 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/default.autoc" > default.autoc< / a > " :地址栏autocomplete候选字符串< br >
2020-05-09 14:42:57 +00:00
" query.autoc" :主屏搜索autocomplete候选字符串< br >
2024-04-30 12:54:17 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/home5.html" > home5.html< / a > " :自定义主屏, home6.html, home6.search, home7.html ... 多主屏(前进按钮可进)。同前缀文件中.mht文件优先于.search文件, .search文件优先于.html文件。home4.html, home3.html ... (长按后退按钮可进)。< br >
2024-04-02 11:38:45 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/home5.search" > home5.search< / a > " :< a href = "../search/index.html#" > 主屏搜索引擎< / a > < br >
2023-02-16 06:20:01 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/home.css" > home.css< / a > " :< a href = "../searchurl/homescreen.html" > 主屏风格< / a > , 虽然后缀名为css, 但其格式为html, 故css代码需放在" < style> " 元素内。< br >
2022-09-24 06:12:26 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/bookmark.html" > bookmark.html< / a > " :主书签< br >
" < a href = "file:///data/data/info.torapp.uweb/files/quickstart.html" > quickstart.html< / a > " :< a href = "../searchurl/quickstart.html" > 快速访问< / a > < br >
" < a href = "file:///data/data/info.torapp.uweb/files/colors.txt" > colors.txt< / a > " :护眼背景色< br >
2024-04-02 11:38:45 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/default.css" > default.css< / a > " :< a href = "../sitejs/index.html#" > 勾选网址特定样式后无匹配情形下的默认样式< / a > < br >
" < a href = "file:///data/data/info.torapp.uweb/files/night.css" > night.css< / a > " :< a href = "../globalcss/index.html#" > 夜间模式< / a > ,代替超微内部实现< br >
" bookmarklet/videoplayer.js" :< a href = "../video/index.html#" > 用户定义视频播放< / a > < br >
2022-09-24 06:12:26 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/types.sniff" > types.sniff< / a > " :嗅探类型< br >
2022-06-07 22:46:18 +00:00
" js.allow" :外链js白名单,每行一个域名。< br >
2022-02-23 13:08:12 +00:00
" url.deny" :需要屏蔽的url正则表达式( java语法) , 忽视回车, 可用" #" 开头注释。< br >
2022-09-24 06:12:26 +00:00
" < a href = "file:///data/data/info.torapp.uweb/files/sniff.log" > sniff.log< / a > " :嗅探结果< br >
" < a href = "file:///data/data/info.torapp.uweb/files/history.rec" > history.rec< / a > " :访问历史< br >
" < a href = "file:///data/data/info.torapp.uweb/files/query.rec" > query.rec< / a > " :查询历史< / p >
2020-05-09 14:42:57 +00:00
< p > 应用内部保护目录(/data/data/info.torapp.uweb/files/):< br >
2022-07-09 00:45:17 +00:00
" shortcut/" :动态shortcut刷新目录, 若不存在则默认为" bookmark" 目录。< / p >
2020-04-29 08:37:43 +00:00
< / div >
2024-04-30 12:54:17 +00:00
< p > Last Modified: 30 April 2024< br >
urlInc() prefers .search to .html< br >
2023-03-07 02:07:05 +00:00
< pre > < / pre >
< / p >
2024-03-21 01:04:37 +00:00
2023-05-06 01:56:44 +00:00
< script id = 'jsgiscus'
src='https://giscus.app/client.js'
data-repo="torappinfo/uweb"
data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
data-category="Announcements"
data-category-id="DIC_kwDOEgNLGc4CQjsh"
2023-05-06 02:49:29 +00:00
data-mapping="title"
2023-05-06 01:56:44 +00:00
data-strict="0"
data-reactions-enabled="1"
data-emit-metadata="0"
data-input-position="top"
data-theme="light"
data-lang="en"
data-loading="lazy"
2023-05-06 02:49:29 +00:00
crossorigin="anonymous" async>
2023-05-06 01:40:28 +00:00
< / script >
2020-04-29 08:37:43 +00:00
2024-04-03 01:47:35 +00:00
< footer class = "site-footer" >
< div class = "container" >
2024-04-04 13:28:55 +00:00
© 2018-2024 Richard H. Cao
2024-04-03 01:47:35 +00:00
< / div >
< / footer >
2024-04-04 13:28:55 +00:00
<!-- This document is licensed under the GNU Free Documentation License, Version 1.3 or any later version published by the Free Software Foundation; with no Invariant Sections, no Front - Cover Texts, and no Back - Cover Texts. A copy of the license is available at <https://www.gnu.org/licenses/>. -->
2020-05-09 14:42:57 +00:00
< / body >
2020-04-29 08:37:43 +00:00
< / html >