top of page

Burnt Black Crispy Biscuit Livestream

Tue, Sep 08

|

Burnt Black Crispy Biscuit Livestream

Burnt Black Crispy Biscuit Livestream
Burnt Black Crispy Biscuit Livestream

Time & Location

Sep 08, 2026, 11:40 PM – Sep 09, 2026, 11:40 PM

Burnt Black Crispy Biscuit Livestream

Guests

About the event

Join us for an exclusive live experience.


Purchase your access and watch the livestream during the scheduled event time.


Interact with other viewers through live chat and enjoy the full session in real time.

Tickets

  • Livestream Access

    $0.00

Total

$0.00

Share this event

bottom of page
(function () { function fixText(el) { if (el && el.innerText.includes("Rent")) { el.innerText = el.innerText.replace("Rent", "Buy"); } } function styleButton(btn) { if (btn && !btn.classList.contains("custom-buy-button")) { btn.classList.add("custom-buy-button"); } } function linkTitle(title, btn) { if (title && btn && !title.dataset.purchaseLinked) { title.style.cursor = "pointer"; title.addEventListener("click", () => btn.click()); title.dataset.purchaseLinked = "true"; } } function setup() { const btn = document.querySelector('[data-hook="paid-access-button"]'); const textEl = document.querySelector('[data-hook="paid-access-button"] .Cg2xdo'); const title = document.querySelector('[data-hook="title"]'); if (!btn || !textEl) return false; styleButton(btn); fixText(textEl); linkTitle(title, btn); // Watch this exact node for Wix re-rendering it and correct instantly const observer = new MutationObserver(() => { fixText(textEl); styleButton(btn); }); observer.observe(textEl, { childList: true, characterData: true, subtree: true }); observer.observe(btn, { attributes: true, attributeFilter: ["class"] }); return true; } // Keep trying until the widget mounts, then hand off to the observer const poll = setInterval(() => { if (setup()) clearInterval(poll); }, 500); })();