Skip to content

Commit

Permalink
Fixed formatting on download recorder
Browse files Browse the repository at this point in the history
  • Loading branch information
TheAlienDoctor committed Mar 12, 2024
1 parent d859568 commit cd4cb67
Showing 1 changed file with 15 additions and 10 deletions.
25 changes: 15 additions & 10 deletions downloads/download-recorder.html
Original file line number Diff line number Diff line change
Expand Up @@ -94,13 +94,17 @@ <h3>Download</h3><span class="clear spacer_responsive_hide_mobile "
<div class="col-lg-12">
<h3>Description</h3><span class="clear spacer_responsive_hide_mobile "
style="height:13px;display:block;"></span>
<p>This is privacy focused download recorder for TheAlienDoctor.com, running on Cloudflare Workers.
To install it, download the index.js and copy it into a pre-existing worker. Attach two KVs under
env.WDR (for the download records) and env.WVR (for the view records), and a discord webhook url
under env.url.
You can find & report issues <a href="https://github.com/UFO-Studios/WorkerDownloadRecorder/issues"> here
</a>
<br></br>
<p>This is privacy focused download recorder for TheAlienDoctor.com, running on Cloudflare
Workers.
To install it, download the index.js and copy it into a pre-existing worker. Attach two
KVs under
env.WDR (for the download records) and env.WVR (for the view records), and a discord
webhook url
under env.url.
You can find & report issues <a
href="https://github.com/UFO-Studios/WorkerDownloadRecorder/issues"> here
</p>
<p>
Windows might flag this as unsafe, this is becuase it has not been signed by Micorosft.
You can check out the source code <a
href="https://github.com/ufo-studios/WorkerDownloadRecorder">here</a>,
Expand Down Expand Up @@ -145,12 +149,12 @@ <h3>Changelog</h3><span class="clear spacer_responsive_hide_mobile "
<ul>

<li>Added page view counter!</li>
<li>There is a known issue where some messages will fail to send, if over 2000 charaters</li>
<li>There is a known issue where some messages will fail to send, if over 2000
charaters</li>
<li>KV has been moved to two seperate instances</li>
</ul>
</ul>
<b>Version 1.1.3</b>
<i>
<ul>
<li><b>Additions</b></li>
<ul>
Expand All @@ -170,7 +174,8 @@ <h3>Legal stuff</h3><span class="clear spacer_responsive_hide_mobile "
<p>This program is licensed under the BSD 3-Clause "New" or "Revised" License. You can find
a
copy
of the license <a href="https://github.com/UFO-Studios/WorkerDownloadRecorder/blob/main/LICENSE">here</a>
of the license <a
href="https://github.com/UFO-Studios/WorkerDownloadRecorder/blob/main/LICENSE">here</a>
</p>
<P>This gives you permsission for:</P>
<ul>
Expand Down

0 comments on commit cd4cb67

Please sign in to comment.