index.html 4.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134
  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>Configuration</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('zh')">简体中文</a>
  32. <nav>
  33. </nav>
  34. </header>
  35. <br />
  36. <div class="container">
  37. <h1 class="title">Configuration
  38. <br>
  39. <span class="subtitle"></span>
  40. </h1>
  41. <ul class="tags">
  42. </ul>
  43. <p><a href="../mirrors/index.html#">Mirrors</a><br>
  44. <a href="i:61ver:../../latest.html#">Check for updates</a></p>
  45. <h4 id="ui">UI</h4>
  46. <ul>
  47. <li><a href="../search/index.html#">Search engines</a></li>
  48. <li><a href="../searchurl/homescreen.html#">Home screens</a></li>
  49. <li><a href="i:61:../searchurl/func.html">UI</a> (<a href="i:61:https://gitee.com/jamesfengcao/uweb/raw/master/en/searchurl/func.html">gitee</a>)</li>
  50. <li><a href="../searchurl/webdav.html#">webdav install-able menu generator</a></li>
  51. </ul>
  52. <h4 id="customization">Customization</h4>
  53. <ul>
  54. <li>Long pressing menus for toolbar buttons</li>
  55. <li><a href="../uas/index.html#">User agents</a></li>
  56. <li><a href="../rjs/index.html#">Javascript</a></li>
  57. <li><a href="../urls/index.html#">Url services</a></li>
  58. <li><a href="../links/index.html#">Links</a></li>
  59. <li><a href="../cmds/index.html#">Commands</a></li>
  60. <li><a href="../rjs/index.html#">Remote javascript</a></li>
  61. <li><a href="../textprocess/index.html#">Menu for selections</a></li>
  62. <li><a href="../longclick/index.html#">Menu for long pressing hypertext</a></li>
  63. <li><a href="../icons/index.html#">Toolbar</a></li>
  64. <li><a href="../gesture/index.html#">Gestures</a></li>
  65. <li><a href="../acmd/index.html#">Address bar command modes</a></li>
  66. <li><a href="i:60config.html:../searchurl/config.html">Advanced</a></li>
  67. </ul>
  68. <h4 id="advanced">Advanced</h4>
  69. <h5 id="content">Content</h5>
  70. <ul>
  71. <li><a href="../adblock/index.html#">AD blocking</a></li>
  72. <li><a href="../globalcss/index.html#">CSS styles</a></li>
  73. <li><a href="../redirect/index.html#">Redirection</a></li>
  74. <li><a href="../offlinecache/index.html#">Offline cache</a></li>
  75. <li><a href="../sitejs/index.html#">JS/CSS/HTML/preprocessing for domains</a></li>
  76. <li><a href="../url2site/index.html#">Any urls as website</a></li>
  77. </ul>
  78. <h5 id="tools">Tools</h5>
  79. <ul>
  80. <li><a href="../bookmarklet/index.html#">Bookmarklets</a></li>
  81. <li><a href="../tcron/index.html#">Cron &amp; more</a></li>
  82. <li><a href="../filecap/index.html#">Custom file handling</a></li>
  83. <li><a href="../html5/index.html#">Html5 application</a></li>
  84. <li><a href="../termux/index.html#">Termux</a></li>
  85. </ul>
  86. <h5 id="info">Info</h5>
  87. <ul>
  88. <li><a href="../assets/help_en.html#">Manual</a></li>
  89. <li><a href="../tips/index.html#">Tips</a></li>
  90. <li><a href="../filenames/index.html#">Configuration files</a></li>
  91. <li><a href="../bookmark/index.html#">Bookmarks</a></li>
  92. </ul>
  93. </div>
  94. <p>Last Modified: 7 April 2024<br>
  95. more details on global redirection url<br>
  96. <pre></pre>
  97. </p>
  98. <script id='jsgiscus'
  99. src='https://giscus.app/client.js'
  100. data-repo="torappinfo/uweb"
  101. data-repo-id="MDEwOlJlcG9zaXRvcnkzMDIyMDU3MjE="
  102. data-category="Announcements"
  103. data-category-id="DIC_kwDOEgNLGc4CQjsh"
  104. data-mapping="title"
  105. data-strict="0"
  106. data-reactions-enabled="1"
  107. data-emit-metadata="0"
  108. data-input-position="top"
  109. data-theme="light"
  110. data-lang="en"
  111. data-loading="lazy"
  112. crossorigin="anonymous" async>
  113. </script>
  114. <footer class="site-footer">
  115. <div class="container">
  116. &copy; 2018-2024 Richard H. Cao
  117. </div>
  118. </footer>
  119. <!-- 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/>. -->
  120. </body>
  121. </html>