Just curious, /prog/: Is it possible to instate autobans based on the way a secure tripcode appears? Just wondering, based on the flood of triptrolls some of the imageboards have to endure at the moment.
>>7
I considered that possibility, which is why I set this up:
var name=posts[i].getElementsByClassName("postername")[0].innerHTML.toLowerCase();
var f=name.indexOf("f"),
r=name.indexOf("r"),
o=name.indexOf("o"),
z=name.indexOf("z"),
e=name.indexOf("e"),
n=name.indexOf("n");
if ( f>=0 &&
r>f &&
o>r &&
z>o &&
e>z &&
n>e){