pomf-rehost/options.html

68 lines
1.9 KiB
HTML
Raw Normal View History

2016-01-18 05:12:37 +01:00
<!doctype html>
<html>
<head><title>pomf-rehost options</title></head>
<body>
Pomf clone:
<select id="pomfclone">
2016-05-05 12:08:10 +02:00
<option value="https://p.fuwafuwa.moe">p.fuwafuwa.moe (HTTPS)</option>
2016-01-18 05:12:37 +01:00
<!--<option value="https://fuwa.se">fuwa.se (HTTPS)</option>-->
<!--<option value="http://1339.cf">1339.cf (HTTP)</option>-->
<option value="http://catgirlsare.sexy">catgirlsare.sexy (HTTP)</option>
<option value="https://cocaine.ninja">cocaine.ninja (HTTPS)</option>
<!--<option value="https://cuntflaps.me">cuntflaps.me (HTTPS)</option>-->
<!--<option value="https://kyaa.sg">kyaa.sg (HTTPS)</option>-->
<!--<option value="https://pomf.hummingbird.moe">pomf.hummingbird.moe (HTTPS)</option>-->
<option value="https://pomf.is">pomf.is (HTTPS)</option>
<option value="https://mixtape.moe">mixtape.moe (HTTPS)</option>
<option value="custom">Custom</option>
</select>
<br />
URL:
<input type="text" id="urlbox">
2016-01-18 05:12:37 +01:00
<br />
<br />
After upload:<br />
<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 12:06:29 +02:00
<input type="checkbox" id="disableurlblacklist"> Disable URL blacklist<br />
<br />
<br />
2016-01-18 05:15:53 +01:00
<!--
TODO:
2016-05-05 12:06:29 +02:00
* Add pixiv support
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:47:15 +01:00
* Add gfycat support
2016-01-18 16:33:15 +01:00
* Option to download a copy (checkbox)
* Error checks and messages
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>