enhance url bundles i:1b with callback

This commit is contained in:
James Feng Cao 2023-06-01 21:46:11 +08:00
parent 7d27ea2485
commit 88c107828b
12 changed files with 49 additions and 25 deletions

View file

@ -51,7 +51,8 @@
<p><a href="https://releases.pagure.org/uweb/">pagure</a></p>
<h4 id="main-featuresreadmeindexhtml"><a href="../readme/index.html">Main features</a></h4>
<h4 id="change-logs">Change logs</h4>
<p>1004: bookmarklet &quot;Show as html&quot; to support clipboard site &quot;netcut.cn&quot;.<br>
<p>1006: Advanced configuration: add download path<br>
1004: bookmarklet &quot;Show as html&quot; to support clipboard sites such as &quot;netcut.cn&quot;.<br>
998: <a href="../rjs/index.html">Bookmarklets</a> to support CSP sites.<br>
991: <a href="../redirect/index.html">global url redirection</a> support.<br>
988: <a href="../adblock_domain/index.html">hosts</a> file to support response headers.<br>
@ -79,8 +80,8 @@
</ul>
</div>
<p>Last Modified: 26 May 2023<br>
add udrop<br>
<p>Last Modified: 1 June 2023<br>
enhance i:b1 with callback url<br>
<pre></pre>
</p>
<script>

View file

@ -211,7 +211,8 @@ sourceforge
powerfolder
udrop
pagure
Main features Change logs 1004: bookmarklet &amp;quot;Show as html&amp;quot; to support clipboard site &amp;quot;netcut.cn&amp;quot;.
Main features Change logs 1006: Advanced configuration: add download path
1004: bookmarklet &amp;quot;Show as html&amp;quot; to support clipboard sites such as &amp;quot;netcut.cn&amp;quot;.
998: Bookmarklets to support CSP sites.
991: global url redirection support.
988: hosts file to support response headers.

View file

@ -295,15 +295,15 @@ Ex. i:92Host;209.216.230.240:https://news.ycombinator.com<br>
use &quot;i:0mi:92Host;209.216.230.240::https://news.ycombinator.com&quot; to visit the site with specified IP address.</p>
</li>
<li>
<p>i:b1[internal urls or javascript separated by newline]<br>
<p>i:b1[internal urls or javascript separated by &quot;%0A&quot;]<br>
Bundle of internal urls, if it is an &quot;i:0&quot; url, then it should have the following format:<br>
[title\n][msg\n][i:0url].</p>
[title]%0A[msg]%0A[optional callback url%0A][i:0url].</p>
</li>
</ul>
</div>
<p>Last Modified: 19 April 2023<br>
support .js files under &#39;css&#39; folder<br>
<p>Last Modified: 1 June 2023<br>
enhance i:b1 with callback url<br>
<pre>i:56 urls support CTRL_A to CTRL-Z
</pre>
</p>

View file

@ -1,4 +1,4 @@
let labels = ["<a href='https://jamesfengcao.codeberg.page/en/redirect/index.html'>Global redirect url</a>","Download path","Default font","Cursive","Fantasy","Fixed","Sans-Serif","Serif"];
let labels = ["<a href='https://jamesfengcao.codeberg.page/en/redirect/index.html'>Global redirect url</a>","Download path (Requires option 'Download to SDCARD')","Default font","Cursive","Fantasy","Fixed","Sans-Serif","Serif"];
let names = ["redirecturl","downloadpath","font","cursive","fantasy","fixed","sansserif","serif"];
let d=document;

View file

@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/en/_posts/</loc>
<lastmod>2023-05-25T14:58:48+08:00</lastmod>
<lastmod>2023-06-01T21:43:03+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -58,7 +58,7 @@
/>
</url><url>
<loc>/en/</loc>
<lastmod>2023-05-26T21:38:08+08:00</lastmod>
<lastmod>2023-06-01T21:43:03+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -71,7 +71,7 @@
/>
</url><url>
<loc>/en/links/</loc>
<lastmod>2023-04-19T10:00:46+08:00</lastmod>
<lastmod>2023-06-01T21:43:03+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -113,7 +113,7 @@
/>
</url><url>
<loc>/en/topposts/</loc>
<lastmod>2023-05-26T21:38:08+08:00</lastmod>
<lastmod>2023-06-01T16:31:02+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -210,7 +210,7 @@
/>
</url><url>
<loc>/en/changelog/</loc>
<lastmod>2023-05-26T15:47:44+08:00</lastmod>
<lastmod>2023-06-01T16:31:02+08:00</lastmod>
</url><url>
<loc>/en/sitemap/</loc>
<lastmod>2023-02-01T09:52:11+08:00</lastmod>

View file

@ -66,7 +66,8 @@ sourceforge
powerfolder
udrop
pagure
Main features Change logs 1004: bookmarklet &amp;quot;Show as html&amp;quot; to support clipboard site &amp;quot;netcut.cn&amp;quot;.
Main features Change logs 1006: Advanced configuration: add download path
1004: bookmarklet &amp;quot;Show as html&amp;quot; to support clipboard sites such as &amp;quot;netcut.cn&amp;quot;.
998: Bookmarklets to support CSP sites.
991: global url redirection support.
988: hosts file to support response headers.