Event Details

This is a KIND 5394 event created on 2024-03-22 16:07:51 (5 months, 4 weeks ago). Debug this event chain.

{
  "id": "809dbcb63a7dff1ef78ff876a50ec6bd0df10c5371d5eb448726ca60f80b55a0",
  "pubkey": "5b22ddb1dd20985a93f866a4b6755b873348f2fbf8a0a65940bea9cdc96dd415",
  "created_at": 1711123671,
  "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": "c595981ae618b6a9fdff2f3ba328a0879cc0b0e93c70a15ab0d7640041450f2837cd79831c0b54e407ce75e776cbb4f7d8f0cefc26b51db953059fc3154c7b17"
}

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