Guest User

Untitled

a guest
Jan 23rd, 2019
88
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.21 KB | None | 0 0
  1. window.onload = () => {
  2. const Y = Array.from(document.getElementsByTagName('*')).filter(v => v.id == 'aw');
  3.  
  4.  
  5. for (const el of Y) {
  6. el.innerHTML = "awdawd";
  7. console.log(el.innerHTML);
  8. }
  9. }
Add Comment
Please, Sign In to add comment