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
|
@ -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");
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue