add long screenshot mode

This commit is contained in:
James Feng Cao 2023-06-05 07:58:25 +08:00
parent 840fca625b
commit c533099e82
8 changed files with 12 additions and 10 deletions

View file

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

View file

@ -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");