mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
133 lines
4.7 KiB
HTML
133 lines
4.7 KiB
HTML
<!doctype html>
|
|
<html>
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width, initial-scale=1" />
|
|
|
|
<link rel="stylesheet" href="../style.css#" type="text/css" />
|
|
<title>Configuration</title>
|
|
<script type="text/javascript">
|
|
function findLang(){
|
|
let href = location.href;
|
|
for(let i=href.length-1;i>0;i--){
|
|
if('/'==href.charAt(i) && '/'==href.charAt(i-3))
|
|
return i;
|
|
}
|
|
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);
|
|
}
|
|
</script>
|
|
</head>
|
|
<body>
|
|
<header class='header'>
|
|
<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>
|
|
|
|
|
|
<a class="logo" href="javascript:void(0)" onclick="return nav2Lang('zh')">简体中文</a>
|
|
|
|
|
|
<nav>
|
|
</nav>
|
|
</header>
|
|
<br />
|
|
|
|
<div class="container">
|
|
<h1 class="title">Configuration
|
|
<br>
|
|
<span class="subtitle"></span>
|
|
</h1>
|
|
<ul class="tags">
|
|
|
|
</ul>
|
|
<p><a href="../mirrors/index.html#">Mirrors</a><br>
|
|
<a href="i:61ver:../../latest.html#">Check for updates</a></p>
|
|
<h4 id="ui">UI</h4>
|
|
<ul>
|
|
<li><a href="../search/index.html#">Search engines</a></li>
|
|
<li><a href="../searchurl/homescreen.html#">Home screens</a></li>
|
|
<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>
|
|
<li><a href="../searchurl/webdav.html#">webdav install-able menu generator</a></li>
|
|
</ul>
|
|
<h4 id="customization">Customization</h4>
|
|
<ul>
|
|
<li>Long pressing menus for toolbar buttons</li>
|
|
<li><a href="../uas/index.html#">User agents</a></li>
|
|
<li><a href="../rjs/index.html#">Javascript</a></li>
|
|
<li><a href="../urls/index.html#">Url services</a></li>
|
|
<li><a href="../links/index.html#">Links</a></li>
|
|
<li><a href="../cmds/index.html#">Commands</a></li>
|
|
<li><a href="../rjs/index.html#">Remote javascript</a></li>
|
|
<li><a href="../textprocess/index.html#">Menu for selections</a></li>
|
|
<li><a href="../longclick/index.html#">Menu for long pressing hypertext</a></li>
|
|
<li><a href="../icons/index.html#">Toolbar</a></li>
|
|
<li><a href="../gesture/index.html#">Gestures</a></li>
|
|
<li><a href="../acmd/index.html#">Address bar command modes</a></li>
|
|
<li><a href="i:60config.html:../searchurl/config.html">Advanced</a></li>
|
|
</ul>
|
|
<h4 id="advanced">Advanced</h4>
|
|
<h5 id="content">Content</h5>
|
|
<ul>
|
|
<li><a href="../adblock/index.html#">AD blocking</a></li>
|
|
<li><a href="../globalcss/index.html#">CSS styles</a></li>
|
|
<li><a href="../redirect/index.html#">Redirection</a></li>
|
|
<li><a href="../offlinecache/index.html#">Offline cache</a></li>
|
|
<li><a href="../sitejs/index.html#">JS/CSS/HTML/preprocessing for domains</a></li>
|
|
<li><a href="../url2site/index.html#">Any urls as website</a></li>
|
|
</ul>
|
|
<h5 id="tools">Tools</h5>
|
|
<ul>
|
|
<li><a href="../bookmarklet/index.html#">Bookmarklets</a></li>
|
|
<li><a href="../tcron/index.html#">Cron & more</a></li>
|
|
<li><a href="../filecap/index.html#">Custom file handling</a></li>
|
|
<li><a href="../html5/index.html#">Html5 application</a></li>
|
|
<li><a href="../termux/index.html#">Termux</a></li>
|
|
</ul>
|
|
<h5 id="info">Info</h5>
|
|
<ul>
|
|
<li><a href="../assets/help_en.html#">Manual</a></li>
|
|
<li><a href="../tips/index.html#">Tips</a></li>
|
|
<li><a href="../filenames/index.html#">Configuration files</a></li>
|
|
<li><a href="../bookmark/index.html#">Bookmarks</a></li>
|
|
</ul>
|
|
|
|
</div>
|
|
<p>Last Modified: 7 April 2024<br>
|
|
more details on global redirection url<br>
|
|
<pre></pre>
|
|
</p>
|
|
|
|
<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"
|
|
data-mapping="title"
|
|
data-strict="0"
|
|
data-reactions-enabled="1"
|
|
data-emit-metadata="0"
|
|
data-input-position="top"
|
|
data-theme="light"
|
|
data-lang="en"
|
|
data-loading="lazy"
|
|
crossorigin="anonymous" async>
|
|
</script>
|
|
|
|
<footer class="site-footer">
|
|
<div class="container">
|
|
© 2018-2024 Richard H. Cao
|
|
</div>
|
|
</footer>
|
|
<!-- 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/>. -->
|
|
|
|
|
|
</body>
|
|
</html>
|