mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
i:6i to use existing tab for the same url with different url hash
This commit is contained in:
parent
7eddea74b8
commit
89b2e24890
1 changed files with 5 additions and 1 deletions
|
@ -225,7 +225,7 @@ force html for [url] visiting</p>
|
|||
</li>
|
||||
<li>
|
||||
<p>i:5i[url]<br>
|
||||
Use the existing tab for the url to jump to a different anchor.</p>
|
||||
Use the existing tab for the url with possible different url hash part.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:5j[string]<br>
|
||||
|
@ -244,6 +244,10 @@ Evaluate the [js code] and save the returned string to file.</p>
|
|||
Visiting url and execute the bookmarklet. Only uweb predefined local bookmarlets are allowed.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:6i[js file path relative to configuration folder]:[url]<br>
|
||||
Similar to i:5i, except executing the js file after possible url hash change.</p>
|
||||
</li>
|
||||
<li>
|
||||
<p>i:70[url]:[auto page turning url]<br>
|
||||
Visiting [url], but use the second url as auto paging url.</p>
|
||||
</li>
|
||||
|
|
Loading…
Reference in a new issue