New here?
Create an account to submit posts, participate in discussions and chat with people.
Sign up
Download: https://files.catbox.moe/h4b8ve.zip (v2.3 now, small changes)

I've worked on it a little, and had some testing with it (on YouTube). I've added a lot of words into the blacklist, which currently is this:

"fag", "cunt", "dick", "idiot", "shit", "cuck", "simp", "fuck", "kill", "ass", "censor", "dissi", "jew", "yenta", "bank", "idf", "nigg", "coon", "negro", "black", "spic", "gay", "homo", "degen", "suicide", "tranny", "troon", "jeet", "brown", "retard", "hitler", "nazi", "natsoc", "goy", "communist", "mongrel", "race", "mixer", "rape", "groom", "sex", "genocid", "holo", "white", "atrocit", "subh", "media", "death", "murder", "extinct", "porn", "thot", "whore", "bitch", "foid", "massac"

Note: Words that contain any of those get fully obfuscated.

I had moderate success, so clearly the comments are not outright censored, but one of my comments using it was. I am not sure why - it could literally be due to its length, but bizarrely it went through (1 out of 4) when I obfuscated the entire text (all letters). I checked with an incogni window. One version was just the first 2 paragraphs, which didn't make it either. I'll write the comment below.

Other comments that used it normally with blacklist mode on went through.

So it's hard to figure out if the letters are actually parsed or not. But if they allow the entire text to be obfuscated, then just deactivating Blacklist mode might do it (it will obfuscate every vowel + a few more letters). Anyway, there are plenty of options to try around. I'll give an update when I have more certainty.

It could be semi-random as well, making it harder to assess their algorithms. Plus sometimes the comments appear with a 10-20 minute delay.

Summary of its purpose: The Obfuscator replaces letters with similar/identically looking letters that maintain readability to humans, but *may* elude censorship algorithms. Meaning you could write "FΑԌԌΟT" (this is the obfuscated result) instead of "F4GG0T" or with stars, and the censorship algorithm sees it as F????T where ? are *presumably* unknown characters.
You are viewing a single comment's thread. View all
PurestEvil on scored.co
3 hours ago 1 point (+0 / -0 / +1Score on mirror ) 1 child
This is the character list I use. Could you look how many of those are not properly rendered?:

```a = { 'а', 'ą', 'ɑ', 'ạ' };
b = { 'ḅ' };
c = { 'ϲ' };
d = { 'ᶁ' };
e = { 'е', '℮', 'ẹ' };
f = { 'ꬵ' };
g = { 'ɡ', 'ց', 'ꬶ', 'ḡ' };
h = { 'һ' };
i = { 'і', 'ï', 'ı', 'ị', 'ỉ' };
j = { 'ј', 'ϳ' };
k = { 'ԟ' };
l = { 'ᶅ' };
m = { 'ṁ' };
n = { 'ո' };
o = { 'օ', 'ọ' };
p = { 'р' };
q = { 'ԛ' };
r = { 'ꭇ', 'ṙ' };
s = { 'ṣ', 'ʂ' };
t = { 'ṭ' };
u = { 'ս', 'ǔ', 'ṳ', 'ụ' };
v = { 'ṿ', 'ⱱ' };
w = { 'ԝ' };
x = { 'ẋ' };
y = { 'у', 'ỵ', 'ỿ' };
z = { 'ẓ' };

A = { 'Α', 'А' };
B = { 'Β', 'В', '₿', 'Ƀ' };
C = { 'С' };
D = { 'Ɒ' };
E = { 'Ε' };
F = { 'Ḟ' };
G = { 'Ԍ', 'Ḡ' };
H = { 'Η', 'Н' };
I = { 'Ι', 'І', 'Ӏ' };
J = { 'Ј', 'Ј' };
K = { 'Κ', 'Ԟ' };
L = { 'Ḷ' };
M = { 'Μ', 'М' };
N = { 'Ν' };
O = { 'Ο', 'О', 'Օ' };
P = { 'Ρ', 'Р' };
Q = { 'Ԛ', 'Ꝗ' };
R = { 'Ŗ', 'Ɍ', 'Ꞧ' };
S = { 'Ѕ', 'Տ' };
T = { 'Τ', 'Т' };
U = { 'Ụ' };
V = { 'Ṿ' };
W = { 'Ԝ' };
X = { 'Χ', 'Х' };
Y = { 'Υ' };
Z = { 'Ζ' };
TallestSkil on scored.co
2 hours ago 1 point (+0 / -0 / +1Score on mirror ) 1 child
Absolutely. Here’s how it appears in [macOS](https://i.postimg.cc/449bXMnw/Screenshot-2026-07-13-at-4-21-31-PM.png), and here’s how it appears in [iPadOS](https://i.postimg.cc/dtFdwVzN/IMG-E4655.jpg). For some reason, the Mac has the r glyph while the iPad is missing both r and f.
PurestEvil on scored.co
1 hour ago 1 point (+0 / -0 / +1Score on mirror ) 1 child
Thanks, I've replaced them:

f = { 'ẝ', 'ϝ', 'ʄ', 'ғ', 'ӻ' }; // 'ꬵ' does not work on phones.

r = new char[] { 'г', 'ṙ', 'ɾ', 'ɍ', 'ґ' }; // 'ꭇ' does not work for phones.

As info, non-aggressive mode uses the first letter, which I picked to be the most readable, and without "all letters" it replaces only vowels and a few more (not f). I didn't find a good f. I also worked on the vowels... and the H.
TallestSkil on scored.co
1 hour ago 1 point (+0 / -0 / +1Score on mirror ) 1 child
Perfect. All your new options work flawlessly.
PurestEvil on scored.co
1 hour ago 1 point (+0 / -0 / +1Score on mirror )
I updated the link in the post, it's v2.3 now:

https://files.catbox.moe/h4b8ve.zip
Toast message