add long screenshot mode

This commit is contained in:
James Feng Cao 2023-06-05 08:30:00 +08:00
parent c533099e82
commit 6aab9abf2c
13 changed files with 36 additions and 29 deletions

View File

@ -39,6 +39,7 @@ When a valid global redirection url is set, the "default.redirect&q
<guid>/en/links/</guid>
<description>Click the following links to install menus popped by long pressing the bookmark button (with star as icon):
Capture long screenshot (need long screenshot mode)
Select All:CTRL-A/undo:CTRL-Z/Redo:CTRL-Y
Extend site cookies to 10 years
Clear site cookies
@ -51,7 +52,7 @@ Restore from box.com
upload to box.com
More webdav link menu items
Web fullscreen
Long pressing the bookmark button in uweb browser will popup menus defined in file &amp;quot;default.link&amp;quot;. The file format is as follows:</description>
Long pressing the bookmark button in uweb browser will popup menus defined in file &amp;quot;default.</description>
</item>
<item>

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>1006: Advanced configuration: auto reload, add download path<br>
<p>1008: Add long screenshot mode<br>
1006: Advanced configuration: auto reload, 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>
@ -80,8 +81,8 @@
</ul>
</div>
<p>Last Modified: 2 June 2023<br>
add long screenshot mode<br>
<p>Last Modified: 5 June 2023<br>
add long screenshot support<br>
<pre></pre>
</p>
<script>

View File

@ -39,6 +39,7 @@ When a valid global redirection url is set, the &amp;quot;default.redirect&amp;q
<guid>/en/links/</guid>
<description>Click the following links to install menus popped by long pressing the bookmark button (with star as icon):
Capture long screenshot (need long screenshot mode)
Select All:CTRL-A/undo:CTRL-Z/Redo:CTRL-Y
Extend site cookies to 10 years
Clear site cookies
@ -51,7 +52,7 @@ Restore from box.com
upload to box.com
More webdav link menu items
Web fullscreen
Long pressing the bookmark button in uweb browser will popup menus defined in file &amp;quot;default.link&amp;quot;. The file format is as follows:</description>
Long pressing the bookmark button in uweb browser will popup menus defined in file &amp;quot;default.</description>
</item>
<item>
@ -211,13 +212,13 @@ sourceforge
powerfolder
udrop
pagure
Main features Change logs 1006: Advanced configuration: auto reload, add download path
Main features Change logs 1008: Add long screenshot mode
1006: Advanced configuration: auto reload, 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.
985: Special urls to support shortcut keys such as ctrl-a to ctrl-z.
983: support &amp;quot;hosts&amp;quot; file domain name resolving (no root needed), only single space allowed as separator for ip address and domain name.</description>
985: Special urls to support shortcut keys such as ctrl-a to ctrl-z.</description>
</item>
<item>

View File

@ -47,7 +47,8 @@
</ul>
<p>Click the following links to install menus popped by long pressing the bookmark button (with star as icon):<br>
<a href="i:0gdefault.link:../searchurl/txt/link.cfg">Select All:CTRL-A/undo:CTRL-Z/Redo:CTRL-Y</a><br>
<a href="i:0gdefault.link::Capture::ccapture%0A">Capture long screenshot</a> (need <a href="i:61:../searchurl/func.html">long screenshot mode</a>)</p>
<p><a href="i:0gdefault.link:../searchurl/txt/link.cfg">Select All:CTRL-A/undo:CTRL-Z/Redo:CTRL-Y</a><br>
<a href="i:0gdefault.link::Extend cookies::0cc;Max-Age=315360000%0A">Extend site cookies to 10 years</a><br>
<a href="i:0gdefault.link::Clear cookies::0cc;Max-Age=0%0A">Clear site cookies</a></p>
<p><a href="i:0gdefault.link::vpn:i:1dandroid.net.vpn.SETTINGS:::%0A">VPN</a></p>
@ -306,8 +307,8 @@ Bundle of internal urls, if it is an &quot;i:0&quot; url, then it should have th
</ul>
</div>
<p>Last Modified: 2 June 2023<br>
make config.js to auto reload<br>
<p>Last Modified: 5 June 2023<br>
add long screenshot support<br>
<pre>i:56 urls support CTRL_A to CTRL-Z
</pre>
</p>

View File

@ -59,7 +59,7 @@ body>ul{padding-left:0;}
<li><label><input type="checkbox" onchange="location.href='i:2567108864'"/>webview debug</label></li>
<li><label><input type="checkbox" onchange="location.href='i:25134217728'"/>fullscreen playing w/o brightness & volumn gestures</label></li>
<li><label><input type="checkbox" onchange="location.href='i:25268435456'"/>Always edit downloaded file name</label></li>
<li><label><input type="checkbox" onchange="location.href='i:25536870912'"/>Long screenshot mode (bad performance)</label></li>
<li><label><input type="checkbox" onchange="location.href='i:25536870912'"/>Long screenshot mode (bad performance, need restart)</label></li>
</ul>
<script>
checkBoxes=document.getElementsByTagName("input");

View File

@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/en/_posts/</loc>
<lastmod>2023-06-02T09:57:15+08:00</lastmod>
<lastmod>2023-06-05T08:23:14+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -58,7 +58,7 @@
/>
</url><url>
<loc>/en/</loc>
<lastmod>2023-06-02T11:01:43+08:00</lastmod>
<lastmod>2023-06-05T08:28:59+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -71,7 +71,7 @@
/>
</url><url>
<loc>/en/links/</loc>
<lastmod>2023-06-02T09:57:15+08:00</lastmod>
<lastmod>2023-06-05T08:23:14+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -113,7 +113,7 @@
/>
</url><url>
<loc>/en/topposts/</loc>
<lastmod>2023-06-02T11:01:43+08:00</lastmod>
<lastmod>2023-06-05T08:28:59+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="zh"
@ -210,7 +210,7 @@
/>
</url><url>
<loc>/en/changelog/</loc>
<lastmod>2023-06-02T11:01:43+08:00</lastmod>
<lastmod>2023-06-05T08:28:59+08:00</lastmod>
</url><url>
<loc>/en/sitemap/</loc>
<lastmod>2023-02-01T09:52:11+08:00</lastmod>

View File

@ -66,13 +66,13 @@ sourceforge
powerfolder
udrop
pagure
Main features Change logs 1006: Advanced configuration: auto reload, add download path
Main features Change logs 1008: Add long screenshot mode
1006: Advanced configuration: auto reload, 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.
985: Special urls to support shortcut keys such as ctrl-a to ctrl-z.
983: support &amp;quot;hosts&amp;quot; file domain name resolving (no root needed), only single space allowed as separator for ip address and domain name.</description>
985: Special urls to support shortcut keys such as ctrl-a to ctrl-z.</description>
</item>
<item>

View File

@ -4,14 +4,14 @@
<sitemap>
<loc>en/sitemap.xml</loc>
<lastmod>2023-06-02T11:01:43+08:00</lastmod>
<lastmod>2023-06-05T08:28:59+08:00</lastmod>
</sitemap>
<sitemap>
<loc>zh/sitemap.xml</loc>
<lastmod>2023-06-02T09:59:22+08:00</lastmod>
<lastmod>2023-06-05T08:26:24+08:00</lastmod>
</sitemap>

View File

@ -58,6 +58,7 @@ item.gome.com.cn::item.gomevvv.com.cn</description>
<guid>/zh/links/</guid>
<description>点击以下链接可安装至常用链接:
长截屏 (需长截屏模式)
VPN
showCookie
wireless

View File

@ -58,6 +58,7 @@ item.gome.com.cn::item.gomevvv.com.cn</description>
<guid>/zh/links/</guid>
<description>点击以下链接可安装至常用链接:
长截屏 (需长截屏模式)
VPN
showCookie
wireless

View File

@ -47,7 +47,8 @@
</ul>
<p>点击以下链接可安装至常用链接:<br>
<a href="i:0gdefault.link::vpn:i:1dandroid.net.vpn.SETTINGS:::%0A">VPN</a><br>
<a href="i:0gdefault.link::长截屏::ccapture%0A">长截屏</a> (需<a href="i:61:../searchurl/func.html">长截屏模式</a>)</p>
<p><a href="i:0gdefault.link::vpn:i:1dandroid.net.vpn.SETTINGS:::%0A">VPN</a><br>
<a href="i:0gdefault.link::showCookie:i:53:%25c%0A">showCookie</a><br>
<a href="i:0gdefault.link::wireless:i:1dandroid.settings.WIRELESS_SETTINGS:::%0A">wireless</a><br>
<a href="i:0gdefault.link::显示安全证书:i:1c%0A">显示网站安全证书</a><br>
@ -244,8 +245,8 @@ use &quot;i:0mi:92Host;209.216.230.240::https://news.ycombinator.com&quot; to vi
</ul>
</div>
<p>Last Modified: 10 April 2023<br>
enhance :0cc cookie copy<br>
<p>Last Modified: 5 June 2023<br>
add long screenshot support<br>
<pre></pre>
</p>
<script>

View File

@ -59,7 +59,7 @@ body>ul{padding-left:0;}
<li><label><input type="checkbox" onchange="location.href='i:2567108864'"/>webview调试</label></li>
<li><label><input type="checkbox" onchange="location.href='i:25134217728'"/>全屏播放无亮度声音触摸调节</label></li>
<li><label><input type="checkbox" onchange="location.href='i:25268435456'"/>编辑下载文件名</label></li>
<li><label><input type="checkbox" onchange="location.href='i:25536870912'"/>长截屏模式(性能差)</label></li>
<li><label><input type="checkbox" onchange="location.href='i:25536870912'"/>长截屏模式(性能差, 重启生效</label></li>
</ul>
<script>
checkBoxes=document.getElementsByTagName("input");

View File

@ -3,7 +3,7 @@
xmlns:xhtml="http://www.w3.org/1999/xhtml">
<url>
<loc>/zh/_posts/</loc>
<lastmod>2023-06-02T09:59:22+08:00</lastmod>
<lastmod>2023-06-05T08:26:24+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -29,7 +29,7 @@
/>
</url><url>
<loc>/zh/</loc>
<lastmod>2023-06-02T09:59:22+08:00</lastmod>
<lastmod>2023-06-05T08:26:24+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"
@ -61,7 +61,7 @@
/>
</url><url>
<loc>/zh/links/</loc>
<lastmod>2023-04-10T08:19:24+08:00</lastmod>
<lastmod>2023-06-05T08:26:24+08:00</lastmod>
<xhtml:link
rel="alternate"
hreflang="en"