mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
i:0m to support local file
This commit is contained in:
parent
ec4d107f65
commit
8e7b56a157
9 changed files with 112 additions and 24 deletions
|
@ -103,7 +103,7 @@ Socks proxy</p>
|
|||
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).</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:0m[bookmarklet index|prefix|?postfix|/...localhtml|c[cssFlag]]:[url]<br>
|
||||
<p>i:0m[bookmarklet index|prefix|?postfix|/.../localfile|c[cssFlag]]:[url]<br>
|
||||
Visiting url and execute the uweb browser internal bookmarklet that keeps valid for all urls under the path of [url].</p>
|
||||
</li>
|
||||
<li></li>
|
||||
|
@ -117,7 +117,7 @@ Visiting url and execute the uweb browser internal bookmarklet that keeps valid
|
|||
<p>[?postfix]: the real visited url is "[url]+[?postfix]".</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>[/...localhtml]: load the local html file that processes [url]. The first character of the local html file must be "<".</p>
|
||||
<p>[/.../localfile]: load the local html/js file that processes [url]. The first character of the local html file must be "<".</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>All other cases will be treated as [prefix], the real visited url is "[prefix]+[url]".</p>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue