Claim Details

View detailed information about this claim and its related sources.

Back to Claims

Claim Information

Complete details about this extracted claim.

Claim Text
document.addEventListener("DOMContentLoaded", () => { const toggleBanner = () => { const toggle = document.querySelector("[data-banner-toggle]"); const target = toggle?.nextElementSibling; if (target) { target.classList.toggle("is-minimalized"); } }; document.addEventListener("click", (e) => { const toggle = e.target.closest("[data-banner-toggle]"); if (toggle) { e.preventDefault(); toggleBanner(); } }); document.addEventListener("keydown", (e) => { if ((e.metaKey || e.ctrlKey) && e.key === "]") { e.preventDefault(); toggleBanner(); } }); });
Simplified Text
Script toggles banner next to [data-banner-toggle] on click or ⌘ ]
Confidence Score
1.000
Claim Maker
The author
Context Type
Blog Post
UUID
9fc88c41-b11a-4103-a3bb-048829147600
Vector Index
✗ No vector
Created
September 2, 2025 at 6:15 PM (1 week ago)
Last Updated
September 2, 2025 at 6:15 PM (1 week ago)

Original Sources for this Claim (0)

All source submissions that originally contained this claim.

No sources found

This claim is not associated with any source submissions.

Similar Claims (0)

Other claims identified as semantically similar to this one.

No similar claims found

This claim appears to be unique in the system.

Claim Management System - MVP