diff --git a/en/_posts/index.xml b/en/_posts/index.xml
index 17dea1b..dff65f8 100644
--- a/en/_posts/index.xml
+++ b/en/_posts/index.xml
@@ -99,6 +99,19 @@ It formats as "[input mimetype]/[output mimetype]".
"html": rich text "" (empty): text ".
+
+ CSS样式
+ /en/globalcss/
+ Sun, 03 Apr 2022 00:00:00 +0000
+
+ /en/globalcss/
+ Uweb browser loads all ".css" files under the folder "/sdcard/uweb/css" as global css. Click the following links to install global css files:
+Clearing font settings
+The file "/sdcard/uweb/night.css" is used as night mode, click the following links to install one:
+webview 81+ night mode
+webview 80- night mode
+
+
Toolbar customization
/en/icons/
@@ -124,6 +137,20 @@ These javascript files are in the following format:
The very first line can begin with "//" followed by website url that can have "%u" (current url), "%t" (title) etc.
+
+ Custom file handling
+ /en/filecap/
+ Mon, 24 Aug 2020 00:00:00 +0000
+
+ /en/filecap/
+ Long press the settings button, check the option "custom file handling" to enable the functionality.
+The custom file handling configuration file is "/sdcard/uweb/default.filecap", each line of it has the format as follows:
+[file extension]:[mimetype]:[command line]
+The "[file extension]" part can have at most two-segment of extensions such as "txt.xz","html.gz".
+"[mimetype]" indicates the type of "[command line]" output.
+"[command line]" is same as the one in default.cmds. The most often used replacements are:
+
+
Blocking domain trees
/en/adblock_domain/
diff --git a/en/filecap/index.html b/en/filecap/index.html
new file mode 100644
index 0000000..bc317e9
--- /dev/null
+++ b/en/filecap/index.html
@@ -0,0 +1,69 @@
+
+
+
+
+
+
+
+ Custom file handling
+
+
+
+
+ HomeTags
+
+
+
+
+
Long press the settings button, check the option "custom file handling" to enable the functionality.
+
The custom file handling configuration file is "/sdcard/uweb/default.filecap", each line of it has the format as follows:
+[file extension]:[mimetype]:[command line]
+
The "[file extension]" part can have at most two-segment of extensions such as "txt.xz","html.gz".
+"[mimetype]" indicates the type of "[command line]" output.
+"[command line]" is same as the one in default.cmds. The most often used replacements are:
+%u (url), %U (urlencoded url), %c (cookie), %p (site password, curl format).
+
+ CSS样式
+ /en/globalcss/
+ Sun, 03 Apr 2022 00:00:00 +0000
+
+ /en/globalcss/
+ Uweb browser loads all ".css" files under the folder "/sdcard/uweb/css" as global css. Click the following links to install global css files:
+Clearing font settings
+The file "/sdcard/uweb/night.css" is used as night mode, click the following links to install one:
+webview 81+ night mode
+webview 80- night mode
+
+
Toolbar customization
/en/icons/
@@ -124,6 +137,20 @@ These javascript files are in the following format:
The very first line can begin with "//" followed by website url that can have "%u" (current url), "%t" (title) etc.
+
+ Custom file handling
+ /en/filecap/
+ Mon, 24 Aug 2020 00:00:00 +0000
+
+ /en/filecap/
+ Long press the settings button, check the option "custom file handling" to enable the functionality.
+The custom file handling configuration file is "/sdcard/uweb/default.filecap", each line of it has the format as follows:
+[file extension]:[mimetype]:[command line]
+The "[file extension]" part can have at most two-segment of extensions such as "txt.xz","html.gz".
+"[mimetype]" indicates the type of "[command line]" output.
+"[command line]" is same as the one in default.cmds. The most often used replacements are:
+
+
Blocking domain trees
/en/adblock_domain/
diff --git a/en/sitemap.xml b/en/sitemap.xml
index 3fe4d7b..93253cd 100644
--- a/en/sitemap.xml
+++ b/en/sitemap.xml
@@ -186,6 +186,19 @@
hreflang="en"
href="/en/tags/windows/"
/>
+
+ /en/globalcss/
+ 2022-04-03T00:00:00+00:00
+
+ /en/icons/2022-02-06T00:00:00+00:00
@@ -212,6 +225,32 @@
hreflang="en"
href="/en/longclick/"
/>
+
+ /en/tags/curl/
+ 2020-08-24T00:00:00+00:00
+
+
+
+ /en/filecap/
+ 2020-08-24T00:00:00+00:00
+
+ /en/tags/adblock/
diff --git a/en/tags/curl/index.html b/en/tags/curl/index.html
new file mode 100644
index 0000000..e6058b5
--- /dev/null
+++ b/en/tags/curl/index.html
@@ -0,0 +1,43 @@
+
+
+
+
+
+
+
+ curl
+
+
+
+
+ HomeTags
+
+
+
+
+
+
+
+
diff --git a/en/tags/curl/index.xml b/en/tags/curl/index.xml
new file mode 100644
index 0000000..a7a2d01
--- /dev/null
+++ b/en/tags/curl/index.xml
@@ -0,0 +1,24 @@
+
+
+
+ curl on
+ /en/tags/curl/
+ Recent content in curl on
+ Hugo -- gohugo.io
+ Mon, 24 Aug 2020 00:00:00 +0000
+
+ Custom file handling
+ /en/filecap/
+ Mon, 24 Aug 2020 00:00:00 +0000
+
+ /en/filecap/
+ Long press the settings button, check the option "custom file handling" to enable the functionality.
+The custom file handling configuration file is "/sdcard/uweb/default.filecap", each line of it has the format as follows:
+[file extension]:[mimetype]:[command line]
+The "[file extension]" part can have at most two-segment of extensions such as "txt.xz","html.gz".
+"[mimetype]" indicates the type of "[command line]" output.
+"[command line]" is same as the one in default.cmds. The most often used replacements are:
+
+
+
+
diff --git a/en/tags/index.html b/en/tags/index.html
index f577e31..1796bf2 100644
--- a/en/tags/index.html
+++ b/en/tags/index.html
@@ -9,13 +9,15 @@
diff --git a/en/tags/termux/index.xml b/en/tags/termux/index.xml
index fd65f38..1e68537 100644
--- a/en/tags/termux/index.xml
+++ b/en/tags/termux/index.xml
@@ -24,5 +24,19 @@ It formats as "[input mimetype]/[output mimetype]".
"html": rich text "" (empty): text ".
+
+ Custom file handling
+ /en/filecap/
+ Mon, 24 Aug 2020 00:00:00 +0000
+
+ /en/filecap/
+ Long press the settings button, check the option "custom file handling" to enable the functionality.
+The custom file handling configuration file is "/sdcard/uweb/default.filecap", each line of it has the format as follows:
+[file extension]:[mimetype]:[command line]
+The "[file extension]" part can have at most two-segment of extensions such as "txt.xz","html.gz".
+"[mimetype]" indicates the type of "[command line]" output.
+"[command line]" is same as the one in default.cmds. The most often used replacements are:
+
+
diff --git a/index.html b/index.html
index 772ceb3..d7ba57d 100644
--- a/index.html
+++ b/index.html
@@ -1,5 +1,7 @@
-
-itle>
+
+
+