mirror of
https://github.com/zen-browser/desktop.git
synced 2026-08-19 21:21:32 +00:00
chore: Fix broken zap selector application
This commit is contained in:
@@ -68,7 +68,7 @@ export class nsZenBoostStyles {
|
||||
let zapBlocks = "";
|
||||
if (boostData.zapSelectors) {
|
||||
for (const selector of boostData.zapSelectors) {
|
||||
zapBlocks += `html > body ${selector}:not([zen-zap-unhide]){ display: none !important; }\n`;
|
||||
zapBlocks += `${selector}:not([zen-zap-unhide]){ display: none !important; }\n`;
|
||||
}
|
||||
|
||||
if (zapBlocks != "") {
|
||||
|
||||
Reference in New Issue
Block a user