Event Details

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

{
  "id": "5c982ca85f3fc4d600d67a843ad08749376a6fb009716ce2164a54352f59332c",
  "pubkey": "a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd",
  "created_at": 1711139445,
  "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": "caa830cf0c0aa0903912838d5f43ba11b2b6c55fd64742816e51e15dadd368c1587dc904c2972fb06d19107cbd66d2316b933e8213bd021405e55229127a6982"
}

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