Skip to content

Commit bf09bfc

Browse files
committed
firefox is so dum istg
1 parent cb07590 commit bf09bfc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/ts/ytcf-logic.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import parseRegex from 'regex-parser';
66
import { isLangMatch, parseTranslation } from './tl-tag-detect';
77
import { YTCF_MESSAGEDUMPINFOS_KEY, isLiveTL } from './chat-constants';
88

9-
const browserObject = (window.chrome ?? (window as any).browser);
9+
const browserObject = chrome;
1010

1111
export function shouldFilterMessage(action: Chat.MessageAction): boolean {
1212
const filters = get(currentFilterPreset).filters;

0 commit comments

Comments
 (0)