We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 349afe7 commit 39346f3Copy full SHA for 39346f3
7 files changed
theme/ai.js
@@ -4,6 +4,10 @@
4
5
6
(() => {
7
+ try {
8
+ const host = window.location.hostname;
9
+ if (host === "localhost" || host === "127.0.0.1") return;
10
+ } catch (e) {}
11
const KEY = 'htSummerDiscountsDismissed';
12
const IMG = '/ima * HackTricks AI Chat Widget v1.17 – enhanced resizable sidebar
13
* ---------------------------------------------------
0 commit comments