Event Details

This is a KIND 5394 event created on 2024-03-22 20:36:38 (5 months, 3 weeks ago). Debug this event chain.

{
  "id": "8b7f0c2ad243bb82bbf3ac68cfbbe678c1000a7f850f6e7d02513573a40263be",
  "pubkey": "a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd",
  "created_at": 1711139798,
  "kind": "5394",
  "tags": [],
  "content": "const msgs = [
    "Hello, Nostr",
    "Hola, Nostr",
    "Ciao, Nostr", 
    "\u3053\u3093\u306b\u3061\u306f, Nostr"
]

var index = 0

function changeMessage() {
    // Refresh DIV with new content.
    index = (index+1) % msgs.length
    document.getElementById("msg").innerHTML = msgs[index]
}

let reload = window.setInterval('changeMessage()', 1000);",
  "sig": "e78292784306fd8f12ce5a54c6055225bf3602c6517e9a70f45453572636daeb9f162523408100f10df3be02410a35f34db6b66b01b7cc73bcfcd47ff5604d9b"
}

Note: Under active development, if you find a bug, please report it here GitHub & Reach out.