Event Details

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

{
  "id": "70b0e1a0ad117d4addabb7aac33e7731f7d5dab30760e9b7e9448af1b64756db",
  "pubkey": "caa1f1336fce6108b78f214c9a3093418f6f6093c373558378f7dfcac811330b",
  "created_at": 1711122694,
  "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": "d1c4bc60a5da7f78a3b172dbfa4f183caf4c803dd9c0104390a9f8dee8b48fbcd851934bc7c27f606f544b0efcc8754a508da0a279f6808c239585b542a5b453"
}

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