From 5c2b79c14b9851e6563ecc1fa15c220736dffa7e Mon Sep 17 00:00:00 2001
From: James Feng Cao You can find prebuilt binaries here. Either download and unzip ebrowser package directly from any of npm mirror sites like npmmirror or with nodejs by Run ebrowser OR OR "git clone"/download files directly from any of mirror repositories and ebrowser is under the folder "misc/ebrowser". Before you can run ebrowser, you need to install electron either with nodejs by OR download and unzip electron binary directly from github or mirrors like npmmirror. Later on, you can run "npm install electron" to update electron/chromium or "npm install ebrowser" to update ebrowser independently. OR Pressing "Alt" to show the menu bar and choose "Check for updates" under "Help". OR Type ":update" in the address bar and press "enter" key to update. You can copy or modify the code/program under the terms of the GPL3.0 or later versions. Last Modified: 12 July 2024 Last Modified: 27 August 2024Installing (for Windows, MacOS and Linux)
Install with prebuilt binaries
Install with nodejs
-npm install electron
-npm install ebrowser
+Install ebrowser and electron separatedly
+Install ebrowser
+
-npm install ebrowser
+git clone https://github.com/torappinfo/ebrowser
+Install electron
+
+npm install electron
+Run ebrowser
-electron ~/node_modules/ebrowser
electron [the-path-of-folder-with-downloaded-ebrowser-files]
+Update app quickly without updating chromium
-reorg ebrowserreadme.md
+
+update ebrowserreadme.md
Some battery restrictions on android 13+ may disallow new instance of uweb browser by alarm events. Users can either keep uweb instance (no battery consumption) or remove the restriction for uweb.
For performance, the file "crontab" uses single space as field separator. Letters are not suppored currently. So use "1" for "January" and 2 for "Tuesday" etc.
The sixth field in crontab file could be in the format of internal links. Specifically, "c:" to execute the following commands in termux and "!" to execute commands directly. If the sixth field is not in any of above formats, then the field will appear as the message of alarm clock.
To make crontab more powerful, we changed the semantics as follows:
@@ -83,8 +84,8 @@ tcron /sdcard/b "rm -rf /sdcard/baidu/*;toybox touch /sdcard/b" 720
Last Modified: 8 April 2024
-fix typos
+
Last Modified: 27 August 2024
+update ebrowserreadme.md