We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cb07590 commit bf09bfcCopy full SHA for bf09bfc
src/ts/ytcf-logic.ts
@@ -6,7 +6,7 @@ import parseRegex from 'regex-parser';
6
import { isLangMatch, parseTranslation } from './tl-tag-detect';
7
import { YTCF_MESSAGEDUMPINFOS_KEY, isLiveTL } from './chat-constants';
8
9
-const browserObject = (window.chrome ?? (window as any).browser);
+const browserObject = chrome;
10
11
export function shouldFilterMessage(action: Chat.MessageAction): boolean {
12
const filters = get(currentFilterPreset).filters;
0 commit comments