diff --git a/en/_posts/index.xml b/en/_posts/index.xml
index 76a4f37..432c082 100644
--- a/en/_posts/index.xml
+++ b/en/_posts/index.xml
@@ -5,7 +5,16 @@
/en/_posts/
Recent content in _posts on uweb browserHugo -- gohugo.io
- Mon, 16 Jan 2023 00:00:00 +0000
+ Sat, 28 Jan 2023 00:00:00 +0000
+
+ JS/CSS/HTML/preprocessing for domains
+ /en/sitejs/
+ Sat, 28 Jan 2023 00:00:00 +0000
+
+ /en/sitejs/
+ Javascript (load when page completes, earliest loaded JS should use sitecss). Need to be named as "[domain root].js", such as "yahoo.com.js" or "finance.yahoo.com.js". The script will be loaded on the whole domain tree sites. If several files matches the domain, then the script with longest file name is loaded. Script must be put under the folder "sitejs" or "/data/data/info.torapp.uweb/files/sitejs". The later folder has the priority. Long press the button "settings", check the option "Run user scripts".
+
+
Tips
/en/tips/
@@ -319,14 +328,5 @@ Swiping on the top part of content window (near the top address bar by default)
Each line of the hosts file has the following format:
-
- Javascript and CSS for domains
- /en/sitejs/
- Mon, 01 Jan 0001 00:00:00 +0000
-
- /en/sitejs/
- Javascript (load when page completes, earliest loaded JS should use sitecss). Need to be named as "[domain root].js", such as "yahoo.com.js" or "finance.yahoo.com.js". The script will be loaded on the whole domain tree sites. If several files matches the domain, then the script with longest file name is loaded. Script must be put under the folder "sitejs" or "/data/data/info.torapp.uweb/files/sitejs". The later folder has the priority. Long press the button "settings", check the option "Run user scripts".
-
-
diff --git a/en/changelog/index.html b/en/changelog/index.html
index 9293d22..7f94519 100644
--- a/en/changelog/index.html
+++ b/en/changelog/index.html
@@ -49,7 +49,8 @@
961: webdav/http file upload support with "i:0u" links.
+
964: site source html preprocessing before rendering with user site extra html.
+961: webdav/http file upload support with "i:0u" links.
956: Search engines (.search file) to apply same folder "home.css". Use POST type search engine as bookmark for auto login.
955: Address bar: ":!" or "!" for command line support (.js/.sh files as executables).
953: hardware keyboard: ":", "!" to set focus on address bar
diff --git a/en/index.html b/en/index.html
index b14e90d..3f19eb1 100644
--- a/en/index.html
+++ b/en/index.html
@@ -84,6 +84,12 @@
+
diff --git a/en/index.xml b/en/index.xml
index f0410b6..66f33b6 100644
--- a/en/index.xml
+++ b/en/index.xml
@@ -5,7 +5,16 @@
/en/
Recent content on uweb browserHugo -- gohugo.io
- Mon, 16 Jan 2023 00:00:00 +0000
+ Sat, 28 Jan 2023 00:00:00 +0000
+
+ JS/CSS/HTML/preprocessing for domains
+ /en/sitejs/
+ Sat, 28 Jan 2023 00:00:00 +0000
+
+ /en/sitejs/
+ Javascript (load when page completes, earliest loaded JS should use sitecss). Need to be named as "[domain root].js", such as "yahoo.com.js" or "finance.yahoo.com.js". The script will be loaded on the whole domain tree sites. If several files matches the domain, then the script with longest file name is loaded. Script must be put under the folder "sitejs" or "/data/data/info.torapp.uweb/files/sitejs". The later folder has the priority. Long press the button "settings", check the option "Run user scripts".
+
+
Tips
/en/tips/
@@ -84,11 +93,11 @@ uweb, termux & history versions
github
pagure
sourceforge
-Change logs 961: webdav/http file upload support with "i:0u" links.
+Change logs 964: site source html preprocessing before rendering with user site extra html.
+961: webdav/http file upload support with "i:0u" links.
956: Search engines (.search file) to apply same folder "home.css". Use POST type search engine as bookmark for auto login.
955: Address bar: ":!" or "!" for command line support (.js/.sh files as executables).
-953: hardware keyboard: ":", "!" to set focus on address bar
-949: Address bar: ":p [width in milliInch]x[height]" to generate PDF in custom size
+953: hardware keyboard: ":", "!
@@ -450,14 +459,5 @@ Swiping on the top part of content window (near the top address bar by default)
Each line of the hosts file has the following format:
-
- Javascript and CSS for domains
- /en/sitejs/
- Mon, 01 Jan 0001 00:00:00 +0000
-
- /en/sitejs/
- Javascript (load when page completes, earliest loaded JS should use sitecss). Need to be named as "[domain root].js", such as "yahoo.com.js" or "finance.yahoo.com.js". The script will be loaded on the whole domain tree sites. If several files matches the domain, then the script with longest file name is loaded. Script must be put under the folder "sitejs" or "/data/data/info.torapp.uweb/files/sitejs". The later folder has the priority. Long press the button "settings", check the option "Run user scripts".
-
-
diff --git a/en/sitejs/index.html b/en/sitejs/index.html
index 2038b53..0462c43 100644
--- a/en/sitejs/index.html
+++ b/en/sitejs/index.html
@@ -5,7 +5,7 @@
- Javascript and CSS for domains
+ JS/CSS/HTML/preprocessing for domains