no_name on Nostr: ok then link_el.append(el) Cross-Origin Request Blocked: The Same Origin Policy ...
ok then
link_el.append(el)
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource
no problem:
link_el.innerHTML += el.outerHTML
link_el.append(el)
Cross-Origin Request Blocked: The Same Origin Policy disallows reading the remote resource
no problem:
link_el.innerHTML += el.outerHTML