diff --git a/js/content-filter.ts b/js/content-filter.ts index 2d85ef9..fc9a93e 100644 --- a/js/content-filter.ts +++ b/js/content-filter.ts @@ -1,11 +1,11 @@ const _cr = [ - 'emVl', // zee - 'em1j', // zmc - 'emluZyBtdXNpYw==', // zing music - 'ZXRjIGJvbGx5d29vZA==', // etc bollywood - 'Ym9sbHl3b29kIG11c2lj', // bollywood music - 'ZXNzZWw=', // essel - 'emluZGFnaQ==', // zindagi + 'emVl', + 'em1j', + 'emluZyBtdXNpYw==', + 'ZXRjIGJvbGx5d29vZA==', + 'Ym9sbHl3b29kIG11c2lj', + 'ZXNzZWw=', + 'emluZGFnaQ==', ].map(atob); export const isBlockedCopyright = (c: string | null | undefined): boolean =>