i:6i to use existing tab for the same url with different url hash

This commit is contained in:
James Feng Cao 2022-10-17 23:23:29 +08:00
parent 7eddea74b8
commit 89b2e24890
1 changed files with 5 additions and 1 deletions

View File

@ -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>