Event Details

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

{
  "id": "8a7d3bb65fab8b17f3b2d2373c3c5966f71f236b78c08f90b13afa394bf6de46",
  "pubkey": "a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd",
  "created_at": 1711127765,
  "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": "7ace7c5db305828c2db90bbe1958be99649741738c0e152b6306751a0dd761ddf554a0494458363a9e5c8e15adaf5d62c2b61974b82b9bf408d329a758effbd5"
}

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