From fd047852ee2458187323a8e90907eba123959043 Mon Sep 17 00:00:00 2001 From: Arthur Dos Santos Sousa <102875535+KiritoGamesPlays@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:01:46 -0300 Subject: [PATCH 1/2] Comment out HiFi URL in default URLs Comment out the HiFi URL in the default URLs list. Signed-off-by: Arthur Dos Santos Sousa <102875535+KiritoGamesPlays@users.noreply.github.com> --- src/sources/monochrome.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/sources/monochrome.ts b/src/sources/monochrome.ts index f3de10e6..a1d28540 100644 --- a/src/sources/monochrome.ts +++ b/src/sources/monochrome.ts @@ -67,7 +67,7 @@ class MonochromeSource implements SourceInstance { 'https://singapore-1.monochrome.tf', 'https://ohio-1.monochrome.tf', 'https://frankfurt-1.monochrome.tf', - 'https://hifi.geeked.wtf', + // 'https://hifi.geeked.wtf', 'https://eu-central.monochrome.tf', 'https://us-west.monochrome.tf', 'https://api.monochrome.tf', From 826d94ed9e83b546eff7678a6e9d1367a1acaf35 Mon Sep 17 00:00:00 2001 From: Arthur Dos Santos Sousa <102875535+KiritoGamesPlays@users.noreply.github.com> Date: Mon, 27 Apr 2026 08:04:56 -0300 Subject: [PATCH 2/2] Comment out hifi.geeked.wtf URL in monochrome.js Comment out the hifi.geeked.wtf URL in defaultUrls. Signed-off-by: Arthur Dos Santos Sousa <102875535+KiritoGamesPlays@users.noreply.github.com> --- dist/src/sources/monochrome.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dist/src/sources/monochrome.js b/dist/src/sources/monochrome.js index ed1e6b79..50c81c43 100644 --- a/dist/src/sources/monochrome.js +++ b/dist/src/sources/monochrome.js @@ -43,7 +43,7 @@ class MonochromeSource { 'https://singapore-1.monochrome.tf', 'https://ohio-1.monochrome.tf', 'https://frankfurt-1.monochrome.tf', - 'https://hifi.geeked.wtf', + // 'https://hifi.geeked.wtf', 'https://eu-central.monochrome.tf', 'https://us-west.monochrome.tf', 'https://api.monochrome.tf',