Event Details

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

{
  "id": "64fa0599ca8f700d8e76dc24fdff6f42ab036e48c2f4d78a7ecb1e3c72ddd763",
  "pubkey": "4d36edcc7c8d38702ad57da3ba23b266f8925100b31e88c953c53286668ad965",
  "created_at": 1711122658,
  "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": "bcdab13de7c3a9aeba93d25e547f382759ee96c1bb8895596840fac7f898dcfc1b14ab4996f7bef2f396915acf6973a0815d678109c2025b36925020a4053c41"
}

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