Help, Blacklisting didn't work

Posted under Tags

Make sure the "Disable all" option shows up in the "Blacklisted" section in the upper-left corner while browsing. If it says "Re-enable all" instead, click on it and the blacklist will become active again.

You can also enable/disable specific lines by clicking on them (a strikethrough means it's disabled and the posts will be visible), but those changes will only last until you refresh the page or move to a different one.

Blank_User said:

Make sure the "Disable all" option shows up in the "Blacklisted" section in the upper-left corner while browsing. If it says "Re-enable all" instead, click on it and the blacklist will become active again.

You can also enable/disable specific lines by clicking on them (a strikethrough means it's disabled and the posts will be visible), but those changes will only last until you refresh the page or move to a different one.

>strikethrough means it's disabled
idk that seems counter intuitive, there should be an option to choose either strikethrough means it's blacklisted or not

Morrislee9116 said:

>strikethrough means it's disabled
idk that seems counter intuitive, there should be an option to choose either strikethrough means it's blacklisted or not

You can add this to your custom CSS (under the "Advanced" tabs in Settings):

/* Reverse meaning of strikethrough in blacklist box */
#blacklist-box #blacklist-list a:not(.blacklisted-inactive) { text-decoration: line-through; }
#blacklist-box #blacklist-list a.blacklisted-inactive { text-decoration: none; }
1