Event Details

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

{
  "id": "f15ee739d5f4bdc23edf380aa6551c86658ea691ecb6cd4f52763e6df4f1f434",
  "pubkey": "a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd",
  "created_at": 1711139388,
  "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": "e59dbc110033f9ac83cbc4fe6bc13916432b85c70c82682e631e8c4d51b2182f9d60d849ee68b26e59667fba87015634c1b192a01717ac61a952bc4642560719"
}

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