index.html 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188
  1. <!doctype html>
  2. <html>
  3. <head>
  4. <meta name="generator" content="Hugo 0.102.3" />
  5. <meta charset="utf-8">
  6. <meta name="viewport" content="width=device-width, initial-scale=1" />
  7. <link rel="stylesheet" href="/uwebzh/style.css" type="text/css" />
  8. <title></title>
  9. <script type="text/javascript">
  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. <ul class="posts">
  38. <li class="post">
  39. <a href="https://s1.asytech.cn/s/tQrgT5kBRg8Trry">
  40. <span>Download the uweb browser</span>
  41. </a>
  42. </li>
  43. <li class="post">
  44. <a href="search/index.html">
  45. <span>Search engines</span>
  46. </a>
  47. </li>
  48. <li class="post">
  49. <a href="sitemap/index.html">
  50. <span>Site map</span>
  51. </a>
  52. </li>
  53. <li class="post">
  54. <a href="changelog/index.html">
  55. <span>Change log</span>
  56. </a>
  57. </li>
  58. <li class="post">
  59. <a href="urls/index.html">
  60. <span>Url services</span>
  61. </a>
  62. </li>
  63. <li class="post">
  64. <a href="cmds/index.html">
  65. <span>Commands</span>
  66. </a>
  67. </li>
  68. <li class="post">
  69. <a href="rjs/index.html">
  70. <span>Execute javascript codes</span>
  71. </a>
  72. </li>
  73. <li class="post">
  74. <a href="html5/index.html">
  75. <span>Html5 applications</span>
  76. </a>
  77. </li>
  78. <li class="post">
  79. <a href="acmd/index.html">
  80. <span>Address bar command modes</span>
  81. </a>
  82. </li>
  83. <li class="post">
  84. <a href="filenames/index.html">
  85. <span>Configuration folders/files</span>
  86. </a>
  87. </li>
  88. <li class="post">
  89. <a href="links/index.html">
  90. <span>Links</span>
  91. </a>
  92. </li>
  93. <li class="post">
  94. <a href="adblock/index.html">
  95. <span>AD blocking</span>
  96. </a>
  97. </li>
  98. <li class="post">
  99. <a href="bookmarklet/index.html">
  100. <span>Bookmarklets</span>
  101. </a>
  102. </li>
  103. <li class="post">
  104. <a href="pccopy/index.html">
  105. <span>Text selection</span>
  106. </a>
  107. </li>
  108. <li class="post">
  109. <a href="globalcss/index.html">
  110. <span>CSS styles</span>
  111. </a>
  112. </li>
  113. <li class="post">
  114. <a href="icons/index.html">
  115. <span>Toolbar customization</span>
  116. </a>
  117. </li>
  118. <li class="post">
  119. <a href="termux/index.html">
  120. <span>Termux</span>
  121. </a>
  122. </li>
  123. <li class="post">
  124. <a href="longclick/index.html">
  125. <span>Long pressed link menu</span>
  126. </a>
  127. </li>
  128. <li class="post">
  129. <a href="filecap/index.html">
  130. <span>Custom file handling</span>
  131. </a>
  132. </li>
  133. <li class="post">
  134. <a href="gesture/index.html">
  135. <span>Gestures</span>
  136. </a>
  137. </li>
  138. <li class="post">
  139. <a href="adblock_domain/index.html">
  140. <span>Blocking domain trees</span>
  141. </a>
  142. </li>
  143. <li class="post">
  144. <a href="sitejs/index.html">
  145. <span>Javascript and CSS for domains</span>
  146. </a>
  147. </li>
  148. </ul>
  149. </body>
  150. </html>