Event Details

This is a KIND 5394 event created on 2024-03-22 17:17:25 (7 months, 2 weeks ago). Debug this event chain.

{
  "id": "225e4477bf71cbafcd33482ca97b22e910516e38a5d0c10897e116c3fcb6813e",
  "pubkey": "a34b99f22c790c4e36b2b3c2c35a36db06226e41c692fc82b8b56ac1c540c5bd",
  "created_at": 1711127845,
  "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": "6d24d2dc39691a37390973206a5b9862ed94d1c17f09d341550ac63b2b112e8a6d071b6b8b5e810d31c929a2d99d12e0a0cf1fea123fd649559e5545f2d7b557"
}

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