mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add force encoding support for sites with wrong encodings
This commit is contained in:
parent
e7c63d0df2
commit
0dc5a32fa4
12 changed files with 32 additions and 26 deletions
|
@ -248,11 +248,12 @@ TTS</p>
|
|||
play video fullscreen. if videourl is empty, then make following requestFullscreen() work.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:5h[?postfix:|/regex/replacement:][url]<br>
|
||||
<p>i:5h[?postfix:|/regex/replacement:|encoding:][url]<br>
|
||||
force html for [url] visiting</p>
|
||||
<ul>
|
||||
<li>[?postfix:] : the real url visited is "[url]+[?postfix]"</li>
|
||||
<li>[/regex/replacement:]: execute regular expression replacement for the "[url]", then visit the resulting url.</li>
|
||||
<li>[encoding:]: force web page encoding.</li>
|
||||
</ul>
|
||||
</li>
|
||||
<li>
|
||||
|
@ -309,8 +310,8 @@ Bundle of internal urls, if it is an "i:0" url, then it should have th
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 2 April 2024<br>
|
||||
add js function in README<br>
|
||||
<p>Last Modified: 19 April 2024<br>
|
||||
add i:5hencoding: support<br>
|
||||
<pre>i:56 urls support CTRL_A to CTRL-Z
|
||||
</pre>
|
||||
</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue