Topic: disabling blacklist toggle?

Posted under Site Bug Reports & Feature Requests

hey, so there's a quick toggle that allows you to enable and disable blacklists easily. is there a setting to turn this off? i have some bad habits, and disabling my blacklist enables them. can someone lmk if there's an option to remove this toggle?

go to Account -> Settings -> Advanced
in the "Custom CSS style" box add a#disable-all-blacklists { visibility: hidden; } if you want to hide the "disable all" button or add #blacklist-box { visibility: hidden; } to hide the entire blacklist box

darryus said:
go to Account -> Settings -> Advanced
in the "Custom CSS style" box add a#disable-all-blacklists { visibility: hidden; } if you want to hide the "disable all" button or add #blacklist-box { visibility: hidden; } to hide the entire blacklist box

tysm aa

Install uBlock Origin, use the picker and block the element so you never accidentally click it again? Repeat for every site with elements you want to vanish? You can also just inject JS that sets the cookielocal storage to forcefully remember your choice. And yeah, this just keeps getting asked. :facepalm:

  • 1