mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
rebuilding site Tue Jul 5 09:47:04 PM CST 2022
This commit is contained in:
parent
adea7f49a0
commit
4608c0fc8d
14 changed files with 352 additions and 3 deletions
|
@ -99,6 +99,19 @@ It formats as "[input mimetype]/[output mimetype]".
|
|||
&quot;html&quot;: rich text &quot;&quot; (empty): text &quot;.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>CSS样式</title>
|
||||
<link>/en/globalcss/</link>
|
||||
<pubDate>Sun, 03 Apr 2022 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/globalcss/</guid>
|
||||
<description>Uweb browser loads all &quot;.css&quot; files under the folder &quot;/sdcard/uweb/css&quot; as global css. Click the following links to install global css files:
|
||||
Clearing font settings
|
||||
The file &quot;/sdcard/uweb/night.css&quot; is used as night mode, click the following links to install one:
|
||||
webview 81+ night mode
|
||||
webview 80- night mode</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Toolbar customization</title>
|
||||
<link>/en/icons/</link>
|
||||
|
@ -124,6 +137,20 @@ These javascript files are in the following format:
|
|||
The very first line can begin with &quot;//&quot; followed by website url that can have &quot;%u&quot; (current url), &quot;%t&quot; (title) etc.</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Custom file handling</title>
|
||||
<link>/en/filecap/</link>
|
||||
<pubDate>Mon, 24 Aug 2020 00:00:00 +0000</pubDate>
|
||||
|
||||
<guid>/en/filecap/</guid>
|
||||
<description>Long press the settings button, check the option &quot;custom file handling&quot; to enable the functionality.
|
||||
The custom file handling configuration file is &quot;/sdcard/uweb/default.filecap&quot;, each line of it has the format as follows:
|
||||
[file extension]:[mimetype]:[command line]
|
||||
The &quot;[file extension]&quot; part can have at most two-segment of extensions such as &quot;txt.xz&quot;,&quot;html.gz&quot;.
|
||||
&quot;[mimetype]&quot; indicates the type of &quot;[command line]&quot; output.
|
||||
&quot;[command line]&quot; is same as the one in default.cmds. The most often used replacements are:</description>
|
||||
</item>
|
||||
|
||||
<item>
|
||||
<title>Blocking domain trees</title>
|
||||
<link>/en/adblock_domain/</link>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue