From 04be94552d20c4c04e573fcafa9232fbf57ee4af Mon Sep 17 00:00:00 2001 From: edideaur Date: Tue, 14 Apr 2026 23:03:13 +0300 Subject: [PATCH] ouuu chiild things are gonna get easier --- js/content-filter.ts | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) 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 =>