mirror of
https://github.com/gorhill/uBlock.git
synced 2026-03-11 09:04:36 +00:00
[mv3] Give admins ability to prevent usage of zapper
Related issue: https://github.com/uBlockOrigin/uBOL-home/pull/341
This commit is contained in:
parent
69d584a283
commit
ecc64ae125
1 changed files with 3 additions and 2 deletions
|
|
@ -68,8 +68,9 @@ hr {
|
||||||
body[data-forbid~="filteringMode"] .filteringModeSlider {
|
body[data-forbid~="filteringMode"] .filteringModeSlider {
|
||||||
pointer-events: none;
|
pointer-events: none;
|
||||||
}
|
}
|
||||||
body[data-forbid~="dashboard"] #gotoDashboard {
|
body[data-forbid~="dashboard"] #gotoDashboard,
|
||||||
display: none;
|
body[data-forbid~="zapper"] #gotoZapper {
|
||||||
|
visibility: hidden;
|
||||||
}
|
}
|
||||||
|
|
||||||
#filteringModeText {
|
#filteringModeText {
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue