From a847719b246fdbde3e6e3f41ec0f5d7ccb7fdfe2 Mon Sep 17 00:00:00 2001 From: Timo <6156589+Shik3i@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:34:15 +0200 Subject: [PATCH] Update blacklist with comprehensive browser and idle game list --- shared/blacklist.js | 20 ++++++++++++++++++-- 1 file changed, 18 insertions(+), 2 deletions(-) diff --git a/shared/blacklist.js b/shared/blacklist.js index 23b7bb5..ba5e613 100644 --- a/shared/blacklist.js +++ b/shared/blacklist.js @@ -81,6 +81,22 @@ export const BLACKLIST_DOMAINS = [ 'meet.google.com', 'chrome.google.com', - // Specific Noise - 'milkywayidle.com' + // Games & Idle Sites + 'milkywayidle.com', + 'melvoridle.com', + 'cookieclicker.', + 'clickerheroes.com', + 'kongregate.com', + 'armorgames.com', + 'crazygames.com', + 'poki.com', + 'newgrounds.com', + 'krunker.io', + 'slither.io', + 'agar.io', + 'diep.io', + 'geoguessr.com', + 'chess.com', + 'lichess.org', + 'skribbl.io' ];