index.html 10 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta charset="utf-8">
  5. <meta name="viewport" content="width=device-width, initial-scale=1" />
  6. <link rel="stylesheet" href="../style.css#" type="text/css" />
  7. <title>超微浏览器配置文件列表</title>
  8. <script type="text/javascript">
  9. function findLang(){
  10. let href = location.href;
  11. for(let i=href.length-1;i>0;i--){
  12. if('/'==href.charAt(i) && '/'==href.charAt(i-3))
  13. return i;
  14. }
  15. return 0;
  16. }
  17. function nav2(page){
  18. let i = findLang();
  19. location.href = location.href.substring(0,i+1)+page;
  20. }
  21. function nav2Lang(lang){
  22. let i = findLang();
  23. let href = location.href;
  24. location.href = location.href.substring(0,i-2)+lang+location.href.substring(i);
  25. }
  26. </script>
  27. </head>
  28. <body>
  29. <header class='header'>
  30. <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>
  31. <a class="logo" href="javascript:void(0)" onclick="return nav2Lang('en')">English</a>
  32. <nav>
  33. </nav>
  34. </header>
  35. <br />
  36. <div class="container">
  37. <h1 class="title">超微浏览器配置文件列表
  38. <br>
  39. <span class="subtitle"></span>
  40. </h1>
  41. <ul class="tags">
  42. </ul>
  43. <p>下面列表中以&quot;/&quot;结尾者为目录,其余为文件:<br>
  44. &quot;<a href="file:///data/data/info.torapp.uweb/files/css/">css/</a>&quot;:<a href="../globalcss/index.html#">全局样式目录</a><br>
  45. &quot;<a href="file:///data/data/info.torapp.uweb/files/js/">js/</a>&quot;: 全局脚本目录<br>
  46. &quot;<a href="file:///data/data/info.torapp.uweb/files/sitejs/">sitejs/</a>&quot;:<a href="../sitejs/index.html#">类油猴脚本,针对特定网址</a><br>
  47. &quot;<a href="file:///data/data/info.torapp.uweb/files/sitecss/">sitecss/</a>&quot;:<a href="../sitejs/index.html#">针对特定网址css样式</a><br>
  48. &quot;<a href="file:///data/data/info.torapp.uweb/files/bookmarklet/">bookmarklet/</a>&quot;:js脚本目录,长按JS按钮可执行。<br>
  49. &quot;<a href="file:///data/data/info.torapp.uweb/files/offline/">offline/</a>&quot;:离线下载目录<br>
  50. &quot;<a href="file:///data/data/info.torapp.uweb/files/sbookmark/">sbookmark/</a>&quot;:超级书签默认目录<br>
  51. &quot;<a href="file:///data/data/info.torapp.uweb/files/sitecache/">sitecache/</a>&quot;:<a href="../offlinecache/index.html#">用户供应网站离线数据</a><br>
  52. &quot;<a href="file:///data/data/info.torapp.uweb/files/longclick/">longclick/</a>&quot;:长按链接菜单(js)<br>
  53. &quot;<a href="file:///data/data/info.torapp.uweb/files/icon/">icon/</a>&quot;:<a href="../icons/index.html#">图标定制</a><br>
  54. &quot;app[XXX]/&quot;:<a href="../html5/index.html#">html5应用目录</a><br>
  55. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.longclick">default.longclick</a>&quot;:长按链接菜单<br>
  56. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.uas">default.uas</a>&quot;:<a href="../searchurl/uas.html">浏览器标识</a><br>
  57. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.urls">default.urls</a>&quot;:<a href="../urls/index.html#">特色服务</a><br>
  58. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.acmd">default.acmd</a>&quot;:<a href="../gnuplot/index.html#">浏览器地址栏功能配置</a><br>
  59. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.hosts">default.hosts</a>&quot;:<a href="../adblock_hosts/index.html#">不良信息屏蔽文件</a><br>
  60. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.redirect">default.redirect</a>&quot;:<a href="../redirect/index.html#">重定向配置</a><br>
  61. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.cmds">default.cmds</a>&quot;:<a href="../cmds/index.html#">长按“历史”按钮配置</a><br>
  62. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.link">default.link</a>&quot;:<a href="../links/index.html#">长按“书签”按钮配置</a><br>
  63. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.rjs">default.rjs</a>&quot;:<a href="../rjs/index.html#">远程及简单脚本</a><br>
  64. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.select">default.select</a>&quot;:<a href="../textprocess/index.html#">长按“链接”按钮配置</a><br>
  65. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.input">default.input</a>&quot;:每行一个网页常用输入短语<br>
  66. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.gesture">default.gesture</a>&quot;:格式与文件<a href="../links/index.html#">default.link</a>完全相同,定义<a href="../gesture/index.html">地址栏下方手势操作</a><br>
  67. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.gesture2">default.gesture2</a>&quot;:右边缘手势操作,类似default.gesture。<br>
  68. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.button">default.button</a>&quot;:格式与文件<a href="../links/index.html#">default.link</a>完全相同,每行从最后一个按钮开始重定义单击功能。<br>
  69. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.button2">default.button2</a>&quot;:类似default.button。每行从最后一个按钮开始重定义长按功能。<br>
  70. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.filecap">default.filecap</a>&quot;:<a href="../filecap/index.html#">文件特殊处理</a><br>
  71. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.rc">default.rc</a>&quot;:如果勾选“文件预处理”,则uweb启动时运行此shell脚本。可与<a href="../tools/index.html#">tcron</a>配合运行定时任务,如存储清理、网页签到等。<br>
  72. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.rc2">default.rc2</a>&quot;:如果勾选“文件预处理”,则uweb返回前台时运行此shell脚本。<br>
  73. &quot;<a href="file:///data/data/info.torapp.uweb/files/crontab">crontab</a>&quot;:<br>
  74. &quot;<a href="file:///data/data/info.torapp.uweb/files/engine.search">engine.search</a>&quot;:格式同<a href="../search/index.html#">home5.search</a>,搜索引擎url仅支持%s语法。(搜索词部分用%s代替),供自动顺序搜索使用。<br>
  75. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.siteconf">default.siteconf</a>&quot;:网站独立设置,保存ua、禁用js、无图、禁用第三方(js,可疑资源)、当前激活脚本、全局脚本。当前设置与默认不同才会保存。比如当前不屏蔽第三方js,但屏蔽第三方可疑资源,则屏蔽第三方设置与默认不同,站点设置被保存。<br>
  76. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.playrate">default.playrate</a>&quot;:全屏播放菜单项,格式与文件<a href="../links/index.html#">default.link</a>完全相同。倍速播放菜单链接部分为空,譬如&quot;.5x:&quot;,倍速菜单至少有一个。链接部分非空的菜单必须在所有倍速菜单之后。<br>
  77. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.autoc">default.autoc</a>&quot;:地址栏autocomplete候选字符串<br>
  78. &quot;query.autoc&quot;:主屏搜索autocomplete候选字符串<br>
  79. &quot;<a href="file:///data/data/info.torapp.uweb/files/home5.html">home5.html</a>&quot;:自定义主屏,home6.html, home6.search, home7.html ... 多主屏(前进按钮可进)。同前缀文件中.mht文件优先于.search文件, .search文件优先于.html文件。home4.html, home3.html ... (长按后退按钮可进)。<br>
  80. &quot;<a href="file:///data/data/info.torapp.uweb/files/home5.search">home5.search</a>&quot;:<a href="../search/index.html#">主屏搜索引擎</a><br>
  81. &quot;<a href="file:///data/data/info.torapp.uweb/files/home.css">home.css</a>&quot;:<a href="../searchurl/homescreen.html">主屏风格</a>,虽然后缀名为css,但其格式为html,故css代码需放在&quot;&lt;style&gt;&quot;元素内。<br>
  82. &quot;<a href="file:///data/data/info.torapp.uweb/files/bookmark.html">bookmark.html</a>&quot;:主书签<br>
  83. &quot;<a href="file:///data/data/info.torapp.uweb/files/quickstart.html">quickstart.html</a>&quot;:<a href="../searchurl/quickstart.html">快速访问</a><br>
  84. &quot;<a href="file:///data/data/info.torapp.uweb/files/colors.txt">colors.txt</a>&quot;:护眼背景色<br>
  85. &quot;<a href="file:///data/data/info.torapp.uweb/files/default.css">default.css</a>&quot;:<a href="../sitejs/index.html#">勾选网址特定样式后无匹配情形下的默认样式</a><br>
  86. &quot;<a href="file:///data/data/info.torapp.uweb/files/night.css">night.css</a>&quot;:<a href="../globalcss/index.html#">夜间模式</a>,代替超微内部实现<br>
  87. &quot;bookmarklet/videoplayer.js&quot;:<a href="../video/index.html#">用户定义视频播放</a><br>
  88. &quot;<a href="file:///data/data/info.torapp.uweb/files/types.sniff">types.sniff</a>&quot;:嗅探类型<br>
  89. &quot;js.allow&quot;:外链js白名单,每行一个域名。<br>
  90. &quot;url.deny&quot;:需要屏蔽的url正则表达式(java语法),忽视回车,可用&quot;#&quot;开头注释。<br>
  91. &quot;<a href="file:///data/data/info.torapp.uweb/files/sniff.log">sniff.log</a>&quot;:嗅探结果<br>
  92. &quot;<a href="file:///data/data/info.torapp.uweb/files/history.rec">history.rec</a>&quot;:访问历史<br>
  93. &quot;<a href="file:///data/data/info.torapp.uweb/files/query.rec">query.rec</a>&quot;:查询历史</p>
  94. <p>应用内部保护目录(/data/data/info.torapp.uweb/files/):<br>
  95. &quot;shortcut/&quot;:动态shortcut刷新目录,若不存在则默认为&quot;bookmark&quot;目录。</p>
  96. </div>
  97. <p>Last Modified: 30 April 2024<br>
  98. urlInc() prefers .search to .html<br>
  99. <pre></pre>
  100. </p>
  101. <script id='jsgiscus'
  102. src='https://giscus.app/client.js'
  103. data-repo="torappinfo/uweb"
  104. data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
  105. data-category="Announcements"
  106. data-category-id="DIC_kwDOEgNLGc4CQjsh"
  107. data-mapping="title"
  108. data-strict="0"
  109. data-reactions-enabled="1"
  110. data-emit-metadata="0"
  111. data-input-position="top"
  112. data-theme="light"
  113. data-lang="en"
  114. data-loading="lazy"
  115. crossorigin="anonymous" async>
  116. </script>
  117. <footer class="site-footer">
  118. <div class="container">
  119. &copy; 2018-2024 Richard H. Cao
  120. </div>
  121. </footer>
  122. <!-- 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/>. -->
  123. </body>
  124. </html>