diff --git a/theme/ai.js b/theme/ai.js
index f8ac9a30f..f4e5766b2 100644
--- a/theme/ai.js
+++ b/theme/ai.js
@@ -6,7 +6,12 @@
(() => {
try {
const host = window.location.hostname;
- if (host === "localhost" || host === "127.0.0.1") return;
+ const port = window.location.port;
+ if (
+ host === "localhost" ||
+ host === "127.0.0.1" ||
+ port === "3377"
+ ) return;
} catch (e) {}
const KEY = 'htSummerDiscountsDismissed';
const IMG = '/ima * HackTricks AI Chat Widget v1.17 – enhanced resizable sidebar
diff --git a/theme/index.hbs b/theme/index.hbs
index ead6e7697..41fa91d1d 100644
--- a/theme/index.hbs
+++ b/theme/index.hbs
@@ -32,7 +32,7 @@
{{/if}}
-
+
{{#if copy_fonts}}
{{/if}}
@@ -60,15 +60,6 @@
-
@@ -324,6 +315,12 @@
+
+