more censorship

This commit is contained in:
smolgrrr 2024-07-23 13:16:46 +10:00
parent b3ea202b2e
commit cafb027e10

View File

@ -11,7 +11,7 @@ type Subscribe = {
unsub?: boolean;
};
const blacklistUrl = ["lain.la", "casualcrypto.date", "files.catbox.moe", "m.primal.net"];
const blacklistUrl = ["lain.la", "casualcrypto.date", "files.catbox.moe", "m.primal.net", "i.ibb.co"];
const subList: Array<Subscription> = [];
const currentSubList: Array<Subscribe> = [];