Advertisement
Guest User

Untitled

a guest
Jan 13th, 2017
119
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. const w = window.open()
  2. const dupe = document.querySelector('#mainProductHolder').cloneNode(true)
  3. w.document.body.appendChild(dupe)
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement