diff --git a/en/index.xml b/en/index.xml
index ade329c..ea3cf84 100644
--- a/en/index.xml
+++ b/en/index.xml
@@ -49,7 +49,8 @@ uweb, termux & history versions
github
pagure
sourceforge
-Change logs 935:
+Change logs 940: url pre-processing with local html ("i:0m/..../xxx.html:url")
+935:
Pipe support: command line output to uweb tabs. 934:
Serverless local sites: PWA-kind web extension (chrome .crx & firefox .xpi) support. PWAs and web extensions to be used as search engines, ex. kiwix zim as search engines. 925:
remote js: wait for remote js to be fully loaded. html5 apps are as powerful as native ones now and still secure.
diff --git a/en/links/index.html b/en/links/index.html
index 5f27964..96e19b4 100644
--- a/en/links/index.html
+++ b/en/links/index.html
@@ -103,7 +103,7 @@ Socks proxy
Extract remote content (tar/tgz/zip) under the folder [path]. If [path] ends with "/", then put unzipped file under the folder "[path]/[file name stem]" (for zipped files only, not for tar/tgz).
i:0m[bookmarklet index|prefix|?postfix|/...localhtml|c[cssFlag]]:[url]
Visiting url and execute the uweb browser internal bookmarklet that keeps valid for all urls under the path of [url].
@@ -117,6 +117,9 @@ Visiting url and execute the uweb browser internal bookmarklet that keeps valid
[?postfix]: the real visited url is "[url]+[?postfix]".
+
[/...localhtml]: load the local html file that processes [url]. The first character of the local html file must be "<".
+
+
All other cases will be treated as [prefix], the real visited url is "[prefix]+[url]".
diff --git a/en/topposts/index.xml b/en/topposts/index.xml
index c591690..d8af80b 100644
--- a/en/topposts/index.xml
+++ b/en/topposts/index.xml
@@ -17,7 +17,8 @@ uweb, termux & history versions
github
pagure
sourceforge
-Change logs 935:
+Change logs 940: url pre-processing with local html ("i:0m/..../xxx.html:url")
+935:
Pipe support: command line output to uweb tabs. 934:
Serverless local sites: PWA-kind web extension (chrome .crx & firefox .xpi) support. PWAs and web extensions to be used as search engines, ex. kiwix zim as search engines. 925:
remote js: wait for remote js to be fully loaded. html5 apps are as powerful as native ones now and still secure.
From ec4d107f658fd583ea92091d945e13bf2055a960 Mon Sep 17 00:00:00 2001
From: James Feng Cao
Date: Tue, 8 Nov 2022 09:51:57 +0800
Subject: [PATCH 2/2] i:0m to support local file
---
index.html | 11 ++++++++++-
1 file changed, 10 insertions(+), 1 deletion(-)
diff --git a/index.html b/index.html
index db7d507..33185bf 100644
--- a/index.html
+++ b/index.html
@@ -1 +1,10 @@
-
+
+
+
+ en/
+
+
+
+
+
+