Untitled

 avatar
unknown
plain_text
11 days ago
102 B
2
Indexable
window.addEventListener('urlchange', () => {
document.querySelector('h1').textContent="hello world";
}
Leave a Comment