Clean up Pomf-clone/Pomf-like list and add steamy.moe

This commit is contained in:
Les De Ridder 2016-07-12 00:53:14 +02:00
parent 628404c16b
commit e370002163
2 changed files with 4 additions and 7 deletions

View File

@ -29,7 +29,7 @@ function copyToClipboard(url) {
document.execCommand('Copy', false, null);
}
var blacklist = ["pomf.", "mixtape.moe", "catgirlsare.sexy", "p.fuwafuwa.moe", "/wiki/", "catbox.moe", "fuwa.se", "cuntflaps.me"];
var blacklist = ["pomf.", "mixtape.moe", "catgirlsare.sexy", "p.fuwafuwa.moe", "/wiki/", "catbox.moe", "fuwa.se", "cuntflaps.me", "steamy.moe"];
chrome.pageAction.onClicked.addListener(function(tab) {
getCurrentTabUrl(function(url) {

View File

@ -3,19 +3,16 @@
<head><title>pomf-rehost options</title></head>
<body>
Pomf clone:
Pomf clone/Pomf-like:
<select id="pomfclone">
<option value="https://p.fuwafuwa.moe">p.fuwafuwa.moe (HTTPS)</option>
<option value="https://pomf.pyonpyon.moe">pomf.pyonpyon.moe (HTTPS)</option>
<option value="https://steamy.moe">steamy.moe (HTTPS)</option>
<option value="https://mixtape.moe">mixtape.moe (HTTPS)</option>
<option value="https://cocaine.ninja">cocaine.ninja (HTTPS)</option>
<option value="https://fuwa.se/api/upload">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://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>