1
0
mirror of https://github.com/gorhill/uBlock.git synced 2024-09-03 01:29:39 +02:00

Disable unfinished widget from stable release

This commit is contained in:
Raymond Hill 2021-03-10 08:17:31 -05:00
parent ed318a57ea
commit af980c5c06
No known key found for this signature in database
GPG Key ID: 25E1490B761470C2

View File

@ -317,6 +317,10 @@ body[data-more=""] #lessButton {
-webkit-padding-start: 2px;
text-align: left;
}
/* Remove for next dev build */
#firewall > [data-type] .filter {
display: none;
}
#firewall:not(.has3pScript) > [data-type="3p-script"] .filter,
#firewall:not(.has3pFrame) > [data-type="3p-frame"] .filter {
display: none;