Event Details

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

{
  "id": "275a75cf82fc1bcaf6252ed3f43538ee1d1055debc31180893ca69e7827a7125",
  "pubkey": "80add977f49698de14afce951fb0249a24e8f6a65bf5e6c25878c51e6416c9b6",
  "created_at": 1711122714,
  "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": "95a0f49cff93864fc71fcd23e90c385c92101c404e19f314b9bc764a01ff225b2fc8c287616a1587ad8b457d66a4681287c5c11f4948f915b9ccc2c1adc88ce5"
}

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