index.html 4.7 KB

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