Skip to content

Commit 62202e6

Browse files
authored
Add files via upload
1 parent f564af0 commit 62202e6

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
<body class="bg-slate-900 text-white overflow-x-hidden">
1616
<div class="fixed top-0 left-0 w-full backdrop-blur-sm bg-zinc-800/70 z-50 text-white py-2 px-4 flex justify-between items-center" style="-webkit-app-region: drag">
1717
<div class="text-slate-400 ml-5" style="-webkit-app-region: no-drag">
18-
<a href="https://github.com/spel987/...">Automatic File Uploader</a>
18+
<a href="https://github.com/spel987/Automatic-File-Uploader">Automatic File Uploader</a>
1919
</div>
2020
<div class="space-x-2 mr-2" style="-webkit-app-region: no-drag">
2121
<button class="text-white mr-1 transition hover:text-slate-400" id="minimizeButton"><i class="fas fa-window-minimize"></i></button>

src/script.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -176,7 +176,7 @@ document.addEventListener("DOMContentLoaded", function () {
176176
uploadButtonOshi.addEventListener("click", function () {
177177
reset_popup()
178178
host = "Oshi"
179-
urlFinalUpload.textContent = "Oshi.at has no known bugs or problems."
179+
urlFinalUpload.textContent = "Ohsi.at is inaccessible from certain IPs with the error \"Connection reset\"."
180180
urlFinalUpload.href = "#"
181181
conditionOfUse.href = "https://oshi.at/abuse"
182182
});
@@ -402,7 +402,7 @@ document.addEventListener("DOMContentLoaded", function () {
402402
formData.append("expire", "120");
403403

404404
uploadToHost(
405-
`${urlForBypassCors}/https://oshi.at`,
405+
`${urlForBypassCors}/https://oshi.at/`,
406406
"POST",
407407
formData,
408408
"text",

0 commit comments

Comments
 (0)