diff options
| author | Dhravya <[email protected]> | 2024-03-31 14:08:30 -0700 |
|---|---|---|
| committer | Dhravya <[email protected]> | 2024-03-31 14:08:30 -0700 |
| commit | 86e6a1afbbc09040a5f372dd3010c638be9bce84 (patch) | |
| tree | 4d029c89787f3a9dc9b9933a4ba6e4a76d8c4c12 | |
| parent | redeploy: check for d1 database (diff) | |
| download | supermemory-86e6a1afbbc09040a5f372dd3010c638be9bce84.tar.xz supermemory-86e6a1afbbc09040a5f372dd3010c638be9bce84.zip | |
update extension: work on all *.dhr.wtf sites
| -rw-r--r-- | apps/extension/src/content.tsx | 2 |
1 files changed, 1 insertions, 1 deletions
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( |