Skip to Content

HTML Document

URL: https://redditmetis.com/donate
HTTP Status: 200 OK
MIME Type: text/html
Last Modified: Mon, 01 Jan 1601 00:00:00 GMT
Download Time: Less than a second
Cookies: None
Size: 9 KB
Depth: 1 clicks from home page
Charset: utf-8
Forms: 0 forms containing 0 controls
HTTP Headers:  5 headers
Links In:  0 pages
Links Out:  6 links
Images:  0 images
CSS:  5 files
JavaScript:  0 files
Issue Issues: 7 issues found on 18 lines

1<!DOCTYPE html>

2

3<html>

4

5 <head>

6

7

8

<link rel="canonical" href="https://redditmetis.com" />

9

10

11 <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/Wruczek/Bootstrap-Cookie-Alert@gh-pages/cookiealert.css">

12

13 <meta charset="utf-8">

14

15 <link href="https://fonts.googleapis.com/css?family=Nunito&display=swap" rel="stylesheet">

16

17 <link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/css/bootstrap.min.css" integrity="sha384-ggOyR0iXCbMQv3Xipma34MD+dH/1fQ784/j6cY/iJTQUOhcWr7x9JvoRxT2MZw1T" crossorigin="anonymous">

18

19

20

21 <!-- START css -->

22

23 <link rel="stylesheet" href="/rmstatic/styles.css">

24

25 <!-- END css -->

26

27

28

29

30 <script src="https://code.jquery.com/jquery-3.3.1.min.js" crossorigin="anonymous">

31</script>

32

33 <script src="https://cdnjs.cloudflare.com/ajax/libs/popper.js/1.14.7/umd/popper.min.js" integrity="sha384-UO2eT0CpHqdSJQ6hJty5KVphtPhzWj9WO1clHTMGa3JDZwrnQq4sF86dIHNDz0W1" crossorigin="anonymous">

34</script>

35

36 <script src="https://stackpath.bootstrapcdn.com/bootstrap/4.3.1/js/bootstrap.min.js" integrity="sha384-JjSmVgyd0p3pXB1rRibZUAYoIIy6OrQ6VrjIEaFf/nJGzIxFDsf4x0xIM+B07jRM" crossorigin="anonymous">

37</script>

38

39 <link href="https://cdnjs.cloudflare.com/ajax/libs/animate.css/3.7.0/animate.min.css" rel="stylesheet">

40

41

42 <script src="https://cdnjs.cloudflare.com/ajax/libs/moment.js/2.24.0/moment.min.js">

43</script>

44

45 <script src="https://cdnjs.cloudflare.com/ajax/libs/moment-timezone/0.5.25/moment-timezone-with-data.min.js">

46</script>

47

48

49

50 <meta name="viewport" content="width=device-width, initial-scale=1.0">

51

52 <title>

53

54 Donate - RedditMetis

55</title>

56

57 <script src="https://cdnjs.cloudflare.com/ajax/libs/marked/0.6.2/marked.min.js">

58</script>

59

60 <script src="https://cdnjs.cloudflare.com/ajax/libs/pako/1.0.10/pako.min.js">

61</script>

62

63

64 <!-- START gtag -->

65

66 <!-- Global site tag (gtag.js) - Google Analytics -->

67

68<script async src="https://www.googletagmanager.com/gtag/js?id=UA-142753608-1">

69</script>

70

71<script>

72

73 window.dataLayer = window.dataLayer || [];

74 function gtag(){dataLayer.push(arguments);}

75 gtag('js', new Date());

76

77 gtag('config', 'UA-142753608-1');

78</script>

79

80 <!-- END gtag -->

81

82

83

84

85

86

87 <script>

88

89 var metis_settings_timezone = moment.tz.guess();

90 </script>

91

92 </head>

93

94

95 <body>

96

97

98

99

100 <script>

101

102function redirectrandom(response) {

103 var uname = response.data.children[0].data.author;

104 location.href=`/user/${uname}`;

105}

106function get_random_user() {

107 $("#rando").html("Please wait...")

108 var url = `https://reddit.com/r/random.json?limit=1&jsonp=redirectrandom`;

109 $.ajax(url, {

110 type:"GET",

111 dataType:"jsonp",

112 crossDomain:true,

113 });

114}

115

116 $(document).ready(function() {

117 $("#input_username").keyup(function(event) {

118 if (event.keyCode === 13) {

119 var u = $("#input_username").val()

120 if (u) {

121 location.href = "/user/"+u;

122 }

123 }

124 })

125 })

126 </script>

127

128 <nav class="navbar navbar-expand-md navbar-light">

129

130 <a href="/" class="disable-link-underline">

131<div>

132<p class="metis-brand">

133<span style="color:#a5a5a5">

134Reddit</span>

135<span>

136Metis</span>

137</p>

138</div>

139</a>

140

141 <button class="navbar-toggler" type="button" data-toggle="collapse" data-target="#navbarTogglerDemo02" aria-controls="navbarTogglerDemo02" aria-expanded="false" aria-label="Toggle navigation">

142

143 <span class="navbar-toggler-icon">

144</span>

145

146 </button>

147

148

149 <div class="collapse navbar-collapse" id="navbarTogglerDemo02">

150

151 <ul class="navbar-nav ml-auto mt-2 mt-lg-0">

152

153 <li class="nav-item ml-1">

154

155 <p>

156<a class="nav-link" href="/">

157Home</a>

158</p>

159

160 </li>

161

162 <li class="nav-item">

163

164 <p>

165<a class="nav-link ml-1" href="/about">

166About</a>

167</p>

168

169 </li>

170

171 <li class="nav-item ml-1">

172

173 <p>

174<a class="nav-link" href="/faq">

175FAQ</a>

176</p>

177

178 </li>

179

180 <li class="nav-item ml-1">

181

182 <p>

183<a class="nav-link" href="/donate">

184Donate</a>

185</p>

186

187 </li>

188

189 <li class="nav-item ml-1">

190

191 <p>

192<a class="nav-link" href="https://reddit.com/r/RedditMetis">

193r/RedditMetis on Reddit</a>

194</p>

195

196 </li>

197

198 </ul>

199

200 <!--

201 <form class="form-inline my-2 my-lg-0">

202

203 <input class="form-control mr-sm-2" type="search" placeholder="Search">

204

205 <button class="btn btn-outline-success my-2 my-sm-0" type="submit">

206Search</button>

207

208 </form>

209

210 -->

211

212 </div>

213

214</nav>

215

216

217 <div class="container mt-5">

218

219 <div class="row">

220

221

222

223

224

225

226 <div class="col-md-8 offset-md-1 col-12 mb-5">

227

228 <h1 class="ml-1">

229Why donate?</h1>

230

231

<p class="mt-2">

232RedditMetis started as a personal project only intended for personal use, but since there was an interest in the community with such a tool,

<strong>

233I worked hard to publish the site and keep it ad-free</strong>

234, all out of my own pocket.</p>

235

236

237

<p class="mt-2">

238If you really like this tool, please consider donating to help pay for server time. Even just $3.00 can help the site stay up (and that costs less than a cup of coffee!)</p>

239

240

<p class="mt-2">

241I really want to provide this service ad-free, so I will be grateful if you do donate, and your name will show up in the list of donors page.

242 </p>

243

244

<p class="mt-2">

245As of now, only PayPal is accepted. We will add more payment options in the future.

246 </p>

247

248

249 <h2 class="mt-3">

250Q: Where does my money go?</h2>

251

252

<p class="mt-2">

253Donations will go to the fund for server maintenance. As the number of users continually increase every day, the server maintenance costs also goes up, and so it gets harder for me to sustain the site by myself.</p>

254

255 <

/p>

256

257

258 <h2 class="mt-3">

259Q: Can I donate an amount other than $3 dollars?</h2>

260

261

<p class="mt-2">

262Custom donation amounts require a Gold Ko-fi subscription. Refer to the question below.</p>

263

264 <

/p>

265

266

267 <h2 class="mt-3">

268Q: Why are you not on Ko-fi gold?</h2>

269

270

<p class="mt-2">

271I want to enable gold in the future for you to be able to customize donations, but I won't buy gold without trying Ko-fi as a service first. I will enable gold in the near future if I see Ko-fi as a viable donation route.</p>

272

273 <

/p>

274

275

276 <div class="col-md-12 col-12 mt-3">

277

278

<p class="alert alert-warning">

279Please pm

<a href="https://reddit.com/user/consulnappy">

280u/consulnappy</a>

281 if you have any problems with the transaction.</p>

282

283 </div>

284

285 <div class="col-12 d-flex justify-content-center">

286

287 <script type='text/javascript' src='https://ko-fi.com/widgets/widget_2.js'>

288</script>

289<script type='text/javascript'>

290kofiwidget2.init('Support Me on Ko-fi', '#46b798', 'I2I610RIP');kofiwidget2.draw();</script>

291

292 </div>

293

294 </div>

295

296

297

298 </div>

299

300 </div>

301

302

303

304

305<div v-if="status==2" style="margin-bottom: 0px;bottom: 0px;" id="footer">

306

307 <div class="container">

308

309 <div class="row mt-3">

310

311 <div class="col-md-12 d-flex justify-content-end col-12">

312

313 <p class="caption">

314

315 v0.6.0<br />

316

317 </p>

318

319 </div>

320

321 <div class="col-md-12 d-flex justify-content-end col-12">

322

323

<p class="caption">

324

325 RedditMetis is Copyright (c) 2020 u/consulnappy<br />

326

327 </p>

328

329 </div>

330

331 <div class="col-md-12 d-flex justify-content-end col-12 mb-2">

332

333

<p class="caption">

334

335 All rights reserved unless otherwise noted

336 </p>

337

338 </div>

339

340 </div>

341

342 </div>

343

344</div>

345

346

347

348

349

350

351<!-- START Bootstrap-Cookie-Alert -->

352

353<div class="alert text-center cookiealert" role="alert" style="position:fixed;bottom:0px;left:0px;right:0px;border-radius:0px">

354

355 <p class="mt-2 mb-2 color-white" >

356

357 &#x1F36A; <b>

358This site uses cookies</b>

359 for analytics and site preferences. By continuing to use this site, you agree to this use. <a href="/cookies" target="_blank">

360Learn more about RedditMetis cookie policy</a>

361

362 </p>

363

364 <button type="button" class="btn btn-info btn-sm acceptcookies" aria-label="Close">

365

366 Whatever

367 </button>

368

369

370</div>

371

372<!-- Include cookiealert script -->

373

374<script src="https://cdn.jsdelivr.net/gh/Wruczek/Bootstrap-Cookie-Alert@gh-pages/cookiealert.js">

375</script>

376

377

378 </body>

379

380

381

382

383</html>