Skip to content

Commit b9700a2

Browse files
committed
fix
1 parent 79ca796 commit b9700a2

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/main/modules/content-blocker.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -89,8 +89,6 @@ class ContentBlocker {
8989
if (!browser) return;
9090

9191
const contentBlocker = getSettingValueById("contentBlocker") as string | undefined;
92-
if (!contentBlocker) return;
93-
9492
const profiles = browser.getLoadedProfiles();
9593

9694
switch (contentBlocker) {

0 commit comments

Comments
 (0)