mirror of
https://github.com/torappinfo/uweb.git
synced 2024-08-14 23:54:59 +00:00
add long screenshot mode
This commit is contained in:
parent
840fca625b
commit
c533099e82
8 changed files with 12 additions and 10 deletions
|
@ -51,7 +51,7 @@
|
|||
<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: add download path<br>
|
||||
<p>1006: Advanced configuration: auto reload, add download path<br>
|
||||
1004: bookmarklet "Show as html" to support clipboard sites such as "netcut.cn".<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 +80,8 @@
|
|||
</ul>
|
||||
|
||||
</div>
|
||||
<p>Last Modified: 1 June 2023<br>
|
||||
enhance i:b1 with callback url<br>
|
||||
<p>Last Modified: 2 June 2023<br>
|
||||
add long screenshot mode<br>
|
||||
<pre></pre>
|
||||
</p>
|
||||
<script>
|
||||
|
|
|
@ -211,7 +211,7 @@ sourceforge
|
|||
powerfolder
|
||||
udrop
|
||||
pagure
|
||||
Main features Change logs 1006: Advanced configuration: add download path
|
||||
Main features Change logs 1006: Advanced configuration: auto reload, add download path
|
||||
1004: bookmarklet &quot;Show as html&quot; to support clipboard sites such as &quot;netcut.cn&quot;.
|
||||
998: Bookmarklets to support CSP sites.
|
||||
991: global url redirection support.
|
||||
|
|
|
@ -1,4 +1,4 @@
|
|||
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 labels = ["<a href='https://jamesfengcao.codeberg.page/en/redirect/index.html'>Global redirect url</a>","Download path (with 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;
|
||||
|
|
|
@ -59,6 +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>
|
||||
</ul>
|
||||
<script>
|
||||
checkBoxes=document.getElementsByTagName("input");
|
||||
|
|
|
@ -58,7 +58,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/</loc>
|
||||
<lastmod>2023-06-02T09:57:15+08:00</lastmod>
|
||||
<lastmod>2023-06-02T11:01:43+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -113,7 +113,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/topposts/</loc>
|
||||
<lastmod>2023-06-01T16:31:02+08:00</lastmod>
|
||||
<lastmod>2023-06-02T11:01:43+08:00</lastmod>
|
||||
<xhtml:link
|
||||
rel="alternate"
|
||||
hreflang="zh"
|
||||
|
@ -210,7 +210,7 @@
|
|||
/>
|
||||
</url><url>
|
||||
<loc>/en/changelog/</loc>
|
||||
<lastmod>2023-06-01T16:31:02+08:00</lastmod>
|
||||
<lastmod>2023-06-02T11:01:43+08:00</lastmod>
|
||||
</url><url>
|
||||
<loc>/en/sitemap/</loc>
|
||||
<lastmod>2023-02-01T09:52:11+08:00</lastmod>
|
||||
|
|
|
@ -66,7 +66,7 @@ sourceforge
|
|||
powerfolder
|
||||
udrop
|
||||
pagure
|
||||
Main features Change logs 1006: Advanced configuration: add download path
|
||||
Main features Change logs 1006: Advanced configuration: auto reload, add download path
|
||||
1004: bookmarklet &quot;Show as html&quot; to support clipboard sites such as &quot;netcut.cn&quot;.
|
||||
998: Bookmarklets to support CSP sites.
|
||||
991: global url redirection support.
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<sitemap>
|
||||
<loc>en/sitemap.xml</loc>
|
||||
|
||||
<lastmod>2023-06-02T09:57:15+08:00</lastmod>
|
||||
<lastmod>2023-06-02T11:01:43+08:00</lastmod>
|
||||
|
||||
</sitemap>
|
||||
|
||||
|
|
|
@ -59,6 +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>
|
||||
</ul>
|
||||
<script>
|
||||
checkBoxes=document.getElementsByTagName("input");
|
||||
|
|
Loading…
Reference in a new issue