2022-06-30 03:43:09 +00:00
<!doctype html>
< html >
< head >
2024-06-26 01:14:24 +00:00
< meta name = "generator" content = "Hugo 0.128.0" >
2022-06-30 03:43:09 +00:00
< meta charset = "utf-8" >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2024-04-02 01:39:01 +00:00
< link rel = "alternate" type = "application/rss+xml" href = "../en/index.xml" title = "uweb browser: unlimited power" >
2023-12-11 07:23:07 +00:00
2024-04-02 01:39:01 +00:00
< link rel = "stylesheet" href = "../style.css#" type = "text/css" / >
2023-01-30 04:44:53 +00:00
< title > uweb browser: unlimited power< / title >
2022-06-30 03:43:09 +00:00
< script type = "text/javascript" >
2022-07-12 02:24:02 +00:00
function findLang(){
2022-06-30 03:43:09 +00:00
let href = location.href;
for(let i=href.length-1;i>0;i--){
if('/'==href.charAt(i) & & '/'==href.charAt(i-3))
2022-07-12 02:24:02 +00:00
return i;
2022-06-30 03:43:09 +00:00
}
2022-07-12 02:24:02 +00:00
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);
2022-06-30 03:43:09 +00:00
}
< / script >
< / head >
< body >
< header class = 'header' >
2024-04-02 01:39:01 +00:00
< 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 >
2022-07-12 02:24:02 +00:00
< a class = "logo" href = "javascript:void(0)" onclick = "return nav2Lang('zh')" > 简体中文< / a >
2022-06-30 03:43:09 +00:00
< nav >
< / nav >
< / header >
< br / >
< ul class = "posts" >
2023-01-30 04:44:53 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "readme/index.html#" >
2023-01-30 04:44:53 +00:00
< span > About uweb browser< / span >
< / a >
< / li >
2022-09-16 08:09:19 +00:00
2022-07-02 01:15:32 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "search/index.html#" >
2023-03-07 05:36:52 +00:00
< span > Search engines< / span >
2022-07-02 01:15:32 +00:00
< / a >
< / li >
2022-07-29 00:13:45 +00:00
2022-07-02 01:15:32 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "changelog/index.html#" >
2023-03-07 05:36:52 +00:00
< span > Downloads< / span >
2022-07-02 01:15:32 +00:00
< / a >
< / li >
2022-07-29 00:13:45 +00:00
2022-07-02 01:15:32 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "sitemap/index.html#" >
2023-12-11 08:15:51 +00:00
< span > Configuration< / span >
2022-07-02 01:15:32 +00:00
< / a >
< / li >
2022-06-30 03:43:09 +00:00
2022-07-29 00:13:45 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "urls/index.html#" >
2022-07-29 00:13:45 +00:00
< span > Url services< / span >
< / a >
< / li >
2022-06-30 03:43:09 +00:00
2022-07-28 03:46:23 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "cmds/index.html#" >
2022-07-28 03:46:23 +00:00
< span > Commands< / span >
< / a >
< / li >
2022-07-02 01:15:32 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "rjs/index.html#" >
2022-07-29 00:13:45 +00:00
< span > Execute javascript codes< / span >
2022-07-02 01:15:32 +00:00
< / a >
< / li >
2023-02-01 02:39:40 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "i:61:searchurl/func.html#" >
2023-02-01 02:39:40 +00:00
< span > UI< / span >
< / a >
< / li >
2022-07-29 00:13:45 +00:00
2023-12-01 08:29:35 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "textprocess/index.html#" >
2023-12-01 08:29:35 +00:00
< span > Text selection/processing< / span >
< / a >
< / li >
2023-04-12 00:07:52 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "links/index.html#" >
2023-10-30 15:43:08 +00:00
< span > Links< / span >
2023-04-12 00:07:52 +00:00
< / a >
< / li >
2023-04-01 13:07:20 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "tcron/index.html#" >
2023-10-30 15:43:08 +00:00
< span > cron< / span >
2023-04-01 13:07:20 +00:00
< / a >
< / li >
2023-03-22 11:03:02 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "offlinecache/index.html#" >
2023-10-30 15:43:08 +00:00
< span > Offline resources< / span >
< / a >
< / li >
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "redirect/index.html#" >
2023-10-30 15:43:08 +00:00
< span > Resource redirection< / span >
2023-03-22 11:03:02 +00:00
< / a >
< / li >
2023-03-21 05:34:59 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "adblock_domain/index.html#" >
2023-03-21 05:34:59 +00:00
< span > Hosts files< / span >
< / a >
< / li >
2023-01-28 01:41:12 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "sitejs/index.html#" >
2023-01-28 01:41:12 +00:00
< span > JS/CSS/HTML/preprocessing for domains< / span >
< / a >
< / li >
2023-02-16 06:20:01 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "bookmark/index.html#" >
2023-02-16 06:20:01 +00:00
< span > Bookmarks< / span >
< / a >
< / li >
2023-01-16 14:35:51 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "tips/index.html#" >
2023-01-16 14:35:51 +00:00
< span > Tips< / span >
< / a >
< / li >
2023-01-09 00:03:02 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "acmd/index.html#" >
2023-01-09 00:03:02 +00:00
< span > Address bar command line< / span >
< / a >
< / li >
2022-10-21 01:45:05 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "url2site/index.html#" >
2024-04-08 01:01:20 +00:00
< span > Any url as website< / span >
2022-10-21 01:45:05 +00:00
< / a >
< / li >
2022-07-31 08:18:31 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "html5/index.html#" >
2022-07-31 08:18:31 +00:00
< span > Html5 applications< / span >
< / a >
< / li >
2022-07-02 01:15:32 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "filenames/index.html#" >
2022-07-02 01:15:32 +00:00
< span > Configuration folders/files< / span >
< / a >
< / li >
2022-07-03 08:33:23 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "adblock/index.html#" >
2022-07-03 08:33:23 +00:00
< span > AD blocking< / span >
< / a >
< / li >
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "bookmarklet/index.html#" >
2022-07-03 08:33:23 +00:00
< span > Bookmarklets< / span >
< / a >
< / li >
2022-07-05 13:47:05 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "globalcss/index.html#" >
2022-07-29 00:13:45 +00:00
< span > CSS styles< / span >
2022-07-05 13:47:05 +00:00
< / a >
< / li >
2022-07-04 08:12:06 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "icons/index.html#" >
2022-07-04 08:12:06 +00:00
< span > Toolbar customization< / span >
< / a >
< / li >
2022-09-10 12:55:34 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "searchcat/index.html#" >
2022-09-10 12:55:34 +00:00
< span > Search engine files< / span >
< / a >
< / li >
2022-08-01 12:22:51 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "termux/index.html#" >
2022-08-01 12:22:51 +00:00
< span > Termux< / span >
< / a >
< / li >
2022-07-04 08:12:06 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "longclick/index.html#" >
2022-07-04 08:12:06 +00:00
< span > Long pressed link menu< / span >
< / a >
< / li >
2022-09-27 09:33:31 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "tools/index.html#" >
2022-09-27 09:33:31 +00:00
< span > Tools< / span >
< / a >
< / li >
2022-07-05 13:47:05 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "filecap/index.html#" >
2022-07-05 13:47:05 +00:00
< span > Custom file handling< / span >
< / a >
< / li >
2022-08-01 01:37:01 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "gesture/index.html#" >
2022-08-01 01:37:01 +00:00
< span > Gestures< / span >
< / a >
< / li >
2022-07-02 01:15:32 +00:00
2023-01-22 09:27:29 +00:00
< li class = "post" >
2024-04-02 01:39:01 +00:00
< a href = "searchurl/webdav.html#" >
2023-01-22 09:27:29 +00:00
< span > webdav storage menu generator< / span >
< / a >
< / li >
2022-06-30 03:43:09 +00:00
< / ul >
2024-04-03 01:47:35 +00:00
< footer class = "site-footer" >
< div class = "container" >
2024-04-04 13:28:55 +00:00
© 2018-2024 Richard H. Cao
2024-04-03 01:47:35 +00:00
< / div >
< / footer >
2024-04-04 13:28:55 +00:00
<!-- 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/>. -->
2022-06-30 03:43:09 +00:00
< / body >
< / html >