Topic: Setting to turn off the "Add [tag] to blacklist" button in the sidebar

Posted under Site Bug Reports & Feature Requests

Would be nice if there was a setting to hide the button so that I don't accidentally blacklist tags

since every accout has a personal CSS stylesheet there's the option to hide literally whatever you want.

.tag-list-quick-blacklist { display: none; }

that being said, it's not always the best to need people to know how to figure out CSS selectors for stuff, and this kinda seems like it maybe ought to be toggleable with a normal user setting? but, ehh...

dba_afish said:
since every accout has a personal CSS stylesheet there's the option to hide literally whatever you want.

.tag-list-quick-blacklist { display: none; }

that being said, it's not always the best to need people to know how to figure out CSS selectors for stuff, and this kinda seems like it maybe ought to be toggleable with a normal user setting? but, ehh...

I feel like there should be a sticky thread created that compiles and lists common and/or popular css-compatible feature requests
Like this one or the one you gave me to unblacklist profile pictures specifically in the Forums and Blips
That feels like it would be a very beginner friendly place for people to customize their browsing experience that doesn't even require downloading userscript managers

nin10dope said:
I feel like there should be a sticky thread created that compiles and lists common and/or popular css-compatible feature requests
Like this one or the one you gave me to unblacklist profile pictures specifically in the Forums and Blips
That feels like it would be a very beginner friendly place for people to customize their browsing experience that doesn't even require downloading userscript managers

Something like that could be good, and thanks for the CSS command dba afish