Skip to content

Instantly share code, notes, and snippets.

View aarthur92's full-sized avatar

Arthur aarthur92

  • France
  • 18:22 (UTC +02:00)
View GitHub Profile
{
"id": "top-banner",
"name": "Top Banner",
"version": "0.1.0",
"license": "MIT",
"type": "website",
"website_url": "https://your-site.com",
"description": "Display a top sticky banner with a CTA button",
"author": {
"name": "Your Name",
console.log("👋 banner.js loaded!");
(function () {
// Prevent showing multiple times
if (localStorage.getItem("crisp_top_banner_closed")) return;
// Create banner container
const banner = document.createElement("div");
banner.id = "crisp-top-banner";
banner.style.cssText = `