[mv3] Give admins ability to prevent usage of zapper

Related issue:
https://github.com/uBlockOrigin/uBOL-home/pull/341
This commit is contained in:
Raymond Hill 2025-05-22 16:53:11 -04:00
parent 69d584a283
commit ecc64ae125
No known key found for this signature in database
GPG key ID: 25E1490B761470C2

View file

@ -68,8 +68,9 @@ hr {
body[data-forbid~="filteringMode"] .filteringModeSlider {
pointer-events: none;
}
body[data-forbid~="dashboard"] #gotoDashboard {
display: none;
body[data-forbid~="dashboard"] #gotoDashboard,
body[data-forbid~="zapper"] #gotoZapper {
visibility: hidden;
}
#filteringModeText {