From 24f7bfa0b2a9c1da2ac438a492e3bcc490a4a97b Mon Sep 17 00:00:00 2001 From: James Feng Cao Date: Sun, 11 May 2025 08:19:17 +0800 Subject: [PATCH] uweb 1122: offline site cache to support urls with special chars like ? etc --- en/ebrowserreadme/index.html | 15 ++++++++------- en/index.html | 2 +- en/index.xml | 6 +++--- en/mirrors.md | 3 --- en/mirrors/index.html | 7 ++----- en/search.md | 2 -- en/search/index.html | 3 +-- en/sitemap.xml | 12 ++++++------ en/topposts/index.xml | 2 +- en/unlist/index.xml | 4 ++-- latest.html | 2 +- misc/ebrowser/README.md | 13 +++++++------ misc/ebrowser/index.html | 14 +++++++++----- misc/ebrowser/mapkeys.json | 3 ++- misc/ebrowser/package.json | 5 +++-- misc/ebrowser/search.json | 3 +-- misc/ebrowser/webview.js | 5 ++++- sitemap.xml | 2 +- zh/index.html | 2 +- 19 files changed, 53 insertions(+), 52 deletions(-) diff --git a/en/ebrowserreadme/index.html b/en/ebrowserreadme/index.html index a9829f32..398cb313 100644 --- a/en/ebrowserreadme/index.html +++ b/en/ebrowserreadme/index.html @@ -56,6 +56,7 @@
  • global CSS/JS for all sites at will.
  • CSS/JS for domains, similar to uweb, but use sitejs/[domain].js or sitecss/[domain].css, not [domain root].js/css.
  • customizable.
  • +
  • dark theme support.
  • Note: Usually electron apps are heavyweight as they use browsers for simple things. Ebrowser uses core chromium effectively and very lightweight. Recommend to install electron separately.

    Installing (for Windows, MacOS and Linux)

    @@ -63,13 +64,13 @@

    You can find prebuilt binaries here.

    Install ebrowser and electron separatedly
    Install ebrowser
    -

    Either download and unzip ebrowser package directly from any of npm mirror sites like npmmirror or with nodejs by

    +

    Either download (Click the green "Code" button above the file list => Select "Download ZIP") and unzip from

    +
    https://github.com/torappinfo/ebrowser
    +
    +

    OR download and unzip ebrowser package directly from any of npm mirror sites like npmmirror or with nodejs by

    npm install ebrowser
     
    -

    OR

    -
    git clone https://github.com/torappinfo/ebrowser
    -
    -

    OR "git clone"/download files directly from any of mirror repositories and ebrowser is under the folder "misc/ebrowser".

    +

    OR download/"git clone" files directly from any of mirror repositories and ebrowser is under the folder "misc/ebrowser".

    Install electron

    Before you can run ebrowser, you need to install electron either with nodejs by

    npm install electron
    @@ -222,8 +223,8 @@
     

    You can copy or modify the code/program under the terms of the GPL3.0 or later versions.

    -

    Last Modified: 8 December 2024
    -update AI engines
    +

    Last Modified: 2 May 2025
    +update ebrowser readme

    
     

    diff --git a/en/index.html b/en/index.html index fd05597a..246f3d05 100644 --- a/en/index.html +++ b/en/index.html @@ -1,7 +1,7 @@ - + diff --git a/en/index.xml b/en/index.xml index 879c0a07..899033f0 100644 --- a/en/index.xml +++ b/en/index.xml @@ -6,7 +6,7 @@ Recent content on uweb browser: unlimited power Hugo en - Wed, 09 Apr 2025 00:54:18 +0800 + Fri, 02 May 2025 12:04:53 +0800 popup menu for Long pressed link and downloading @@ -237,14 +237,14 @@ https://jamesfengcao.gitlab.io/uweb/en/ebrowserreadme/ Mon, 01 Jan 0001 00:00:00 +0000 https://jamesfengcao.gitlab.io/uweb/en/ebrowserreadme/ - <script>function notRepo(){let u=location.href.replace(/#$/, '');return u.endsWith('index.html')||u.endsWith('readme/');}</script> <h3 id="ebrowser-keyboard-friendly-minimal-suckless-web-browser"><a href="https://github.com/torappinfo/ebrowser">Ebrowser</a>: keyboard-friendly minimal suckless web browser</h3> <p>Ebrowser is designed with the philosophy of <a href="https://github.com/torappinfo/uweb">Android uweb browser</a> (<a href="https://gitlab.com/jamesfengcao/uweb">gitlab</a>).</p> <ul> <li>lightweight (less than 20k bytes) without bundled electron.</li> <li>much less memory footprint than edge/chrome browser and highly performant.</li> <li>keyboard friendly with vim-style keymaps and command line support in address bar.</li> <li><a href="https://uweb.surge.sh/en/redirect/index.html#" onclick="if(notRepo()){location='../redirect/index.html#';return false;}">global redirection</a> to bypass censorship.</li> <li>user CSS/JS at will. Ex. pressing &quot;md&quot; in no-focus mode to preview markdown file.</li> <li>global CSS/JS for all sites at will.</li> <li>CSS/JS for domains, similar to <a href="https://jamesfengcao.gitlab.io/uweb/en/sitejs/index.html">uweb</a>, but use sitejs/[domain].js or sitecss/[domain].css, not [domain root].js/css.</li> <li>customizable.</li> </ul> <p>Note: Usually electron apps are heavyweight as they use browsers for simple things. Ebrowser uses core chromium effectively and very lightweight. Recommend to install electron separately.</p> + <script>function notRepo(){let u=location.href.replace(/#$/, '');return u.endsWith('index.html')||u.endsWith('readme/');}</script> <h3 id="ebrowser-keyboard-friendly-minimal-suckless-web-browser"><a href="https://github.com/torappinfo/ebrowser">Ebrowser</a>: keyboard-friendly minimal suckless web browser</h3> <p>Ebrowser is designed with the philosophy of <a href="https://github.com/torappinfo/uweb">Android uweb browser</a> (<a href="https://gitlab.com/jamesfengcao/uweb">gitlab</a>).</p> <ul> <li>lightweight (less than 20k bytes) without bundled electron.</li> <li>much less memory footprint than edge/chrome browser and highly performant.</li> <li>keyboard friendly with vim-style keymaps and command line support in address bar.</li> <li><a href="https://uweb.surge.sh/en/redirect/index.html#" onclick="if(notRepo()){location='../redirect/index.html#';return false;}">global redirection</a> to bypass censorship.</li> <li>user CSS/JS at will. Ex. pressing &quot;md&quot; in no-focus mode to preview markdown file.</li> <li>global CSS/JS for all sites at will.</li> <li>CSS/JS for domains, similar to <a href="https://jamesfengcao.gitlab.io/uweb/en/sitejs/index.html">uweb</a>, but use sitejs/[domain].js or sitecss/[domain].css, not [domain root].js/css.</li> <li>customizable.</li> <li>dark theme support.</li> </ul> <p>Note: Usually electron apps are heavyweight as they use browsers for simple things. Ebrowser uses core chromium effectively and very lightweight. Recommend to install electron separately.</p> https://jamesfengcao.gitlab.io/uweb/en/mirrors/ Mon, 01 Jan 0001 00:00:00 +0000 https://jamesfengcao.gitlab.io/uweb/en/mirrors/ - <style>a+br{display:none;}</style> <h4 id="mirrors-for-version-1040">Mirrors (for version 1040+)</h4> <p><a href="https://gitee.com/jamesfengcao/uweb/raw/master/redirect.html#">gitee</a><br> <a href="https://raw.gitcode.com/uweb/uweb/raw/master/redirect.html#">gitcode</a><br> <a href="https://gitea.com/torappinfo/uweb/raw/branch/master/redirect.html#">gitea</a><br> <a href="https://notabug.org/torappinfo/uweb/raw/master/redirect.html#">notabug</a><br> <a href="https://git.launchpad.net/uweb/plain/redirect.html#">launchpad</a><br> <a href="https://framagit.org/torappinfo/uweb/-/raw/master/redirect.html#">framagit</a><br> <a href="https://git.froggi.es/jamesfengcao/uweb/raw/branch/master/redirect.html#">froggi</a><br> <a href="https://git.disroot.org/torappinfo/uweb/raw/branch/master/redirect.html#">disroot</a><br> <a href="https://gitdab.com/jamesfengcao/uweb/raw/branch/master/redirect.html#">gitdab</a><br> <a href="https://pagure.io/uweb/raw/master/f/redirect.html#">pagure</a><br> <a href="https://bitbucket.org/torappinfo/torappinfo.bitbucket.io/raw/master/redirect.html#">bitbucket</a><br> <a href="https://fastly.jsdelivr.net/gh/torappinfo/uweb/redirect.html#">jsdelivr</a><br> <a href="https://dagshub.com/torappinfo/uweb/raw/master/redirect.html#">dagshub</a><br> <a href="https://gitgud.io/jamesfengcao/uweb/-/raw/master/redirect.html#">gitgud</a><br> <a href="https://gitly.org/jamesfengcao/uweb/raw/master/redirect.html#">gitly</a><br> <a href="https://gitnet.fr/jamesfengcao/uweb/raw/branch/master/redirect.html#">gitnet</a><br> <a href="https://tildegit.org/jamesfengcao/uweb/raw/branch/master/redirect.html#">tilde</a><br> <a href="https://code.antopie.org/jamesfengcao/uweb/raw/branch/master/redirect.html#">antopie</a><br> <a href="https://bgithub.xyz/torappinfo/uweb/raw/master/redirect.html#">bgithub</a></p> <h4 id="mirrors-for-all-versions">Mirrors (for all versions)</h4> <p> <a href="i:0mi:5h:https://gitee.com/jamesfengcao/uweb/raw/master/redirect.html">1</a> <a href="i:0m?:https://raw.gitcode.com/uweb/uweb/raw/master/redirect.html">4</a> <a href="i:0m?:https://gitea.com/torappinfo/uweb/raw/branch/master/redirect.html">5</a> <a href="i:0mi:5h?format=raw::https://sourceforge.net/p/uwebbrowser/code/ci/master/tree/redirect.html">6</a> <a href="i:0mi:5h?format=raw::https://rocketgit.com/user/torappinfo/uweb/source/tree/branch/master/blob_download/redirect.html">7</a> <a href="i:0m?:https://notabug.org/torappinfo/uweb/raw/master/redirect.html">8</a> <a href="i:0mi:5h:https://git.launchpad.net/uweb/plain/redirect.html">9</a> <a href="i:0m?:https://framagit.org/torappinfo/uweb/-/raw/master/redirect.html">10</a> <a href="i:0m?:https://git.froggi.es/jamesfengcao/uweb/raw/branch/master/redirect.html">12</a> <a href="i:0m?:https://git.disroot.org/torappinfo/uweb/raw/branch/master/redirect.html">13</a> <a href="i:0m?:https://gitdab.com/jamesfengcao/uweb/raw/branch/master/redirect.html">14</a> <a href="i:0mi:5h/xxxx/?path=::https://dev.azure.com/jamesfengcao/1d8bf6c7-7c24-4441-bc5e-9709dcaf37fc/_apis/git/repositories/2a588d9b-f25a-46c0-bb3b-f685c635fcf8/itemsxxxx/redirect.html">15</a> <a href="i:0mi:5h:https://pagure.io/uweb/raw/master/f/redirect.html">16</a> <a href="i:0m?:https://bitbucket.org/torappinfo/torappinfo.bitbucket.io/raw/master/redirect.html">17</a> <a href="i:0mi:5h:https://fastly.jsdelivr.net/gh/torappinfo/uweb/redirect.html">18</a> <a href="i:0m?:https://dagshub.com/torappinfo/uweb/raw/master/redirect.html">19</a> <a href="i:0mi:5h:https://gitgud.io/jamesfengcao/uweb/-/raw/master/redirect.html">20</a> <a href="i:0m?:https://gitly.org/jamesfengcao/uweb/raw/master/redirect.html">gitly</a> <a href="i:0m?:https://gitnet.fr/jamesfengcao/uweb/raw/branch/master/redirect.html">gitnet</a> <a href="i:0m?:https://tildegit.org/jamesfengcao/uweb/raw/branch/master/redirect.html">tilde</a> <a href="i:0m?:https://code.antopie.org/jamesfengcao/uweb/raw/branch/master/redirect.html">antopie</a> </p> <h4 id="repositories">Repositories</h4> <p><a href="https://gitlab.com/jamesfengcao/uweb">gitlab</a><br> <a href="https://sourceforge.net/p/uwebbrowser">sourceforge</a><br> <a href="https://github.com/torappinfo/uweb">github</a><br> <a href="https://bitbucket.org/torappinfo/torappinfo.bitbucket.io">bitbucket</a><br> <a href="https://codeberg.org/jamesfengcao/pages/src/branch/master/README.md">codeberg</a><br> <a href="https://gitee.com/jamesfengcao/uweb">gitee</a><br> <a href="https://gitcode.com/uweb/uweb">gitcode</a><br> <a href="https://atomgit.com/jamesfengcao/uweb">atomgit</a><br> <a href="https://www.gitlink.org.cn/jamesfengcao/uweb">gitlink</a><br> <a href="https://gitgud.io/jamesfengcao/uweb">gitgud</a><br> <a href="https://git.disroot.org/torappinfo/uweb/src/branch/master/README.md">disroot</a><br> <a href="https://gitea.com/torappinfo/uweb/src/branch/master/README.md">gitea</a><br> <a href="https://notabug.org/torappinfo/uweb/src/master/README.md">notabug</a><br> <a href="https://framagit.org/torappinfo/uweb">framagit</a><br> <a href="https://git.froggi.es/jamesfengcao/uweb/src/branch/master/README.md">froggi</a><br> <a href="https://gitdab.com/jamesfengcao/uweb/src/branch/master/README.md">gitdab</a><br> <a href="https://pagure.io/uweb/blob/master/f/README.md">pagure</a><br> <a href="https://dagshub.com/torappinfo/uweb/src/master/README.md">dagshub</a><br> <a href="https://gitnet.fr/jamesfengcao/uweb/src/branch/master/README.md">gitnet</a><br> <a href="https://tildegit.org/jamesfengcao/uweb/src/branch/master/README.md">tilde</a><br> <a href="https://code.antopie.org/jamesfengcao/uweb/src/master/README.md">antopie</a></p> + <style>a+br{display:none;}</style> <h4 id="mirrors-for-version-1040">Mirrors (for version 1040+)</h4> <p><a href="https://gitee.com/jamesfengcao/uweb/raw/master/redirect.html#">gitee</a><br> <a href="https://gitea.com/torappinfo/uweb/raw/branch/master/redirect.html#">gitea</a><br> <a href="https://notabug.org/torappinfo/uweb/raw/master/redirect.html#">notabug</a><br> <a href="https://git.launchpad.net/uweb/plain/redirect.html#">launchpad</a><br> <a href="https://framagit.org/torappinfo/uweb/-/raw/master/redirect.html#">framagit</a><br> <a href="https://git.froggi.es/jamesfengcao/uweb/raw/branch/master/redirect.html#">froggi</a><br> <a href="https://git.disroot.org/torappinfo/uweb/raw/branch/master/redirect.html#">disroot</a><br> <a href="https://gitdab.com/jamesfengcao/uweb/raw/branch/master/redirect.html#">gitdab</a><br> <a href="https://pagure.io/uweb/raw/master/f/redirect.html#">pagure</a><br> <a href="https://bitbucket.org/torappinfo/torappinfo.bitbucket.io/raw/master/redirect.html#">bitbucket</a><br> <a href="https://fastly.jsdelivr.net/gh/torappinfo/uweb/redirect.html#">jsdelivr</a><br> <a href="https://dagshub.com/torappinfo/uweb/raw/master/redirect.html#">dagshub</a><br> <a href="https://gitgud.io/jamesfengcao/uweb/-/raw/master/redirect.html#">gitgud</a><br> <a href="https://gitly.org/jamesfengcao/uweb/raw/master/redirect.html#">gitly</a><br> <a href="https://gitnet.fr/jamesfengcao/uweb/raw/branch/master/redirect.html#">gitnet</a><br> <a href="https://tildegit.org/jamesfengcao/uweb/raw/branch/master/redirect.html#">tilde</a><br> <a href="https://code.antopie.org/jamesfengcao/uweb/raw/branch/master/redirect.html#">antopie</a><br> <a href="https://bgithub.xyz/torappinfo/uweb/raw/master/redirect.html#">bgithub</a></p> <h4 id="mirrors-for-all-versions">Mirrors (for all versions)</h4> <p> <a href="i:0mi:5h:https://gitee.com/jamesfengcao/uweb/raw/master/redirect.html">1</a> <a href="i:0m?:https://gitea.com/torappinfo/uweb/raw/branch/master/redirect.html">5</a> <a href="i:0mi:5h?format=raw::https://sourceforge.net/p/uwebbrowser/code/ci/master/tree/redirect.html">6</a> <a href="i:0mi:5h?format=raw::https://rocketgit.com/user/torappinfo/uweb/source/tree/branch/master/blob_download/redirect.html">7</a> <a href="i:0m?:https://notabug.org/torappinfo/uweb/raw/master/redirect.html">8</a> <a href="i:0mi:5h:https://git.launchpad.net/uweb/plain/redirect.html">9</a> <a href="i:0m?:https://framagit.org/torappinfo/uweb/-/raw/master/redirect.html">10</a> <a href="i:0m?:https://git.froggi.es/jamesfengcao/uweb/raw/branch/master/redirect.html">12</a> <a href="i:0m?:https://git.disroot.org/torappinfo/uweb/raw/branch/master/redirect.html">13</a> <a href="i:0m?:https://gitdab.com/jamesfengcao/uweb/raw/branch/master/redirect.html">14</a> <a href="i:0mi:5h/xxxx/?path=::https://dev.azure.com/jamesfengcao/1d8bf6c7-7c24-4441-bc5e-9709dcaf37fc/_apis/git/repositories/2a588d9b-f25a-46c0-bb3b-f685c635fcf8/itemsxxxx/redirect.html">15</a> <a href="i:0mi:5h:https://pagure.io/uweb/raw/master/f/redirect.html">16</a> <a href="i:0m?:https://bitbucket.org/torappinfo/torappinfo.bitbucket.io/raw/master/redirect.html">17</a> <a href="i:0mi:5h:https://fastly.jsdelivr.net/gh/torappinfo/uweb/redirect.html">18</a> <a href="i:0m?:https://dagshub.com/torappinfo/uweb/raw/master/redirect.html">19</a> <a href="i:0mi:5h:https://gitgud.io/jamesfengcao/uweb/-/raw/master/redirect.html">20</a> <a href="i:0m?:https://gitly.org/jamesfengcao/uweb/raw/master/redirect.html">gitly</a> <a href="i:0m?:https://gitnet.fr/jamesfengcao/uweb/raw/branch/master/redirect.html">gitnet</a> <a href="i:0m?:https://tildegit.org/jamesfengcao/uweb/raw/branch/master/redirect.html">tilde</a> <a href="i:0m?:https://code.antopie.org/jamesfengcao/uweb/raw/branch/master/redirect.html">antopie</a> </p> <h4 id="repositories">Repositories</h4> <p><a href="https://gitlab.com/jamesfengcao/uweb">gitlab</a><br> <a href="https://sourceforge.net/p/uwebbrowser">sourceforge</a><br> <a href="https://github.com/torappinfo/uweb">github</a><br> <a href="https://bitbucket.org/torappinfo/torappinfo.bitbucket.io">bitbucket</a><br> <a href="https://codeberg.org/jamesfengcao/pages/src/branch/master/README.md">codeberg</a><br> <a href="https://gitee.com/jamesfengcao/uweb">gitee</a><br> <a href="https://atomgit.com/jamesfengcao/uweb">atomgit</a><br> <a href="https://www.gitlink.org.cn/jamesfengcao/uweb">gitlink</a><br> <a href="https://gitgud.io/jamesfengcao/uweb">gitgud</a><br> <a href="https://git.disroot.org/torappinfo/uweb/src/branch/master/README.md">disroot</a><br> <a href="https://gitea.com/torappinfo/uweb/src/branch/master/README.md">gitea</a><br> <a href="https://notabug.org/torappinfo/uweb/src/master/README.md">notabug</a><br> <a href="https://framagit.org/torappinfo/uweb">framagit</a><br> <a href="https://git.froggi.es/jamesfengcao/uweb/src/branch/master/README.md">froggi</a><br> <a href="https://gitdab.com/jamesfengcao/uweb/src/branch/master/README.md">gitdab</a><br> <a href="https://pagure.io/uweb/blob/master/f/README.md">pagure</a><br> <a href="https://dagshub.com/torappinfo/uweb/src/master/README.md">dagshub</a><br> <a href="https://gitnet.fr/jamesfengcao/uweb/src/branch/master/README.md">gitnet</a><br> <a href="https://tildegit.org/jamesfengcao/uweb/src/branch/master/README.md">tilde</a><br> <a href="https://code.antopie.org/jamesfengcao/uweb/src/master/README.md">antopie</a></p> diff --git a/en/mirrors.md b/en/mirrors.md index aa510e98..6ef938dd 100644 --- a/en/mirrors.md +++ b/en/mirrors.md @@ -1,7 +1,6 @@ #### Mirrors (for version 1040+) [gitee](https://gitee.com/jamesfengcao/uweb/raw/master/redirect.html#) -[gitcode](https://raw.gitcode.com/uweb/uweb/raw/master/redirect.html#) [gitea](https://gitea.com/torappinfo/uweb/raw/branch/master/redirect.html#) [notabug](https://notabug.org/torappinfo/uweb/raw/master/redirect.html#) [launchpad](https://git.launchpad.net/uweb/plain/redirect.html#) @@ -23,7 +22,6 @@ #### Mirrors (for all versions)

    1 -4 5 6 7 @@ -52,7 +50,6 @@ [bitbucket](https://bitbucket.org/torappinfo/torappinfo.bitbucket.io) [codeberg](https://codeberg.org/jamesfengcao/pages/src/branch/master/README.md) [gitee](https://gitee.com/jamesfengcao/uweb) -[gitcode](https://gitcode.com/uweb/uweb) [atomgit](https://atomgit.com/jamesfengcao/uweb) [gitlink](https://www.gitlink.org.cn/jamesfengcao/uweb) [gitgud](https://gitgud.io/jamesfengcao/uweb) diff --git a/en/mirrors/index.html b/en/mirrors/index.html index 0a5026af..c971a615 100644 --- a/en/mirrors/index.html +++ b/en/mirrors/index.html @@ -47,7 +47,6 @@

    Mirrors (for version 1040+)

    gitee
    -gitcode
    gitea
    notabug
    launchpad
    @@ -68,7 +67,6 @@

    Mirrors (for all versions)

    1 -4 5 6 7 @@ -96,7 +94,6 @@ bitbucket
    codeberg
    gitee
    -gitcode
    atomgit
    gitlink
    gitgud
    @@ -113,8 +110,8 @@ antopie

    -

    Last Modified: 8 January 2025
    -update AI engines
    +

    Last Modified: 12 April 2025
    +update ebrowser readme

    
     

    diff --git a/en/search.md b/en/search.md index 51455eef..2906a416 100644 --- a/en/search.md +++ b/en/search.md @@ -44,8 +44,6 @@ Clicking the following search engine configuration links (or append the link tex lenso:https://lenso.ai/en/search-by-text?type=relatedText&desc= -thinkany:https://thinkany.so/search?q= - phind:https://phind-ai.com/search?q= xanswer:https://www.xanswer.com/search?q= diff --git a/en/search/index.html b/en/search/index.html index 4e178c5f..18b3ccc5 100644 --- a/en/search/index.html +++ b/en/search/index.html @@ -68,7 +68,6 @@

    gigabrain:https://thegigabrain.com/search/

    liner:https://getliner.com?q=

    lenso:https://lenso.ai/en/search-by-text?type=relatedText&desc=

    -

    thinkany:https://thinkany.so/search?q=

    phind:https://phind-ai.com/search?q=

    xanswer:https://www.xanswer.com/search?q=

    mistral:https://chat.mistral.ai/chat?q=

    @@ -282,7 +281,7 @@ alternativeto

    -

    Last Modified: 8 April 2025
    +

    Last Modified: 11 April 2025
    add notes for '%250D'

    Add AI engines
     
    diff --git a/en/sitemap.xml b/en/sitemap.xml index 72f30282..f07f5e0d 100644 --- a/en/sitemap.xml +++ b/en/sitemap.xml @@ -55,7 +55,7 @@ /> https://jamesfengcao.gitlab.io/uweb/en/ - 2025-04-09T00:54:18+08:00 + 2025-05-02T12:04:53+08:00 2025-04-07T22:07:29+08:00 https://jamesfengcao.gitlab.io/uweb/en/search/ - 2025-04-08T23:08:09+08:00 + 2025-04-11T08:35:03+08:00 https://jamesfengcao.gitlab.io/uweb/en/topposts/ - 2025-04-09T00:47:06+08:00 + 2025-04-11T08:35:03+08:00 https://jamesfengcao.gitlab.io/uweb/en/ebrowserreadme/ - 2024-12-08T16:34:57+08:00 + 2025-05-02T12:04:53+08:00 https://jamesfengcao.gitlab.io/uweb/en/mirrors/ - 2025-01-08T22:49:43+08:00 + 2025-04-12T07:42:28+08:00 https://jamesfengcao.gitlab.io/uweb/en/readme/ 2025-03-15T20:17:21+08:00 @@ -561,7 +561,7 @@ /> https://jamesfengcao.gitlab.io/uweb/en/unlist/ - 2025-03-15T20:17:21+08:00 + 2025-05-02T12:04:53+08:00 Recent content in Topposts on uweb browser: unlimited power Hugo en - Wed, 09 Apr 2025 00:47:06 +0800 + Fri, 11 Apr 2025 08:35:03 +0800 Search engine query URLs diff --git a/en/unlist/index.xml b/en/unlist/index.xml index 00db3daa..8a6dadc3 100644 --- a/en/unlist/index.xml +++ b/en/unlist/index.xml @@ -12,14 +12,14 @@ https://jamesfengcao.gitlab.io/uweb/en/ebrowserreadme/ Mon, 01 Jan 0001 00:00:00 +0000 https://jamesfengcao.gitlab.io/uweb/en/ebrowserreadme/ - <script>function notRepo(){let u=location.href.replace(/#$/, '');return u.endsWith('index.html')||u.endsWith('readme/');}</script> <h3 id="ebrowser-keyboard-friendly-minimal-suckless-web-browser"><a href="https://github.com/torappinfo/ebrowser">Ebrowser</a>: keyboard-friendly minimal suckless web browser</h3> <p>Ebrowser is designed with the philosophy of <a href="https://github.com/torappinfo/uweb">Android uweb browser</a> (<a href="https://gitlab.com/jamesfengcao/uweb">gitlab</a>).</p> <ul> <li>lightweight (less than 20k bytes) without bundled electron.</li> <li>much less memory footprint than edge/chrome browser and highly performant.</li> <li>keyboard friendly with vim-style keymaps and command line support in address bar.</li> <li><a href="https://uweb.surge.sh/en/redirect/index.html#" onclick="if(notRepo()){location='../redirect/index.html#';return false;}">global redirection</a> to bypass censorship.</li> <li>user CSS/JS at will. Ex. pressing &quot;md&quot; in no-focus mode to preview markdown file.</li> <li>global CSS/JS for all sites at will.</li> <li>CSS/JS for domains, similar to <a href="https://jamesfengcao.gitlab.io/uweb/en/sitejs/index.html">uweb</a>, but use sitejs/[domain].js or sitecss/[domain].css, not [domain root].js/css.</li> <li>customizable.</li> </ul> <p>Note: Usually electron apps are heavyweight as they use browsers for simple things. Ebrowser uses core chromium effectively and very lightweight. Recommend to install electron separately.</p> + <script>function notRepo(){let u=location.href.replace(/#$/, '');return u.endsWith('index.html')||u.endsWith('readme/');}</script> <h3 id="ebrowser-keyboard-friendly-minimal-suckless-web-browser"><a href="https://github.com/torappinfo/ebrowser">Ebrowser</a>: keyboard-friendly minimal suckless web browser</h3> <p>Ebrowser is designed with the philosophy of <a href="https://github.com/torappinfo/uweb">Android uweb browser</a> (<a href="https://gitlab.com/jamesfengcao/uweb">gitlab</a>).</p> <ul> <li>lightweight (less than 20k bytes) without bundled electron.</li> <li>much less memory footprint than edge/chrome browser and highly performant.</li> <li>keyboard friendly with vim-style keymaps and command line support in address bar.</li> <li><a href="https://uweb.surge.sh/en/redirect/index.html#" onclick="if(notRepo()){location='../redirect/index.html#';return false;}">global redirection</a> to bypass censorship.</li> <li>user CSS/JS at will. Ex. pressing &quot;md&quot; in no-focus mode to preview markdown file.</li> <li>global CSS/JS for all sites at will.</li> <li>CSS/JS for domains, similar to <a href="https://jamesfengcao.gitlab.io/uweb/en/sitejs/index.html">uweb</a>, but use sitejs/[domain].js or sitecss/[domain].css, not [domain root].js/css.</li> <li>customizable.</li> <li>dark theme support.</li> </ul> <p>Note: Usually electron apps are heavyweight as they use browsers for simple things. Ebrowser uses core chromium effectively and very lightweight. Recommend to install electron separately.</p> https://jamesfengcao.gitlab.io/uweb/en/mirrors/ Mon, 01 Jan 0001 00:00:00 +0000 https://jamesfengcao.gitlab.io/uweb/en/mirrors/ - <style>a+br{display:none;}</style> <h4 id="mirrors-for-version-1040">Mirrors (for version 1040+)</h4> <p><a href="https://gitee.com/jamesfengcao/uweb/raw/master/redirect.html#">gitee</a><br> <a href="https://raw.gitcode.com/uweb/uweb/raw/master/redirect.html#">gitcode</a><br> <a href="https://gitea.com/torappinfo/uweb/raw/branch/master/redirect.html#">gitea</a><br> <a href="https://notabug.org/torappinfo/uweb/raw/master/redirect.html#">notabug</a><br> <a href="https://git.launchpad.net/uweb/plain/redirect.html#">launchpad</a><br> <a href="https://framagit.org/torappinfo/uweb/-/raw/master/redirect.html#">framagit</a><br> <a href="https://git.froggi.es/jamesfengcao/uweb/raw/branch/master/redirect.html#">froggi</a><br> <a href="https://git.disroot.org/torappinfo/uweb/raw/branch/master/redirect.html#">disroot</a><br> <a href="https://gitdab.com/jamesfengcao/uweb/raw/branch/master/redirect.html#">gitdab</a><br> <a href="https://pagure.io/uweb/raw/master/f/redirect.html#">pagure</a><br> <a href="https://bitbucket.org/torappinfo/torappinfo.bitbucket.io/raw/master/redirect.html#">bitbucket</a><br> <a href="https://fastly.jsdelivr.net/gh/torappinfo/uweb/redirect.html#">jsdelivr</a><br> <a href="https://dagshub.com/torappinfo/uweb/raw/master/redirect.html#">dagshub</a><br> <a href="https://gitgud.io/jamesfengcao/uweb/-/raw/master/redirect.html#">gitgud</a><br> <a href="https://gitly.org/jamesfengcao/uweb/raw/master/redirect.html#">gitly</a><br> <a href="https://gitnet.fr/jamesfengcao/uweb/raw/branch/master/redirect.html#">gitnet</a><br> <a href="https://tildegit.org/jamesfengcao/uweb/raw/branch/master/redirect.html#">tilde</a><br> <a href="https://code.antopie.org/jamesfengcao/uweb/raw/branch/master/redirect.html#">antopie</a><br> <a href="https://bgithub.xyz/torappinfo/uweb/raw/master/redirect.html#">bgithub</a></p> <h4 id="mirrors-for-all-versions">Mirrors (for all versions)</h4> <p> <a href="i:0mi:5h:https://gitee.com/jamesfengcao/uweb/raw/master/redirect.html">1</a> <a href="i:0m?:https://raw.gitcode.com/uweb/uweb/raw/master/redirect.html">4</a> <a href="i:0m?:https://gitea.com/torappinfo/uweb/raw/branch/master/redirect.html">5</a> <a href="i:0mi:5h?format=raw::https://sourceforge.net/p/uwebbrowser/code/ci/master/tree/redirect.html">6</a> <a href="i:0mi:5h?format=raw::https://rocketgit.com/user/torappinfo/uweb/source/tree/branch/master/blob_download/redirect.html">7</a> <a href="i:0m?:https://notabug.org/torappinfo/uweb/raw/master/redirect.html">8</a> <a href="i:0mi:5h:https://git.launchpad.net/uweb/plain/redirect.html">9</a> <a href="i:0m?:https://framagit.org/torappinfo/uweb/-/raw/master/redirect.html">10</a> <a href="i:0m?:https://git.froggi.es/jamesfengcao/uweb/raw/branch/master/redirect.html">12</a> <a href="i:0m?:https://git.disroot.org/torappinfo/uweb/raw/branch/master/redirect.html">13</a> <a href="i:0m?:https://gitdab.com/jamesfengcao/uweb/raw/branch/master/redirect.html">14</a> <a href="i:0mi:5h/xxxx/?path=::https://dev.azure.com/jamesfengcao/1d8bf6c7-7c24-4441-bc5e-9709dcaf37fc/_apis/git/repositories/2a588d9b-f25a-46c0-bb3b-f685c635fcf8/itemsxxxx/redirect.html">15</a> <a href="i:0mi:5h:https://pagure.io/uweb/raw/master/f/redirect.html">16</a> <a href="i:0m?:https://bitbucket.org/torappinfo/torappinfo.bitbucket.io/raw/master/redirect.html">17</a> <a href="i:0mi:5h:https://fastly.jsdelivr.net/gh/torappinfo/uweb/redirect.html">18</a> <a href="i:0m?:https://dagshub.com/torappinfo/uweb/raw/master/redirect.html">19</a> <a href="i:0mi:5h:https://gitgud.io/jamesfengcao/uweb/-/raw/master/redirect.html">20</a> <a href="i:0m?:https://gitly.org/jamesfengcao/uweb/raw/master/redirect.html">gitly</a> <a href="i:0m?:https://gitnet.fr/jamesfengcao/uweb/raw/branch/master/redirect.html">gitnet</a> <a href="i:0m?:https://tildegit.org/jamesfengcao/uweb/raw/branch/master/redirect.html">tilde</a> <a href="i:0m?:https://code.antopie.org/jamesfengcao/uweb/raw/branch/master/redirect.html">antopie</a> </p> <h4 id="repositories">Repositories</h4> <p><a href="https://gitlab.com/jamesfengcao/uweb">gitlab</a><br> <a href="https://sourceforge.net/p/uwebbrowser">sourceforge</a><br> <a href="https://github.com/torappinfo/uweb">github</a><br> <a href="https://bitbucket.org/torappinfo/torappinfo.bitbucket.io">bitbucket</a><br> <a href="https://codeberg.org/jamesfengcao/pages/src/branch/master/README.md">codeberg</a><br> <a href="https://gitee.com/jamesfengcao/uweb">gitee</a><br> <a href="https://gitcode.com/uweb/uweb">gitcode</a><br> <a href="https://atomgit.com/jamesfengcao/uweb">atomgit</a><br> <a href="https://www.gitlink.org.cn/jamesfengcao/uweb">gitlink</a><br> <a href="https://gitgud.io/jamesfengcao/uweb">gitgud</a><br> <a href="https://git.disroot.org/torappinfo/uweb/src/branch/master/README.md">disroot</a><br> <a href="https://gitea.com/torappinfo/uweb/src/branch/master/README.md">gitea</a><br> <a href="https://notabug.org/torappinfo/uweb/src/master/README.md">notabug</a><br> <a href="https://framagit.org/torappinfo/uweb">framagit</a><br> <a href="https://git.froggi.es/jamesfengcao/uweb/src/branch/master/README.md">froggi</a><br> <a href="https://gitdab.com/jamesfengcao/uweb/src/branch/master/README.md">gitdab</a><br> <a href="https://pagure.io/uweb/blob/master/f/README.md">pagure</a><br> <a href="https://dagshub.com/torappinfo/uweb/src/master/README.md">dagshub</a><br> <a href="https://gitnet.fr/jamesfengcao/uweb/src/branch/master/README.md">gitnet</a><br> <a href="https://tildegit.org/jamesfengcao/uweb/src/branch/master/README.md">tilde</a><br> <a href="https://code.antopie.org/jamesfengcao/uweb/src/master/README.md">antopie</a></p> + <style>a+br{display:none;}</style> <h4 id="mirrors-for-version-1040">Mirrors (for version 1040+)</h4> <p><a href="https://gitee.com/jamesfengcao/uweb/raw/master/redirect.html#">gitee</a><br> <a href="https://gitea.com/torappinfo/uweb/raw/branch/master/redirect.html#">gitea</a><br> <a href="https://notabug.org/torappinfo/uweb/raw/master/redirect.html#">notabug</a><br> <a href="https://git.launchpad.net/uweb/plain/redirect.html#">launchpad</a><br> <a href="https://framagit.org/torappinfo/uweb/-/raw/master/redirect.html#">framagit</a><br> <a href="https://git.froggi.es/jamesfengcao/uweb/raw/branch/master/redirect.html#">froggi</a><br> <a href="https://git.disroot.org/torappinfo/uweb/raw/branch/master/redirect.html#">disroot</a><br> <a href="https://gitdab.com/jamesfengcao/uweb/raw/branch/master/redirect.html#">gitdab</a><br> <a href="https://pagure.io/uweb/raw/master/f/redirect.html#">pagure</a><br> <a href="https://bitbucket.org/torappinfo/torappinfo.bitbucket.io/raw/master/redirect.html#">bitbucket</a><br> <a href="https://fastly.jsdelivr.net/gh/torappinfo/uweb/redirect.html#">jsdelivr</a><br> <a href="https://dagshub.com/torappinfo/uweb/raw/master/redirect.html#">dagshub</a><br> <a href="https://gitgud.io/jamesfengcao/uweb/-/raw/master/redirect.html#">gitgud</a><br> <a href="https://gitly.org/jamesfengcao/uweb/raw/master/redirect.html#">gitly</a><br> <a href="https://gitnet.fr/jamesfengcao/uweb/raw/branch/master/redirect.html#">gitnet</a><br> <a href="https://tildegit.org/jamesfengcao/uweb/raw/branch/master/redirect.html#">tilde</a><br> <a href="https://code.antopie.org/jamesfengcao/uweb/raw/branch/master/redirect.html#">antopie</a><br> <a href="https://bgithub.xyz/torappinfo/uweb/raw/master/redirect.html#">bgithub</a></p> <h4 id="mirrors-for-all-versions">Mirrors (for all versions)</h4> <p> <a href="i:0mi:5h:https://gitee.com/jamesfengcao/uweb/raw/master/redirect.html">1</a> <a href="i:0m?:https://gitea.com/torappinfo/uweb/raw/branch/master/redirect.html">5</a> <a href="i:0mi:5h?format=raw::https://sourceforge.net/p/uwebbrowser/code/ci/master/tree/redirect.html">6</a> <a href="i:0mi:5h?format=raw::https://rocketgit.com/user/torappinfo/uweb/source/tree/branch/master/blob_download/redirect.html">7</a> <a href="i:0m?:https://notabug.org/torappinfo/uweb/raw/master/redirect.html">8</a> <a href="i:0mi:5h:https://git.launchpad.net/uweb/plain/redirect.html">9</a> <a href="i:0m?:https://framagit.org/torappinfo/uweb/-/raw/master/redirect.html">10</a> <a href="i:0m?:https://git.froggi.es/jamesfengcao/uweb/raw/branch/master/redirect.html">12</a> <a href="i:0m?:https://git.disroot.org/torappinfo/uweb/raw/branch/master/redirect.html">13</a> <a href="i:0m?:https://gitdab.com/jamesfengcao/uweb/raw/branch/master/redirect.html">14</a> <a href="i:0mi:5h/xxxx/?path=::https://dev.azure.com/jamesfengcao/1d8bf6c7-7c24-4441-bc5e-9709dcaf37fc/_apis/git/repositories/2a588d9b-f25a-46c0-bb3b-f685c635fcf8/itemsxxxx/redirect.html">15</a> <a href="i:0mi:5h:https://pagure.io/uweb/raw/master/f/redirect.html">16</a> <a href="i:0m?:https://bitbucket.org/torappinfo/torappinfo.bitbucket.io/raw/master/redirect.html">17</a> <a href="i:0mi:5h:https://fastly.jsdelivr.net/gh/torappinfo/uweb/redirect.html">18</a> <a href="i:0m?:https://dagshub.com/torappinfo/uweb/raw/master/redirect.html">19</a> <a href="i:0mi:5h:https://gitgud.io/jamesfengcao/uweb/-/raw/master/redirect.html">20</a> <a href="i:0m?:https://gitly.org/jamesfengcao/uweb/raw/master/redirect.html">gitly</a> <a href="i:0m?:https://gitnet.fr/jamesfengcao/uweb/raw/branch/master/redirect.html">gitnet</a> <a href="i:0m?:https://tildegit.org/jamesfengcao/uweb/raw/branch/master/redirect.html">tilde</a> <a href="i:0m?:https://code.antopie.org/jamesfengcao/uweb/raw/branch/master/redirect.html">antopie</a> </p> <h4 id="repositories">Repositories</h4> <p><a href="https://gitlab.com/jamesfengcao/uweb">gitlab</a><br> <a href="https://sourceforge.net/p/uwebbrowser">sourceforge</a><br> <a href="https://github.com/torappinfo/uweb">github</a><br> <a href="https://bitbucket.org/torappinfo/torappinfo.bitbucket.io">bitbucket</a><br> <a href="https://codeberg.org/jamesfengcao/pages/src/branch/master/README.md">codeberg</a><br> <a href="https://gitee.com/jamesfengcao/uweb">gitee</a><br> <a href="https://atomgit.com/jamesfengcao/uweb">atomgit</a><br> <a href="https://www.gitlink.org.cn/jamesfengcao/uweb">gitlink</a><br> <a href="https://gitgud.io/jamesfengcao/uweb">gitgud</a><br> <a href="https://git.disroot.org/torappinfo/uweb/src/branch/master/README.md">disroot</a><br> <a href="https://gitea.com/torappinfo/uweb/src/branch/master/README.md">gitea</a><br> <a href="https://notabug.org/torappinfo/uweb/src/master/README.md">notabug</a><br> <a href="https://framagit.org/torappinfo/uweb">framagit</a><br> <a href="https://git.froggi.es/jamesfengcao/uweb/src/branch/master/README.md">froggi</a><br> <a href="https://gitdab.com/jamesfengcao/uweb/src/branch/master/README.md">gitdab</a><br> <a href="https://pagure.io/uweb/blob/master/f/README.md">pagure</a><br> <a href="https://dagshub.com/torappinfo/uweb/src/master/README.md">dagshub</a><br> <a href="https://gitnet.fr/jamesfengcao/uweb/src/branch/master/README.md">gitnet</a><br> <a href="https://tildegit.org/jamesfengcao/uweb/src/branch/master/README.md">tilde</a><br> <a href="https://code.antopie.org/jamesfengcao/uweb/src/master/README.md">antopie</a></p> diff --git a/latest.html b/latest.html index 7035f675..c27d800e 100644 --- a/latest.html +++ b/latest.html @@ -1,7 +1,7 @@