14 lines
752 B
PHP
14 lines
752 B
PHP
<?php include("../heading.php") ?>
|
|
<h1>My software</h1>
|
|
<br>
|
|
<ul>
|
|
<li><a href="/apps/tytd/">TYTD</a> Use this to download YouTube videos</li>
|
|
<li><a href="/apps/timelapsenow/">Timelapse Now</a> Record in steps</li>
|
|
<h2>Bookmarklets:</h2>
|
|
<li><a href="javascript: (()=>{const imgs=document.getElementsByTagName('img');var j='';for(var i = 0;i<imgs.length;i++){j += imgs[i].src + '\n';}const a = document.createElement('a');a.download=`images-${window.location.hostname}.txt`;a.href=`data:text/plain;base64,${btoa(j)}`;a.click();})();">Download All Images</a></li>
|
|
|
|
|
|
<p>If you like my programs, would you consider <a href="https://www.buymeacoffee.com/tesses50">buying</a> me a coffee</p>
|
|
</ul>
|
|
<?php include("../footer.php") ?>
|