Topic: Ability to hide blacklist from view.

Posted under Site Bug Reports & Feature Requests

This is just a request for an option but it would be nice if we could hide the blacklist when viewing art. It's sometimes very tempting to just disable what i have blacklisted because the option is right in front of me. It would be cool of we could have the option to hide the blacklist entirely, like an option to move the list into the settings menu so if you want to disable anything, you have to go there instead of the disable option being right in front of your face when browsing art.

The blacklist should be collapsed by default soon. I will be working on it most likely tomorrow.

kiranoot said:
The blacklist should be collapsed by default soon. I will be working on it most likely tomorrow.

Thats great :D could there possibly be an option to hide the entire blacklist option from view when browsing art? Like the entire word: "blacklist" that you click to open the drop down of whats being hidden. the ability to make that go away to? Sorry it's hard to explain what i mean.

sorsin said:
Thats great :D could there possibly be an option to hide the entire blacklist option from view when browsing art? Like the entire word: "blacklist" that you click to open the drop down of whats being hidden. the ability to make that go away to? Sorry it's hard to explain what i mean.

Probably not. I'm trying not to make an enormous number of new options that I need to support. However, this can be done with some custom CSS pretty easily. If you add
#blacklist-box { display: none !important; } to the custom CSS box in the advanced user settings it will never bother you again.

kiranoot said:
Probably not. I'm trying not to make an enormous number of new options that I need to support. However, this can be done with some custom CSS pretty easily. If you add
#blacklist-box { display: none !important; } to the custom CSS box in the advanced user settings it will never bother you again.

Oh my gosh Thank you! This is exactly what i wanted. :D

kiranoot said:
Probably not. I'm trying not to make an enormous number of new options that I need to support. However, this can be done with some custom CSS pretty easily. If you add
#blacklist-box { display: none !important; } to the custom CSS box in the advanced user settings it will never bother you again.

Thank you so much.

We don't currently seem to have any wiki pages about CSS[1] where we could put these little snippets. Maybe we should, eg Custom_CSS_Rules ?

[1] Either that or wiki search is just broken.

  • 1