From 86e6a1afbbc09040a5f372dd3010c638be9bce84 Mon Sep 17 00:00:00 2001 From: Dhravya Date: Sun, 31 Mar 2024 14:08:30 -0700 Subject: [PATCH] update extension: work on all *.dhr.wtf sites --- apps/extension/src/content.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/apps/extension/src/content.tsx b/apps/extension/src/content.tsx index 4c194c53..0bc71e07 100644 --- a/apps/extension/src/content.tsx +++ b/apps/extension/src/content.tsx @@ -8,7 +8,7 @@ window.addEventListener('message', (event) => { if ( !( window.location.hostname === 'localhost' || - window.location.hostname === 'anycontext.dhr.wtf' + window.location.hostname.endsWith('dhr.wtf') ) ) { console.log(