You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
#file-input::before {content:"Select a file";display:block;text-align:center;width:100%;text-transform:uppercase;padding-top:10px;padding-bottom:10px;background-color:#ddd;color:#000;font-size:1.2em;font-family:'Quicksand', sans-serif;}
@@ -51,7 +51,7 @@ <h4>The Flying Pizza Monster has heard your prayers. You can now send your files
51
51
<h2>Q&A</h2>
52
52
<p>
53
53
<b>Q: What is this?</b><br>
54
-
A: A file hosting platform, duh. Check below for supported formats. Oh, and 100 MB is the limit. In case someone abuses this file hosting service, they'll get IP blocked. And TBH, this site is not worth enough to use a DDoS, or proxies.
54
+
A: A file hosting platform, duh. Oh, and 100 MB is the limit.
55
55
</p>
56
56
<p>
57
57
<b>Q: Who made this?</b><br>
@@ -75,10 +75,6 @@ <h2>Q&A</h2>
75
75
<b>Q: I found a file which might anger the Flying Pizza Monster.</b><br>
76
76
A: Mail me @ <ahref="mailto:randomghost@pm.me">randomghost@pm.me</a>. I will remove it before His Holiness sets his eyes on its uploader.
77
77
</p>
78
-
<p>
79
-
<b>Supported Extensions:</b><br>
80
-
{{ allowed_ext }}
81
-
</p>
82
78
</div>
83
79
<hr>
84
80
<h4style="color: #fff;">By a random ghost. More specifically, <b><ahref="">RandomGhost#0666</a></b>.</h4>
@@ -126,7 +122,7 @@ <h4 style="color: #fff;">By a random ghost. More specifically, <b><a href="">Ran
126
122
data: formData,
127
123
success: function(result){
128
124
if(result.startsWith("Error"))alert(result);
129
-
elsewindow.open(result,'_self');
125
+
else$("#progressText").html("Uploaded to <a href='"+result+"'>"+result+"</a>");
0 commit comments