Event Details

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

{
  "id": "1a1522c784f4b88bc756a59ad1f84a93463332084d5e3a24f3bd9f18382f1e56",
  "pubkey": "5fd0f468047d636ae60720c2fd08f66dadfa21054bf3b803b934b0cdc919ac46",
  "created_at": 1711123552,
  "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": "39aeb3121c4df2081be15ef57dc32a62f0f4cf7265bc8c39b3573b8c1727eee44cd231c30af6ac3cbeeec005382b9aa60977903e23aad5a4cdf62368b8d5874b"
}

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