Skip to content

Commit 39346f3

Browse files
committed
fix ui
1 parent 349afe7 commit 39346f3

File tree

7 files changed

+717
-100
lines changed

7 files changed

+717
-100
lines changed

theme/ai.js

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@
44
55
66
(() => {
7+
try {
8+
const host = window.location.hostname;
9+
if (host === "localhost" || host === "127.0.0.1") return;
10+
} catch (e) {}
711
const KEY = 'htSummerDiscountsDismissed';
812
const IMG = '/ima * HackTricks AI Chat Widget v1.17 – enhanced resizable sidebar
913
* ---------------------------------------------------

0 commit comments

Comments
 (0)