From 1c8c52abf94ac44eb0a17f3bb1614bbe05e3aaed Mon Sep 17 00:00:00 2001 From: Timo <6156589+Shik3i@users.noreply.github.com> Date: Wed, 22 Apr 2026 11:33:20 +0200 Subject: [PATCH] Update blacklist with media info sites and game noise --- shared/blacklist.js | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/shared/blacklist.js b/shared/blacklist.js index 5dcaf8a..23b7bb5 100644 --- a/shared/blacklist.js +++ b/shared/blacklist.js @@ -64,11 +64,23 @@ export const BLACKLIST_DOMAINS = [ 'aliexpress.com', 'etsy.com', + // Media Information & Reviews + 'rottentomatoes.com', + 'imdb.com', + 'thetvdb.com', + 'themoviedb.org', + 'letterboxd.com', + 'metacritic.com', + 'myanimelist.net', + // Development & Utilities 'timer.shik3i.net', 'localhost', 'zoom.us', 'teams.microsoft.com', 'meet.google.com', - 'chrome.google.com' + 'chrome.google.com', + + // Specific Noise + 'milkywayidle.com' ];