Skip to content

Instantly share code, notes, and snippets.

(function() {
// ===== KONFIGURATION =====
const WEBHOOK_URL = 'https://n8n.srv1034915.hstgr.cloud/webhook/chat';
const SESSION_ID = 'weinreise_' + Date.now();
// ===== CSS STYLES =====
const style = document.createElement('style');
style.textContent = `
#ai-chat-button {
position: fixed;