imgin/imgmine/web/index.html

44 lines
2.1 KiB
HTML
Raw Normal View History

2021-10-03 00:56:33 +00:00
<!DOCTYPE HTML>
<html lang="en">
<head>
<meta charself="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>imgmine - minimal & private imgur proxy</title>
<link rel="icon" href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📷</text></svg>">
<link rel="stylesheet" href="/static/theme.css">
</head>
<body>
<h1>
imgmine
</h1>
<hr>
<p>
2021-10-03 01:03:57 +00:00
A minimalist read-only Imgur proxy insipired by software like <a href="https://invidio.us/">Invidious</a>, <a href="https://nitter.net/">Nitter</a>, and <a href="https://bibliogram.art/">Bibliogram</a>. <wbr>
This service does not use the official
2021-10-03 00:56:33 +00:00
</p>
<p>
This project was started because <a href="https://chaoswebs.net/">Kevin Froman</a> got fed up with Imgur breaking with Tor because of cow-dung JS.
</p>
<h2>Feature roadmap</h2>
<p>Features are in order of priority of most to least</p>
<ul>
<li><input type="checkbox" checked> Image proxying</li>
<li><input type="checkbox" checked> Gallery/album proxying</li>
<li><input type="checkbox"> Proper order of gallery posts</li>
<li><input type="checkbox"> Image description and author info</li>
2021-10-03 01:03:57 +00:00
<li><input type="checkbox"> Tor/SOCKS support for block circumvention</li>
2021-10-03 00:56:33 +00:00
<li><input type="checkbox"> GIFs/videos</li>
<li><input type="checkbox"> Comments... maybe</li>
</ul>
<footer>
<small>
This website does not claim ownership of any media.
<br>This service simply acts as a proxy to Imgur.com and does not store images aside from a temporary cache.
<br>Abusive images should be reported to imgur. This website does not create new images/comments.
2021-10-03 01:03:57 +00:00
<br>Do not use this service to facilitate scraping or as an image CDN.
2021-10-03 00:56:33 +00:00
</small>
</footer>
</body>
</html>