From d0d745b7f5d1e62513c5a18309243f3ac0c881e1 Mon Sep 17 00:00:00 2001
From: James Feng Cao
Date: Thu, 13 Jun 2024 08:07:31 +0800
Subject: [PATCH] updates bookmarklets
---
README.zh-Hans.md | 2 +-
README.zh.md | 2 +-
ebrowser.md | 13 +++++++------
en/ebrowserreadme/index.html | 18 ++++++++++--------
en/index.xml | 4 ++--
en/sitemap.xml | 6 +++---
en/unlist/index.xml | 2 +-
misc/ebrowser/index.html | 31 +++++++++++++++++++------------
misc/ebrowser/webview.js | 2 ++
sitemap.xml | 4 ++--
zh/_posts/index.xml | 4 ++--
zh/bookmark/index.html | 7 +++----
zh/index.xml | 8 ++++----
zh/readme/index.html | 6 +++---
zh/rjs/index.html | 9 +++------
zh/sitemap.xml | 14 +++++++-------
zh/topposts/index.xml | 4 ++--
zh/unlist/index.xml | 2 +-
18 files changed, 73 insertions(+), 65 deletions(-)
diff --git a/README.zh-Hans.md b/README.zh-Hans.md
index a15d334..d11b275 100644
--- a/README.zh-Hans.md
+++ b/README.zh-Hans.md
@@ -10,7 +10,7 @@
[超微浏览器下载及使用技巧](https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html)
(镜像: [atomgit](https://uweb.atomgit.net/uweb/zh/) [gitlab](https://jamesfengcao.gitlab.io/uweb/zh/) [repo](https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html) [codeberg](https://jamesfengcao.codeberg.page/zh/) [4everland](https://uweb.4everland.app/zh/) [cyclic](https://muweb.cyclic.app/zh/) [github](https://torappinfo.github.io/uweb/zh/) [render](https://uweb.onrender.com/zh/) [surge](https://uweb.surge.sh/zh/) [netlify](https://uwebzh.netlify.app/zh/) [deno](https://posh-crab-23.deno.dev/zh/) [kinsta](https://uwebbrowser-t27o4.kinsta.page/zh/) [fleek](https://uweb.on-fleek.app/zh/) [pages](https://muweb.pages.dev/zh/) [bitbucket](https://torappinfo.bitbucket.io/zh/) [torapp](https://torapp.eu.org/zh/) [torappv](https://uweb.torapp.eu.org/zh/) [glitch](https://uweb.glitch.me/zh/) [zeabur](https://uweb.zeabur.app/zh/) [vercel](https://uweb.vercel.app/zh/) 专用镜像...)
-- 免魔法国内直接访问英文技术网站如google、翻译、百科等
+- 免魔法国内直接访问英文技术网站如google、百科等
- AI聊天可作为搜索引擎来使用。
- 完善的下载支持,部分网站下载其它浏览器无法成功。
- 微:不到250K。
diff --git a/README.zh.md b/README.zh.md
index a15d334..d11b275 100644
--- a/README.zh.md
+++ b/README.zh.md
@@ -10,7 +10,7 @@
[超微浏览器下载及使用技巧](https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html)
(镜像: [atomgit](https://uweb.atomgit.net/uweb/zh/) [gitlab](https://jamesfengcao.gitlab.io/uweb/zh/) [repo](https://repo.or.cz/uweb.git/blob_plain/HEAD:/zh/index.html) [codeberg](https://jamesfengcao.codeberg.page/zh/) [4everland](https://uweb.4everland.app/zh/) [cyclic](https://muweb.cyclic.app/zh/) [github](https://torappinfo.github.io/uweb/zh/) [render](https://uweb.onrender.com/zh/) [surge](https://uweb.surge.sh/zh/) [netlify](https://uwebzh.netlify.app/zh/) [deno](https://posh-crab-23.deno.dev/zh/) [kinsta](https://uwebbrowser-t27o4.kinsta.page/zh/) [fleek](https://uweb.on-fleek.app/zh/) [pages](https://muweb.pages.dev/zh/) [bitbucket](https://torappinfo.bitbucket.io/zh/) [torapp](https://torapp.eu.org/zh/) [torappv](https://uweb.torapp.eu.org/zh/) [glitch](https://uweb.glitch.me/zh/) [zeabur](https://uweb.zeabur.app/zh/) [vercel](https://uweb.vercel.app/zh/) 专用镜像...)
-- 免魔法国内直接访问英文技术网站如google、翻译、百科等
+- 免魔法国内直接访问英文技术网站如google、百科等
- AI聊天可作为搜索引擎来使用。
- 完善的下载支持,部分网站下载其它浏览器无法成功。
- 微:不到250K。
diff --git a/ebrowser.md b/ebrowser.md
index 64f65c5..58b4da6 100644
--- a/ebrowser.md
+++ b/ebrowser.md
@@ -8,7 +8,7 @@ Ebrowser is the minimal browser with the philosophy of [Android uweb browser](ht
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.
-#### Install (for Windows, macOS and Linux)
+#### Install (for Windows, MacOS and Linux)
Install ebrowser with nodejs installed
npm install ebrowser
@@ -31,14 +31,11 @@ Run ebrowser
- ESC: remove focus. similar to vi normal mode.
- F5: page refresh/reload
- F12: devtools
-- ":" for address bar commands
-- "/" for find-in-page with address bar
-- "!" for ":!" address bar commands
#### Address bar commands
- "/" for find-in-page
- ":" for address bar commands
- - autoc [bookmark/history path w/o ext] : load ".rec" file for autocomplete.
+ - ac [bookmark/history path w/o ext] : load ".rec" file for autocomplete.
- b [bookmarkfilename w/o ext] : bookmark current page in file.
- bml [filename w/o extension]: load/execute the javascript file.
- cert : allow invalid certificates w/o arguments, otherwise restore to default.
@@ -58,7 +55,11 @@ Run ebrowser
#### Commands in no-focus mode (this mode is similar to vi Normal mode)
Pressing "ESC" to enter no-focus mode if not sure.
-The commands are defined in "mapkeys.json", which will map keys to address bar commands.
+- ":" for address bar commands
+- "/" for find-in-page with address bar
+- "!" for ":!" address bar commands
+
+The other commands are defined in "mapkeys.json", which will map keys to address bar commands.
#### Configuration files
- "config": lines of address bar commands.
diff --git a/en/ebrowserreadme/index.html b/en/ebrowserreadme/index.html
index 4cf59e9..c161700 100644
--- a/en/ebrowserreadme/index.html
+++ b/en/ebrowserreadme/index.html
@@ -52,7 +52,7 @@
customizable.
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.
Commands in no-focus mode (this mode is similar to vi Normal mode)
-
Pressing "ESC" to enter no-focus mode if not sure.
-The commands are defined in "mapkeys.json", which will map keys to address bar commands.
+
Pressing "ESC" to enter no-focus mode if not sure.
+
+
":" for address bar commands
+
"/" for find-in-page with address bar
+
"!" for ":!" address bar commands
+
+
The other commands are defined in "mapkeys.json", which will map keys to address bar commands.
Configuration files
"config": lines of address bar commands.
@@ -144,7 +146,7 @@ The commands are defined in "mapkeys.json", which will map keys to add
-
Last Modified: 11 June 2024
+
Last Modified: 12 June 2024
diff --git a/en/index.xml b/en/index.xml
index 76c0d3d..4b7330e 100644
--- a/en/index.xml
+++ b/en/index.xml
@@ -6,7 +6,7 @@
Recent content on uweb browser: unlimited powerHugoen
- Tue, 11 Jun 2024 18:34:35 +0800
+ Wed, 12 Jun 2024 13:19:32 +0800Text selection/processing
@@ -216,7 +216,7 @@
/en/ebrowserreadme/
Mon, 01 Jan 0001 00:00:00 +0000/en/ebrowserreadme/
- Ebrowser as alternative to uweb browser Ebrowser is the minimal browser with the philosophy of Android uweb browser.
lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard (command line) friendly. customizable. 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.
Install (for Windows, macOS and Linux) Install ebrowser with nodejs installed
+ Ebrowser as alternative to uweb browser Ebrowser is the minimal browser with the philosophy of Android uweb browser.
lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard (command line) friendly. customizable. 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.
Install (for Windows, MacOS and Linux) Install ebrowser with nodejs installed
diff --git a/en/sitemap.xml b/en/sitemap.xml
index 675bb0f..2707d0f 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -71,7 +71,7 @@
/>
/en/
- 2024-06-11T18:34:35+08:00
+ 2024-06-12T13:19:32+08:00/en/ebrowserreadme/
- 2024-06-11T18:18:13+08:00
+ 2024-06-12T13:19:32+08:00/en/mirrors/2024-04-06T10:20:49+08:00
@@ -539,7 +539,7 @@
/>
/en/unlist/
- 2024-06-11T18:34:35+08:00
+ 2024-06-12T13:19:32+08:00/en/ebrowserreadme/
Mon, 01 Jan 0001 00:00:00 +0000/en/ebrowserreadme/
- Ebrowser as alternative to uweb browser Ebrowser is the minimal browser with the philosophy of Android uweb browser.
lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard (command line) friendly. customizable. 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.
Install (for Windows, macOS and Linux) Install ebrowser with nodejs installed
+ Ebrowser as alternative to uweb browser Ebrowser is the minimal browser with the philosophy of Android uweb browser.
lightweight (less than 20k bytes) without bundled electron. much less memory footprint than edge/chrome browser and highly performant. keyboard (command line) friendly. customizable. 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.
Install (for Windows, MacOS and Linux) Install ebrowser with nodejs installed
diff --git a/misc/ebrowser/index.html b/misc/ebrowser/index.html
index c5447ad..f65491b 100644
--- a/misc/ebrowser/index.html
+++ b/misc/ebrowser/index.html
@@ -1,3 +1,6 @@
+