2016-01-18 05:12:37 +01:00
|
|
|
<!doctype html>
|
|
|
|
<html>
|
|
|
|
<head><title>pomf-rehost options</title></head>
|
|
|
|
<body>
|
|
|
|
|
2016-07-12 00:53:14 +02:00
|
|
|
Pomf clone/Pomf-like:
|
2016-01-18 05:12:37 +01:00
|
|
|
<select id="pomfclone">
|
2016-05-05 12:08:10 +02:00
|
|
|
<option value="https://p.fuwafuwa.moe">p.fuwafuwa.moe (HTTPS)</option>
|
2016-05-26 01:43:39 +02:00
|
|
|
<option value="https://pomf.pyonpyon.moe">pomf.pyonpyon.moe (HTTPS)</option>
|
2016-07-12 00:53:14 +02:00
|
|
|
<option value="https://steamy.moe">steamy.moe (HTTPS)</option>
|
|
|
|
<option value="https://mixtape.moe">mixtape.moe (HTTPS)</option>
|
2016-06-03 11:56:07 +02:00
|
|
|
<option value="https://cocaine.ninja">cocaine.ninja (HTTPS)</option>
|
|
|
|
<option value="https://fuwa.se/api/upload">fuwa.se (HTTPS)</option>
|
2016-07-12 00:33:58 +02:00
|
|
|
<option value="https://cuntflaps.me">cuntflaps.me (HTTPS)</option>
|
2016-01-18 05:12:37 +01:00
|
|
|
<option value="https://pomf.is">pomf.is (HTTPS)</option>
|
|
|
|
<option value="custom">Custom</option>
|
|
|
|
</select>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
URL:
|
2016-01-18 16:07:23 +01:00
|
|
|
<input type="text" id="urlbox">
|
2016-01-18 05:12:37 +01:00
|
|
|
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
|
|
|
After upload:<br />
|
2016-01-18 16:07:23 +01:00
|
|
|
<input type="radio" name="tabbehaviour" id="newtab" value="newtab" checked> Open new tab<br />
|
|
|
|
<input type="radio" name="tabbehaviour" id="replacetab" value="replacetab"> Replace current tab
|
|
|
|
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
|
|
|
<input type="checkbox" id="copytoclipboard"> Copy URL to clipboard<br />
|
|
|
|
<input type="checkbox" id="replacebookmark"> Replace bookmark (if original URL is bookmarked)
|
2016-01-18 05:12:37 +01:00
|
|
|
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
2016-05-05 15:43:37 +02:00
|
|
|
<input type="checkbox" id="disableblacklist"> Disable URL blacklist<br />
|
2016-05-05 12:06:29 +02:00
|
|
|
|
|
|
|
<br />
|
|
|
|
<br />
|
|
|
|
|
2016-01-18 05:15:53 +01:00
|
|
|
<!--
|
|
|
|
TODO:
|
2016-01-25 14:16:03 +01:00
|
|
|
* Add progress/status messages
|
2016-01-18 05:31:06 +01:00
|
|
|
* Add imageboard thread archival support
|
|
|
|
* Add booru support
|
2016-01-18 16:30:30 +01:00
|
|
|
* Add imgur album support
|
2016-01-18 16:33:15 +01:00
|
|
|
* Option to download a copy (checkbox)
|
2016-01-18 16:07:23 +01:00
|
|
|
* Error checks and messages
|
2016-05-26 01:15:32 +02:00
|
|
|
* Context menu item
|
2016-05-28 23:04:46 +02:00
|
|
|
* Optionally convert gif to webm
|
2016-06-14 05:02:16 +02:00
|
|
|
* Option to use a random Pomf clone
|
2016-01-18 05:15:53 +01:00
|
|
|
-->
|
|
|
|
|
2016-01-18 05:12:37 +01:00
|
|
|
<button id="save">Save</button>
|
|
|
|
|
|
|
|
<br />
|
|
|
|
|
|
|
|
<div id="status"></div>
|
|
|
|
|
|
|
|
<script src="options.js"></script>
|
|
|
|
</body>
|
|
|
|
</html>
|