Filtering

1

Can there be an option to hide the number that shows you how many threads you have filtered?
What I am talking about is this.
"Filtered threads: 1"
I don't want to be reminded of how many threads I have filtered because it just ends up making me curious and I'll unhide it.
That's why I like the show/hide stub feature on 4chanx, because when things are caught on your filter, you aren't aware of it.

2 !Admin

Try adding this to the Custom CSS box:

#filtered-label {
  display: none !important;
}
3

That worked, thanks.

Reply

Preview?