improve it a bit

This commit is contained in:
Chipmunk 2023-12-20 16:33:32 -05:00
parent 1ea7a12d42
commit 30bf733666

View file

@ -33,7 +33,7 @@
link.setAttribute('href', url)
link.innerText = url
const body = document.getElementsByTagName('body')[0]
const body = document.body
body.append(document.createElement('br'))
body.append(link)
} catch (error) {